rpms/cdrkit/devel cdrkit.spec,1.18,1.19

Roman Rakus rrakus at fedoraproject.org
Thu Feb 12 13:36:59 UTC 2009


Author: rrakus

Update of /cvs/extras/rpms/cdrkit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21495

Modified Files:
	cdrkit.spec 
Log Message:
Use -fno-strict-aliasing to prevent strict_aliasing warnings/errors


Index: cdrkit.spec
===================================================================
RCS file: /cvs/extras/rpms/cdrkit/devel/cdrkit.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- cdrkit.spec	29 Oct 2008 11:00:44 -0000	1.18
+++ cdrkit.spec	12 Feb 2009 13:36:28 -0000	1.19
@@ -1,7 +1,7 @@
 Summary: A collection of CD/DVD utilities
 Name: cdrkit
 Version: 1.1.9
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2
 Group: Applications/System
 URL: http://cdrkit.org/
@@ -77,7 +77,7 @@
 %build
 mkdir fedora
 cd fedora
-export CFLAGS="$RPM_OPT_FLAGS -Wall -Werror -Wno-unused-function -Wno-unused-variable"
+export CFLAGS="$RPM_OPT_FLAGS -Wall -Werror -Wno-unused-function -Wno-unused-variable -fno-strict-aliasing"
 export CXXFLAGS="$CFLAGS"
 export FFLAGS="$CFLAGS"
 cmake .. \
@@ -206,6 +206,9 @@
 %{_mandir}/man1/readmult.*
 
 %changelog
+* Thu Feb 12 2009 Roman Rakus <rrakus at redhat.com> - 1.1.9-2
+- Use -fno-strict-aliasing to prevent strict_aliasing warnings/errors
+
 * Mon Oct 27 2008 Roman Rakus <rrakus at redhat.com> - 1.1.9-1
 - Bump to version 1.1.9
 




More information about the scm-commits mailing list