update to 10.59.01
This commit is contained in:
parent
2b7214814e
commit
fa9c7a56c2
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/netpbm-10.58.03.tar.xz
|
||||
/netpbm-10.59.01.tar.xz
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user