rpms/dietlibc/devel dietlibc.spec,1.9,1.10

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sun May 1 11:06:46 UTC 2005


Author: ensc

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

Modified Files:
	dietlibc.spec 
Log Message:
added Herbert Poetzl's syscall(2) implementation for x86_64 and sparc*
architectures (see http://vserver.13thfloor.at/Experimental/delta-diet.diff)



Index: dietlibc.spec
===================================================================
RCS file: /cvs/extras/rpms/dietlibc/devel/dietlibc.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- dietlibc.spec	24 Apr 2005 19:49:59 -0000	1.9
+++ dietlibc.spec	1 May 2005 11:06:43 -0000	1.10
@@ -36,7 +36,7 @@
 Summary:	Small libc implementation
 Name:		%{?_with_cross:cross-%crossarch-}%NAME
 Version:	0.28
-Release:	%release_func 4.3
+Release:	%release_func 4.4
 License:	GPL
 Group:		Development/Libraries
 URL:		http://www.fefe.de/dietlibc/
@@ -47,9 +47,10 @@
 Patch2:		dietlibc-0.28-ppc.patch
 Patch3:		dietlibc-0.28-hppa.patch
 Patch4:		dietlibc-0.28-cflags.patch
-Patch5:		dietlibc-0.28-scall.patch
 Patch6:		dietlibc-0.28-stat64.patch
 Patch7:		dietlibc-0.28-madv.patch
+Patch9:		dietlibc-0.28-syscall.patch
+Patch10:	dietlibc-0.28-scall.patch
 BuildRoot:	%_tmppath/%name-%version-buildroot
 %{?with_dyn:Requires:	dietlibc-lib = %version-%release}
 
@@ -84,10 +85,12 @@
 %patch2 -p1 -b .ppc
 %patch3 -p1 -b .hppa
 %patch4 -p1 -b .cflags
-%patch5 -p1 -b .scall
 %patch6 -p1 -b .stat64
 %patch7 -p1 -b .madv
 
+%patch9  -p1 -b .syscall
+%patch10 -p1 -b .scall
+
 ## only for 0.28; remove it in 0.29
 sed -i -e 's!LD_RUN_PATH= !env -u LD_RUN_PATH !' Makefile
 
@@ -149,7 +152,11 @@
 %endif
 
 %changelog
-* Sun Apr 24 2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.28-5
+* Sun May  1 2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.28-5
+- added Herbert Poetzl's syscall(2) implementation for x86_64 and
+  sparc* architectures (see
+  http://vserver.13thfloor.at/Experimental/delta-diet.diff); rediffed
+  the .call patch
 - catch the case when syscall(2) is used on archs where it is not
   implemented yet
 - define MADV_* constants on HPPA and IA64 archs




More information about the fedora-extras-commits mailing list