From 84f5adf421d7cc91d51ff5c07422063fac29410f Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 09:14:42 +0000 Subject: auto-import changelog data from netpbm-9.24-10.90.1.src.rpm Thu Jan 22 2004 Phil Knirsch 9.24-10.90.1 - Included new debian security fixes and made security errata. --- diff --git a/netpbm.spec b/netpbm.spec index fa54ac8..6049265 100644 --- a/netpbm.spec +++ b/netpbm.spec @@ -1,7 +1,7 @@ Summary: A library for handling different graphics file formats. Name: netpbm Version: 9.24 -Release: 10 +Release: 10.90.1 License: freeware Group: System Environment/Libraries Source0: netpbm-9.24-nojbig.tar.bz2 @@ -10,6 +10,7 @@ Patch1: netpbm-9.9-time.patch Patch2: netpbm-9.24-struct.patch Patch3: netpbm-9.24-strip.patch Patch4: netpbm-9.24-security.patch +Patch5: netpbm-9.24-debiansecurity.patch Buildroot: %{_tmppath}/%{name}-root BuildPrereq: libjpeg-devel, libpng-devel, libtiff-devel, perl Obsoletes: libgr @@ -58,6 +59,7 @@ netpbm-progs. You'll also need to install the netpbm package. %patch2 -p1 -b .struct %patch3 -p1 -b .strip %patch4 -p1 -b .security +%patch5 -p1 -b .debiansecurity mv shhopt/shhopt.h shhopt/pbmshhopt.h perl -pi -e 's|shhopt.h|pbmshhopt.h|g' `find -name "*.c" -o -name "*.h"` ./GNUmakefile @@ -168,6 +170,9 @@ $RPM_BUILD_ROOT%{_bindir}/{ppmfade,ppmshadow} %{_mandir}/man5/* %changelog +* Thu Jan 22 2004 Phil Knirsch 9.24-10.90.1 +- Included new debian security fixes and made security errata. + * Wed Feb 19 2003 Phil Knirsch 9.24-10 - Added big security patch by Alan Cox.