rpms/netpbm/devel .cvsignore, 1.51, 1.52 netpbm-10.35-ppmfadeusage.patch, 1.1, 1.2 netpbm.spec, 1.134, 1.135 sources, 1.55, 1.56 netpbm-10.35-pbmtog3segfault.patch, 1.1, NONE

Jindrich Novy jnovy at fedoraproject.org
Mon Mar 23 07:19:45 UTC 2009


Author: jnovy

Update of /cvs/pkgs/rpms/netpbm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4805

Modified Files:
	.cvsignore netpbm-10.35-ppmfadeusage.patch netpbm.spec sources 
Removed Files:
	netpbm-10.35-pbmtog3segfault.patch 
Log Message:
* Mon Mar 23 2009 Jindrich Novy <jnovy at redhat.com> 10.35.61-1
- update to 10.35.61
- upstream fixes array bound violation in pbmtog3
- drop .pbmtog3segfault patch, we fixed this some time ago already
  and it is in upstream now
- use saner exit status in ppmfade



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/netpbm/devel/.cvsignore,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- .cvsignore	16 Feb 2009 11:28:25 -0000	1.51
+++ .cvsignore	23 Mar 2009 07:19:14 -0000	1.52
@@ -1 +1,2 @@
 netpbm-10.35.60.tar.bz2
+netpbm-10.35.61.tar.bz2

netpbm-10.35-ppmfadeusage.patch:

Index: netpbm-10.35-ppmfadeusage.patch
===================================================================
RCS file: /cvs/pkgs/rpms/netpbm/devel/netpbm-10.35-ppmfadeusage.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- netpbm-10.35-ppmfadeusage.patch	27 Feb 2009 08:45:01 -0000	1.1
+++ netpbm-10.35-ppmfadeusage.patch	23 Mar 2009 07:19:14 -0000	1.2
@@ -1,6 +1,6 @@
 diff -up netpbm-10.35.60/editor/ppmfade.ppmfadeusage netpbm-10.35.60/editor/ppmfade
---- netpbm-10.35.60/editor/ppmfade.ppmfadeusage	2009-02-26 17:43:14.000000000 +0100
-+++ netpbm-10.35.60/editor/ppmfade	2009-02-26 17:43:44.000000000 +0100
+--- netpbm-10.35.60/editor/ppmfade.ppmfadeusage	2009-02-27 12:35:26.000000000 +0100
++++ netpbm-10.35.60/editor/ppmfade	2009-02-27 12:39:06.000000000 +0100
 @@ -36,6 +36,8 @@ my $mode = $SPREAD;		# default fading mo
  #
  #  Check those command line args.
@@ -10,3 +10,19 @@
  if (@ARGV == 0) {
      usage();
  }
+@@ -82,7 +84,7 @@ for ($n = 0; $n < @ARGV; $n++) {
+         usage();
+     } else {
+         print "Unknown argument: $ARGV[$n]\n";
+-        exit 100;
++        exit 1;
+     } 
+ }
+ #
+@@ -312,5 +314,5 @@ sub usage() {
+    print "               [-base basename]\n";
+    print "Notes: Default base: fade\n";
+    print "       The resulting image files will be named fade.NNNN.ppm.\n";
+-   exit(100);
++   exit 1;
+ }


Index: netpbm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/netpbm/devel/netpbm.spec,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- netpbm.spec	27 Feb 2009 08:45:01 -0000	1.134
+++ netpbm.spec	23 Mar 2009 07:19:14 -0000	1.135
@@ -1,7 +1,7 @@
 Summary: A library for handling different graphics file formats
 Name: netpbm
-Version: 10.35.60
-Release: 3%{?dist}
+Version: 10.35.61
+Release: 1%{?dist}
 # See copyright_summary for details
 License: BSD and GPLv2 and IJG and MIT and Public Domain
 Group: System Environment/Libraries
@@ -25,7 +25,6 @@
 Patch13: netpbm-10.33-multilib.patch
 Patch14: netpbm-10.34-pamscale.patch
 Patch15: netpbm-10.35-ppmquantall.patch
-Patch16: netpbm-10.35-pbmtog3segfault.patch
 Patch17: netpbm-10.35-pbmtomacp.patch
 Patch18: netpbm-10.35-glibc.patch
 Patch19: netpbm-10.35-gcc43.patch
@@ -92,7 +91,6 @@
 %patch13 -p1 -b .multilib
 %patch14 -p1 -b .pamscale
 %patch15 -p1 -b .pqall
-%patch16 -p1 -b .pbmtog3segfault
 %patch17 -p1 -b .pbmtomacp
 %patch18 -p1 -b .glibc
 %patch19 -p1 -b .gcc43
@@ -229,6 +227,13 @@
 %{_datadir}/netpbm/
 
 %changelog
+* Mon Mar 23 2009 Jindrich Novy <jnovy at redhat.com> 10.35.61-1
+- update to 10.35.61
+- upstream fixes array bound violation in pbmtog3
+- drop .pbmtog3segfault patch, we fixed this some time ago already
+  and it is in upstream now
+- use saner exit status in ppmfade
+
 * Thu Feb 26 2009 Jindrich Novy <jnovy at redhat.com> 10.35.60-3
 - fix broken perl syntax in ppmfade
 - fix exit status and error reporting in ppmrainbow


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/netpbm/devel/sources,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- sources	16 Feb 2009 11:28:25 -0000	1.55
+++ sources	23 Mar 2009 07:19:15 -0000	1.56
@@ -1 +1 @@
-0d3e23ff20836c0fb8e8365284567296  netpbm-10.35.60.tar.bz2
+ea6882cc00d8dc2b580184c25334ad5a  netpbm-10.35.61.tar.bz2


--- netpbm-10.35-pbmtog3segfault.patch DELETED ---




More information about the fedora-extras-commits mailing list