From 7b3ea00c88baffdfa88f87b93a876de8da2b2027 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sat, 11 Feb 2006 04:44:15 +0000 Subject: [PATCH] bump for bug in double-long on ppc(64) --- netpbm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/netpbm.spec b/netpbm.spec index 3122bfb..4337847 100644 --- a/netpbm.spec +++ b/netpbm.spec @@ -1,7 +1,7 @@ Summary: A library for handling different graphics file formats. Name: netpbm Version: 10.31 -Release: 3 +Release: 3.1 License: freeware Group: System Environment/Libraries URL: http://netpbm.sourceforge.net/ @@ -174,6 +174,9 @@ rm -rf $RPM_BUILD_ROOT/usr/config_template %{_mandir}/man5/* %changelog +* Fri Feb 10 2006 Jesse Keating - 10.31-3.1 +- bump again for double-long bug on ppc(64) + * Fri Feb 10 2006 Jindrich Novy 10.31-3 - fix segfault caused by usage of uninitialized variables while parsing cmdline arguments in pnmtopng (#179645)