From 97df28d6fad11b1cd23ac35d3616026cb20e1900 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 09:17:10 +0000 Subject: auto-import changelog data from netpbm-10.19-9.src.rpm Sat Jun 19 2004 Alan Cox - merged fix for pnmrotate crash freeing wrong number of rows --- diff --git a/netpbm.spec b/netpbm.spec index 841d5b1..11a142d 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: 8 +Release: 9 License: freeware Group: System Environment/Libraries Source0: netpbm-10.19.tar.bz2 @@ -14,6 +14,7 @@ Patch5: netpbm-10.19-message.patch Patch6: netpbm-10.19-security2.patch Patch7: netpbm-10.19-getopt.patch Patch8: netpbm-10.19-gcc34.patch +Patch9: netpbm-10.19-malloc.patch Buildroot: %{_tmppath}/%{name}-root BuildPrereq: libjpeg-devel, libpng-devel, libtiff-devel, perl Obsoletes: libgr @@ -65,6 +66,7 @@ netpbm-progs. You'll also need to install the netpbm package. %patch6 -p1 -b .security2 %patch7 -p1 -b .getopt %patch8 -p1 -b .gcc34 +%patch9 -p1 -b .malloc ##mv shhopt/shhopt.h shhopt/pbmshhopt.h ##perl -pi -e 's|shhopt.h|pbmshhopt.h|g' `find -name "*.c" -o -name "*.h"` ./GNUmakefile @@ -153,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT/usr/pkginfo %{_mandir}/man5/* %changelog +* Sat Jun 19 2004 Alan Cox +- merged fix for pnmrotate crash freeing wrong number of rows + * Tue Jun 15 2004 Elliot Lee - rebuilt