update to 10.59.01

This commit is contained in:
Jindrich Novy 2012-07-11 06:10:41 +02:00
parent 2b7214814e
commit fa9c7a56c2
4 changed files with 14 additions and 11 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/netpbm-10.58.03.tar.xz
/netpbm-10.59.01.tar.xz

View File

@ -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,

View File

@ -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
@ -250,6 +250,9 @@ rm -rf $RPM_BUILD_ROOT
%doc userguide/*
%changelog
* Wed Jul 11 2012 Jindrich Novy <jnovy@redhat.com> 10.59.01-1
- update to 10.59.01
* Fri Jun 22 2012 Jindrich Novy <jnovy@redhat.com> 10.58.03-1
- update to 10.58.03
- pnmtops is back

View File

@ -1 +1 @@
11dd22eb2db67bd8149bb7d11cca6188 netpbm-10.58.03.tar.xz
b3dc7fb81c5fdf13268145c08d45df2d netpbm-10.59.01.tar.xz