rpms/dietlibc/devel dietlibc.spec,1.45,1.46

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sun Apr 13 14:19:16 UTC 2008


Author: ensc

Update of /cvs/extras/rpms/dietlibc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32097

Modified Files:
	dietlibc.spec 
Log Message:
- added patch for dynamic PAGE_SIZE support
- fixed/enhanced testsuite and removed the '|| :' in %%check
- improved/fixed floating point support *printf(3)



Index: dietlibc.spec
===================================================================
RCS file: /cvs/extras/rpms/dietlibc/devel/dietlibc.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- dietlibc.spec	12 Apr 2008 09:04:48 -0000	1.45
+++ dietlibc.spec	13 Apr 2008 14:18:39 -0000	1.46
@@ -30,7 +30,7 @@
 Summary:	Small libc implementation
 Name:		dietlibc
 Version:	0.31
-Release:	%release_func 1%{?snapshot:.%snapshot}
+Release:	%release_func 2%{?snapshot:.%snapshot}
 License:	GPL
 Group:		Development/Libraries
 URL:		http://www.fefe.de/dietlibc/
@@ -50,6 +50,11 @@
 Patch32:	dietlibc-0.31-stacksmash.patch
 Patch33:	dietlibc-0.31-stacksmash-dyn.patch
 Patch41:	dietlibc-0.31.20080212-teststdout.patch
+Patch43:	dietlibc-0.31-pagesize.patch
+Patch44:	dietlibc-0.31-printFG.patch
+Patch45:	dietlibc-0.31-stat64.patch
+Patch46:	dietlibc-0.31-testsuite.patch
+Patch47:	dietlibc-0.31-lcctime.patch
 BuildRoot:	%_tmppath/%name-%version-%release-buildroot
 %{?with_dynamic:Requires:	dietlibc-lib = %version-%release}
 %{!?with_dynamic:Obsoletes:	dietlibc-lib < %version-%release}
@@ -99,6 +104,11 @@
 %patch33 -p1 -b .stacksmash-dyn
 
 %patch41 -p1 -b .teststdout
+%patch43 -p1 -b .pagesize
+%patch44 -p1 -b .printFG
+%patch45 -p1 -b .stat64
+%patch46 -p1 -b .testsuite
+%patch47 -p1 -b .lcctime
 
 
 %if %{without ssp}
@@ -110,6 +120,14 @@
 %global xtra_fixcflags	%nil
 %endif
 
+%ifarch %ix86
+sed -i \
+	-e '/#define WANT_DYN_PAGESIZE/{c\'	\
+	-e '#define WANT_ELFINFO' 		\
+	-e '}'					\
+	dietfeatures.h
+%endif
+
 sed -i -e 's!strip !: !g' Makefile
 
 %global fixcflags	-fomit-frame-pointer -fno-exceptions -fno-asynchronous-unwind-tables %xtra_fixcflags -Os -g3
@@ -147,7 +165,7 @@
 
 cd test
 ulimit -m $[ 50*1024 ] -v $[ 100*1024 ] -d $[ 50*1024 ]
-bash ./runtests-X.sh || :
+bash ./runtests-X.sh
 
 
 %clean
@@ -178,6 +196,11 @@
 
 
 %changelog
+* Sun Apr 13 2008 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.31-2.20080409
+- added patch for dynamic PAGE_SIZE support
+- fixed/enhanced testsuite and removed the '|| :' in %%check
+- improved/fixed floating point support *printf(3)
+
 * Thu Apr 10 2008 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.31-1.20080409
 - updated to CVS snapshot 20080409
 




More information about the fedora-extras-commits mailing list