- update to 10.35.40 (fixes pgmdeshadow, pgmmedian, pgmbentley and

pamtosvg)
This commit is contained in:
Jindrich Novy 2008-03-09 11:07:04 +00:00
parent bc5cc24ef8
commit e28151a84c
3 changed files with 7 additions and 4 deletions

View File

@ -1 +1 @@
netpbm-10.35.39.tar.bz2
netpbm-10.35.40.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: A library for handling different graphics file formats
Name: netpbm
Version: 10.35.39
Version: 10.35.40
Release: 1%{?dist}
License: Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary
Group: System Environment/Libraries
@ -117,8 +117,8 @@ EOF
TOP=`pwd`
make \
CC=%{__cc} \
CFLAGS="$RPM_OPT_FLAGS -fPIC -flax-vector-conversions" \
LDFLAGS="-L$TOP/pbm -L$TOP/pgm -L$TOP/pnm -L$TOP/ppm" \
CFLAGS="$RPM_OPT_FLAGS -fPIC -fPIC -flax-vector-conversions" \
LADD="-lm" \
JPEGINC_DIR=%{_includedir} \
PNGINC_DIR=%{_includedir} \
@ -211,6 +211,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/netpbm/
%changelog
* Sun Mar 9 2008 Jindrich Novy <jnovy@redhat.com> 10.35.40-1
- update to 10.35.40 (fixes pgmdeshadow, pgmmedian, pgmbentley and pamtosvg)
* Mon Feb 25 2008 Jindrich Novy <jnovy@redhat.com> 10.35.39-1
- update to 10.35.39 (fixes crash in pamtosvg)

View File

@ -1 +1 @@
705381e0525acbdb81d7fdc39dbcd65b netpbm-10.35.39.tar.bz2
6a9ea0f93f3559e572e5050c12ed14e9 netpbm-10.35.40.tar.bz2