From 9c50656903e9cbccc4e950cbb78d5bb99331a580 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 09:16:56 +0000 Subject: [PATCH] auto-import changelog data from netpbm-10.19-7.src.rpm Tue Mar 30 2004 Harald Hoyer - 10.19-7 - fixed compilation with gcc34 --- netpbm.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/netpbm.spec b/netpbm.spec index 8fe8280..1ca513e 100644 --- a/netpbm.spec +++ b/netpbm.spec @@ -1,7 +1,7 @@ Summary: A library for handling different graphics file formats. Name: netpbm Version: 10.19 -Release: 6.1 +Release: 7 License: freeware Group: System Environment/Libraries Source0: netpbm-10.19.tar.bz2 @@ -13,6 +13,7 @@ Patch4: netpbm-10.18-manpath.patch Patch5: netpbm-10.19-message.patch Patch6: netpbm-10.19-security2.patch Patch7: netpbm-10.19-getopt.patch +Patch8: netpbm-10.19-gcc34.patch Buildroot: %{_tmppath}/%{name}-root BuildPrereq: libjpeg-devel, libpng-devel, libtiff-devel, perl Obsoletes: libgr @@ -63,6 +64,7 @@ netpbm-progs. You'll also need to install the netpbm package. %patch5 -p1 -b .message %patch6 -p1 -b .security2 %patch7 -p1 -b .getopt +%patch8 -p1 -b .gcc34 ##mv shhopt/shhopt.h shhopt/pbmshhopt.h ##perl -pi -e 's|shhopt.h|pbmshhopt.h|g' `find -name "*.c" -o -name "*.h"` ./GNUmakefile @@ -151,6 +153,9 @@ rm -rf $RPM_BUILD_ROOT/usr/pkginfo %{_mandir}/man5/* %changelog +* Tue Mar 30 2004 Harald Hoyer - 10.19-7 +- fixed compilation with gcc34 + * Tue Mar 02 2004 Elliot Lee - rebuilt