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