rpms/slang/devel slang.spec,1.26,1.27

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 24 14:26:39 UTC 2005


Author: praszyk

Update of /cvs/dist/rpms/slang/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5110

Modified Files:
	slang.spec 
Log Message:
libslang-utf8.so should not use the symbol __libc_enable_secure (#161536). 



Index: slang.spec
===================================================================
RCS file: /cvs/dist/rpms/slang/devel/slang.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- slang.spec	16 Oct 2005 12:01:17 -0000	1.26
+++ slang.spec	24 Oct 2005 14:26:34 -0000	1.27
@@ -3,7 +3,7 @@
 Summary: The shared library for the S-Lang extension language.
 Name: slang
 Version: 1.4.9
-Release: 21
+Release: 22
 License: GPL
 Group: System Environment/Libraries
 Source: ftp://space.mit.edu/pub/davis/slang/v1.4/slang-%{version}.tar.bz2
@@ -14,6 +14,7 @@
 Patch4: slang-utf8-fix.patch
 Patch5: slang-1.4.9-gcc4.patch
 Patch6: slang-refresh.patch
+Patch7: slang-nointerlibc.patch
 Url: http://www.s-lang.org/
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: libtool, libtermcap-devel
@@ -50,6 +51,7 @@
 %patch4 -p1 -b .utf8-fix
 %patch5 -p1 -b .gcc4
 %patch6 -p1 -b .refresh
+%patch7 -p1 -b .nointerlibc
 
 cp %{SOURCE2} .
 
@@ -93,6 +95,11 @@
 %{_includedir}/slang
 
 %changelog
+* Mon Oct 24 2005 Petr Raszyk <praszyk at redhat.com> - 1.4.9-22
+- libslang-utf8.so should not use the symbol __libc_enable_secure 
+- (#161536). slang-nointerlibc.patch
+- Additional some comments/hints for C-Frame 121
+
 * Sun Oct 16 2005 Florian La Roche <laroche at redhat.com>
 - set _filter_GLIBC_PRIVATE
 




More information about the fedora-cvs-commits mailing list