devel/zoo zoo-gcc4.patch,NONE,1.1 zoo.spec,1.5,1.6

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Tue Apr 5 11:09:30 UTC 2005


Author: adrian

Update of /cvs/extras/devel/zoo
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22198

Modified Files:
	zoo.spec 
Added Files:
	zoo-gcc4.patch 
Log Message:
fix gcc4 errors


zoo-gcc4.patch:

--- NEW FILE zoo-gcc4.patch ---
--- zoo-2.10.orig/ar.h	2005-04-05 10:53:38.000000000 +0200
+++ zoo-2.10/ar.h	2005-04-05 10:52:12.000000000 +0200
@@ -117,7 +117,6 @@
   void move_left();
 #else
 # define MOVE_LEFT memmove
- extern VOIDPTR memmove();
 #endif
 
 #if 0


Index: zoo.spec
===================================================================
RCS file: /cvs/extras/devel/zoo/zoo.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- zoo.spec	5 Mar 2005 20:07:10 -0000	1.5
+++ zoo.spec	5 Apr 2005 11:09:28 -0000	1.6
@@ -1,6 +1,6 @@
 Name:      zoo
 Version:   2.10
-Release:   2
+Release:   3
 Summary:   File archiving utility with compression
 
 Group:     Applications/Archiving
@@ -8,6 +8,7 @@
 Source:    ftp://ftp.debian.org/debian/pool/non-free/z/zoo/zoo_2.10.orig.tar.gz
 Patch0:    ftp://ftp.debian.org/debian/pool/non-free/z/zoo/zoo_2.10-9.diff.gz
 Patch1:    zoo-2.10-tempfile.patch
+Patch2:    zoo-gcc4.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -20,6 +21,7 @@
 %setup -n zoo-2.10.orig
 %patch0 -p1 -b .debian
 %patch1 -p1 -b .tempfile
+%patch2 -p1 -b .gcc4
 
 %build
 make %{?_smp_mflags} OPTIM="%{optflags}" linux
@@ -41,6 +43,9 @@
 %attr(0755,root,root) %{_bindir}/*
 
 %changelog
+* Tue Apr 05 2005  Adrian Reber <adrian at lisas.de> - 2.10-3
+- fix gcc4 errors
+
 * Sun Apr 25 2004  Mailhot <Nicolas.Mailhot at laPoste.net> - 0:2.10-0.fdr.2
 * Use debian source
 




More information about the fedora-extras-commits mailing list