diff --git a/.gitignore b/.gitignore index da798ea..4e43344 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/netpbm-10.58.03.tar.xz +/netpbm-10.59.01.tar.xz diff --git a/netpbm-message.patch b/netpbm-message.patch index 64efd6e..0a820fc 100644 --- a/netpbm-message.patch +++ b/netpbm-message.patch @@ -1,12 +1,12 @@ -diff -up netpbm-10.47.04/converter/other/giftopnm.c.message netpbm-10.47.04/converter/other/giftopnm.c ---- netpbm-10.47.04/converter/other/giftopnm.c.message 2009-10-21 13:39:06.000000000 +0200 -+++ netpbm-10.47.04/converter/other/giftopnm.c 2009-10-21 14:34:42.000000000 +0200 -@@ -1676,7 +1676,7 @@ convertImages(FILE * const ifP, +diff -up netpbm-10.59.01/converter/other/giftopnm.c.message netpbm-10.59.01/converter/other/giftopnm.c +--- netpbm-10.59.01/converter/other/giftopnm.c.message 2012-07-11 05:54:52.000000000 +0200 ++++ netpbm-10.59.01/converter/other/giftopnm.c 2012-07-11 05:57:57.745246980 +0200 +@@ -2038,7 +2038,7 @@ convertImages(FILE * const ifP, imageSeq, imageSeq > 1 ? "s" : ""); } else { if (verbose) -- pm_message("Reading Image Sequence %d", imageSeq); -+ pm_message("Reading Image Sequence %d", imageSeq+1); +- pm_message("Reading Image Sequence %u", imageSeq); ++ pm_message("Reading Image Sequence %u", imageSeq+1); + convertImage(ifP, !allImages && (imageSeq != requestedImageSeq), - imageout_file, alphafile, gifScreen, gif89, - tolerateBadInput); + imageOutFileP, alphaFileP, gifScreen, gif89, diff --git a/netpbm.spec b/netpbm.spec index 4d7c7c0..0a3a80f 100644 --- a/netpbm.spec +++ b/netpbm.spec @@ -1,6 +1,6 @@ Summary: A library for handling different graphics file formats Name: netpbm -Version: 10.58.03 +Version: 10.59.01 Release: 1%{?dist} # See copyright_summary for details License: BSD and GPLv2 and IJG and MIT and Public Domain @@ -249,6 +249,9 @@ rm -rf $RPM_BUILD_ROOT %doc userguide/* %changelog +* Wed Jul 11 2012 Jindrich Novy 10.59.01-1 +- update to 10.59.01 + * Sun Jul 01 2012 Jindrich Novy 10.58.03-1 - update to 10.58.03 - pnmtops is back (#836795) diff --git a/sources b/sources index 15d9369..2027529 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -11dd22eb2db67bd8149bb7d11cca6188 netpbm-10.58.03.tar.xz +b3dc7fb81c5fdf13268145c08d45df2d netpbm-10.59.01.tar.xz