rpms/dietlibc/FC-5 sources,1.5,1.6 dietlibc.spec,1.20,1.21

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


Author: ensc

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

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-5/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:31 -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-5/dietlibc.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- dietlibc.spec	20 Feb 2006 17:41:36 -0000	1.20
+++ dietlibc.spec	9 Jul 2006 14:19:31 -0000	1.21
@@ -35,8 +35,8 @@
 
 Summary:	Small libc implementation
 Name:		%{?_with_cross:cross-%crossarch-}%NAME
-Version:	0.29
-Release:	%release_func 6
+Version:	0.30
+Release:	%release_func 1
 License:	GPL
 Group:		Development/Libraries
 URL:		http://www.fefe.de/dietlibc/
@@ -81,8 +81,13 @@
 %patch10 -p1 -b .scall
 %patch20 -p1 -b .nostackprotector
 
+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 -fno-stack-protector -Os
-%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}
 
 
@@ -92,8 +97,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}
 
 
 %install
@@ -139,6 +146,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
+
 * Sat Feb 18 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.29-6
 - added '-Os' to the CFLAGS
 - exclude PPC arch due to strange compilation errors




More information about the scm-commits mailing list