rpms/dietlibc/F-8 dietlibc.spec,1.51,1.52

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sat Jun 21 14:19:13 UTC 2008


Author: ensc

Update of /cvs/extras/rpms/dietlibc/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32747

Modified Files:
	dietlibc.spec 
Log Message:
- removed debug stuff from specfile
- updated patches to work with new isinf() behavior of gcc 4.3



Index: dietlibc.spec
===================================================================
RCS file: /cvs/extras/rpms/dietlibc/F-8/dietlibc.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- dietlibc.spec	21 Jun 2008 14:10:58 -0000	1.51
+++ dietlibc.spec	21 Jun 2008 14:18:24 -0000	1.52
@@ -30,7 +30,7 @@
 Summary:	Small libc implementation
 Name:		dietlibc
 Version:	0.31
-Release:	%release_func 2%{?snapshot:.%snapshot}
+Release:	%release_func 3%{?snapshot:.%snapshot}
 License:	GPL
 Group:		Development/Libraries
 URL:		http://www.fefe.de/dietlibc/
@@ -170,14 +170,7 @@
 cd test
 ulimit -m $[ 128*1024 ] -v $[ 256*1024 ] -d $[ 128*1024 ]
 
-if false; then
-	readelf -a ./ftw || :
-	objdump -d ./ftw || :
-	gdb ./ftw -ex 'r' -ex 'bt' -ex 'info registers' -ex 'info locals' -ex 'p environ' -ex 'print __elfinfo' -ex 'q' || :
-	dmesg | tail || :
-fi
-
-bash ./runtests-X.sh || { sleep 60 ; false; }
+bash ./runtests-X.sh
 
 
 %clean
@@ -208,6 +201,10 @@
 
 
 %changelog
+* Mon Apr 14 2008 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.31-3.20080409
+- removed debug stuff from specfile
+- updated patches to work with new isinf() behavior of gcc 4.3
+
 * 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




More information about the fedora-extras-commits mailing list