rpms/netpbm/devel netpbm.spec,1.165,1.166

Jindrich Novy jnovy at fedoraproject.org
Mon Jun 7 11:17:18 UTC 2010


Author: jnovy

Update of /cvs/pkgs/rpms/netpbm/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14878

Modified Files:
	netpbm.spec 
Log Message:
* Mon Jun  7 2010 Jindrich Novy <jnovy at redhat.com> 10.47.15-1
- update to 10.47.15



Index: netpbm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/netpbm/devel/netpbm.spec,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -p -r1.165 -r1.166
--- netpbm.spec	21 May 2010 06:09:42 -0000	1.165
+++ netpbm.spec	7 Jun 2010 11:17:18 -0000	1.166
@@ -1,6 +1,6 @@
 Summary: A library for handling different graphics file formats
 Name: netpbm
-Version: 10.47.14
+Version: 10.47.15
 Release: 1%{?dist}
 # See copyright_summary for details
 License: BSD and GPLv2 and IJG and MIT and Public Domain
@@ -140,7 +140,7 @@ TOP=`pwd`
 make \
 	CC="%{__cc}" \
 	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" \
 	JPEGINC_DIR=%{_includedir} \
 	PNGINC_DIR=%{_includedir} \
@@ -251,6 +251,12 @@ rm -rf $RPM_BUILD_ROOT
 %doc userguide/*
 
 %changelog
+* Mon Jun  7 2010 Jindrich Novy <jnovy at redhat.com> 10.47.15-1
+- update to 10.47.15
+
+* Tue Jun  1 2010 Jindrich Novy <jnovy at redhat.com> 10.47.14-2
+- add -fno-strict-aliasing to CFLAGS
+
 * Fri May 21 2010 Jindrich Novy <jnovy at redhat.com> 10.47.14-1
 - update to 10.47.14
 - fixes memory leak in pamarith



More information about the scm-commits mailing list