rpms/arc/FC-3 arc-fe.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 arc.spec, 1.4, 1.5 sources, 1.2, 1.3

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


Author: nim

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

Modified Files:
	.cvsignore arc.spec sources 
Added Files:
	arc-fe.patch 
Log Message:
auto-import arc-5.21m-1.fc3 on branch FC-3 from arc-5.21m-1.fc3.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-3/.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:37:54 -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-3/arc.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- arc.spec	10 Dec 2004 22:03:01 -0000	1.4
+++ arc.spec	8 Oct 2005 10:37:54 -0000	1.5
@@ -1,13 +1,14 @@
-Name:    arc
-Version: 5.21j
-Release: 1
-Epoch:   0
-Summary: Arc archiver 
+Name:      arc
+Version:   5.21m
+Release:   1%{dist}
 
-Group:     Applications/Archiving 
+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
+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
@@ -15,7 +16,12 @@
 but useful if you have old .arc files you need to unpack.
 
 %prep
-%setup 
+%setup -q
+%patch0 -p1 -b .fe
+
+sed -i \
+  -e 's,^OPT =.*$,OPT = ${RPM_OPT_FLAGS},' \
+  Makefile
 
 %build
 make %{?_smp_mflags}
@@ -31,11 +37,27 @@
 
 %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)
+
+* Sun May 22 2005 Ralf Corsepius <ralf[AT]links2linux.de>
+- Use RPM_OPT_CFLAGS inside of Makefile.
+
+* Sun May 22 2005 Jeremy Katz <katzj at redhat.com> - 5.21j-3
+- rebuild on all arches
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+- rebuilt
+
 * Sun Apr 18 2004 Nicolas Mailhot <Nicolas.Mailhot at laPoste.net> 0:5.21j-0.fdr.1
 - Fedorization
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/arc/FC-3/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:37:54 -0000	1.3
@@ -1 +1 @@
-b3c12bbc71c440df19d3a8a653d4baf5  arc-5.21j.tar.gz
+6e1a3031d13b9157386b7e1c101ca8da  arc-5.21m.tar.gz




More information about the fedora-extras-commits mailing list