- update to 10.47.15
This commit is contained in:
parent
e2f0e62ed2
commit
7404445d61
10
netpbm.spec
10
netpbm.spec
@ -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.47.14
|
Version: 10.47.15
|
||||||
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
|
||||||
@ -140,7 +140,7 @@ TOP=`pwd`
|
|||||||
make \
|
make \
|
||||||
CC="%{__cc}" \
|
CC="%{__cc}" \
|
||||||
LDFLAGS="-L$TOP/pbm -L$TOP/pgm -L$TOP/pnm -L$TOP/ppm" \
|
LDFLAGS="-L$TOP/pbm -L$TOP/pgm -L$TOP/pnm -L$TOP/ppm" \
|
||||||
CFLAGS="$RPM_OPT_FLAGS -fPIC -flax-vector-conversions" \
|
CFLAGS="$RPM_OPT_FLAGS -fPIC -flax-vector-conversions -fno-strict-aliasing" \
|
||||||
LADD="-lm" \
|
LADD="-lm" \
|
||||||
JPEGINC_DIR=%{_includedir} \
|
JPEGINC_DIR=%{_includedir} \
|
||||||
PNGINC_DIR=%{_includedir} \
|
PNGINC_DIR=%{_includedir} \
|
||||||
@ -251,6 +251,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc userguide/*
|
%doc userguide/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 7 2010 Jindrich Novy <jnovy@redhat.com> 10.47.15-1
|
||||||
|
- update to 10.47.15
|
||||||
|
|
||||||
|
* Tue Jun 1 2010 Jindrich Novy <jnovy@redhat.com> 10.47.14-2
|
||||||
|
- add -fno-strict-aliasing to CFLAGS
|
||||||
|
|
||||||
* Fri May 21 2010 Jindrich Novy <jnovy@redhat.com> 10.47.14-1
|
* Fri May 21 2010 Jindrich Novy <jnovy@redhat.com> 10.47.14-1
|
||||||
- update to 10.47.14
|
- update to 10.47.14
|
||||||
- fixes memory leak in pamarith
|
- fixes memory leak in pamarith
|
||||||
|
Loading…
Reference in New Issue
Block a user