bump for bug in double-long on ppc(64)

This commit is contained in:
Jesse Keating 2006-02-11 04:44:15 +00:00
parent 414f676eae
commit 7b3ea00c88

View File

@ -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 <jkeating@redhat.com> - 10.31-3.1
- bump again for double-long bug on ppc(64)
* Fri Feb 10 2006 Jindrich Novy <jnovy@redhat.com> 10.31-3
- fix segfault caused by usage of uninitialized variables while
parsing cmdline arguments in pnmtopng (#179645)