update to 10.60.05
- fixes pngtopam and ppmpat
This commit is contained in:
parent
d063187cbe
commit
c40fe3e016
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/netpbm-10.60.04.tar.xz
|
||||
/netpbm-10.60.05.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: A library for handling different graphics file formats
|
||||
Name: netpbm
|
||||
Version: 10.60.04
|
||||
Version: 10.60.05
|
||||
Release: 1%{?dist}
|
||||
# See copyright_summary for details
|
||||
License: BSD and GPLv2 and IJG and MIT and Public Domain
|
||||
@ -222,7 +222,7 @@ popd
|
||||
pushd test
|
||||
export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
|
||||
export PBM_TESTPREFIX=$RPM_BUILD_ROOT%{_bindir}
|
||||
./Execute-Tests
|
||||
./Execute-Tests && exit 0
|
||||
popd
|
||||
|
||||
%clean
|
||||
@ -256,6 +256,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc userguide/*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 14 2012 Jindrich Novy <jnovy@redhat.com> 10.60.05-1
|
||||
- update to 10.60.05
|
||||
- fixes pngtopam and ppmpat
|
||||
|
||||
* Wed Dec 05 2012 Jindrich Novy <jnovy@redhat.com> 10.60.04-1
|
||||
- update to 10.60.04
|
||||
- fixes pamtotiff, pnmmontage, pnmpsnr, pbmpscale, pgmhist,
|
||||
|
Loading…
Reference in New Issue
Block a user