rpms/dietlibc/FC-4 sources,1.5,1.6 dietlibc.spec,1.16,1.17

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sun Jul 9 14:19:32 UTC 2006


Author: ensc

Update of /cvs/extras/rpms/dietlibc/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15018/FC-4

Modified Files:
	sources dietlibc.spec 
Log Message:
- updated to 0.30
- disable (non-working) SSP support; enable old stackgap code instead of



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dietlibc/FC-4/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	26 May 2005 05:19:25 -0000	1.5
+++ sources	9 Jul 2006 14:19:32 -0000	1.6
@@ -1,2 +1,2 @@
-16d31dd7b5f9124e8ea8280c3f646e13  dietlibc-0.29.tar.bz2
-fc74df6ff5983f15b97a5242bd40fed6  dietlibc-0.29.tar.bz2.sig
+2465d652fff6f1fad3da3b98e60e83c9  dietlibc-0.30.tar.bz2
+698d7624167aad89acfef504da0161ad  dietlibc-0.30.tar.bz2.sig


Index: dietlibc.spec
===================================================================
RCS file: /cvs/extras/rpms/dietlibc/FC-4/dietlibc.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- dietlibc.spec	26 May 2005 05:19:25 -0000	1.16
+++ dietlibc.spec	9 Jul 2006 14:19:32 -0000	1.17
@@ -35,8 +35,8 @@
 
 Summary:	Small libc implementation
 Name:		%{?_with_cross:cross-%crossarch-}%NAME
-Version:	0.29
-Release:	%release_func 2
+Version:	0.30
+Release:	%release_func 1
 License:	GPL
 Group:		Development/Libraries
 URL:		http://www.fefe.de/dietlibc/
@@ -76,8 +76,12 @@
 %patch1  -p1 -b .nice
 %patch10 -p1 -b .scall
 
+sed -i -e 's!strip !: !g' Makefile
+sed -i -e 's!^#define WANT_SSP$!// \0!g;
+           s!.*\(#define WANT_STACKGAP\).*!\1!g' dietfeatures.h
+
 %global fixcflags	-fomit-frame-pointer -fno-exceptions -fno-asynchronous-unwind-tables
-%global basemakeflags	prefix=%_libdir/dietlibc BINDIR=%_bindir MAN1DIR=%_mandir/man1 COMMENT=: %{!?_with_cross:CFLAGS="$RPM_OPT_FLAGS %fixcflags"}
+%global basemakeflags	prefix=%_libdir/dietlibc BINDIR=%_bindir MAN1DIR=%_mandir/man1 COMMENT=: %{!?_with_cross:CFLAGS="$RPM_OPT_FLAGS %fixcflags"} PDIET=%_libdir/dietlibc
 %global makeflags	%basemakeflags %{?_with_cross:CROSS=%crossarch- ARCH=%target_cpu}
 
 
@@ -87,7 +91,10 @@
   diet gcc diet.c -DDIETHOME=\"`pwd`\" -DVERSION=\"X\" -o bin-%_arch/diet
 %endif
 
-%__make %makeflags all %{?with_dyn:dyn} %{?_smp_mflags}
+%__make %makeflags all %{?_smp_mflags}
+
+# 'dyn' target is not SMP safe
+%{?with_dyn:%__make %makeflags dyn}
 
 
 
@@ -134,6 +141,10 @@
 %endif
 
 %changelog
+* Sun Jul  9 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.30-1
+- updated to 0.30
+- disable (non-working) SSP support; enable old stackgap code instead of
+
 * Thu May 26 2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.29-2
 - rebuilt
 




More information about the fedora-extras-commits mailing list