[netpbm] update to 10.59.01

Jindrich Novy jnovy at fedoraproject.org
Wed Jul 11 04:07:53 UTC 2012


commit fa9c7a56c2812ef5bce18726c5b52fe9db24a3b0
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Wed Jul 11 06:10:41 2012 +0200

    update to 10.59.01

 .gitignore           |    2 +-
 netpbm-message.patch |   16 ++++++++--------
 netpbm.spec          |    5 ++++-
 sources              |    2 +-
 4 files changed, 14 insertions(+), 11 deletions(-)
---
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 604e4ca..176408d 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
@@ -250,6 +250,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc userguide/*
 
 %changelog
+* Wed Jul 11 2012 Jindrich Novy <jnovy at redhat.com> 10.59.01-1
+- update to 10.59.01
+
 * Fri Jun 22 2012 Jindrich Novy <jnovy at redhat.com> 10.58.03-1
 - update to 10.58.03
 - pnmtops is back
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


More information about the scm-commits mailing list