rpms/arc/FC-4 arc-fe.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 arc.spec, 1.9, 1.10 sources, 1.2, 1.3 arc-gcc4.patch, 1.1, NONE

Nicolas Mailhot (nim) fedora-extras-commits at redhat.com
Sat Oct 8 10:36:50 UTC 2005


Author: nim

Update of /cvs/extras/rpms/arc/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23065/FC-4

Modified Files:
	.cvsignore arc.spec sources 
Added Files:
	arc-fe.patch 
Removed Files:
	arc-gcc4.patch 
Log Message:
auto-import arc-5.21m-1.fc4 on branch FC-4 from arc-5.21m-1.fc4.src.rpm
5.21m with minimal patching for CAN alerts, still barfs a lot at build time

arc-fe.patch:

--- NEW FILE arc-fe.patch ---
diff -uNr arc-5.21m.orig/arcrun.c arc-5.21m/arcrun.c
--- arc-5.21m.orig/arcrun.c	2005-09-21 18:39:57.000000000 +0200
+++ arc-5.21m/arcrun.c	2005-10-08 12:27:46.000000000 +0200
@@ -25,7 +25,6 @@
 VOID	rempath(), openarc(), closearc(), arcdie();
 int	readhdr(), match(), unpack();
 static	VOID	runfile();
-char	*strcat();
 
 VOID
 runarc(num, arg)		/* run file from archive */


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/arc/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 04:03:55 -0000	1.2
+++ .cvsignore	8 Oct 2005 10:36:48 -0000	1.3
@@ -1 +1 @@
-arc-5.21j.tar.gz
+arc-5.21m.tar.gz


Index: arc.spec
===================================================================
RCS file: /cvs/extras/rpms/arc/FC-4/arc.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- arc.spec	25 May 2005 21:35:45 -0000	1.9
+++ arc.spec	8 Oct 2005 10:36:48 -0000	1.10
@@ -1,14 +1,14 @@
 Name:      arc
-Version:   5.21j
-Release: 4
+Version:   5.21m
+Release:   1%{dist}
 
 Summary:   Arc archiver
 
 Group:     Applications/Archiving
 License:   GPL
-URL:       ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/
-Source:    ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/%{name}-%{version}.tar.gz
-Patch0: arc-gcc4.patch
+URL:       http://arc.sourceforge.net/
+Source:    http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
+Patch0:    arc-fe.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -17,7 +17,7 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .gcc4
+%patch0 -p1 -b .fe
 
 sed -i \
   -e 's,^OPT =.*$,OPT = ${RPM_OPT_FLAGS},' \
@@ -37,11 +37,15 @@
 
 %files
 %defattr(0644, root, root, 0755)
-%doc LICENSE COPYING PATCHLEVEL Changes.521 Readme Arc521.doc
+%doc LICENSE COPYING PATCHLEVEL Readme Arc521.doc
 %doc %{_mandir}/man1/*
 %attr (0755,root,root) %{_bindir}/*
 
 %changelog
+* Sat Oct 8 2005 Nicolas Mailhot <Nicolas.Mailhot at laPoste.net> 5.21m-1
+- update to 5.21m (CAN-2005-2945, CAN-2005-2992, #168945)
+- last maintained package for now (-> orphan)
+
 * Wed May 25 2005 Jeremy Katz <katzj at redhat.com> - 5.21j-4
 - fix build with gcc4, patch from Nicolas Mailhot (#156225)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/arc/FC-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 04:03:55 -0000	1.2
+++ sources	8 Oct 2005 10:36:48 -0000	1.3
@@ -1 +1 @@
-b3c12bbc71c440df19d3a8a653d4baf5  arc-5.21j.tar.gz
+6e1a3031d13b9157386b7e1c101ca8da  arc-5.21m.tar.gz


--- arc-gcc4.patch DELETED ---




More information about the fedora-extras-commits mailing list