rpms/dvd+rw-tools/devel dvd+rw-tools.spec,1.40,1.41

Roman Rakus rrakus at fedoraproject.org
Wed Jun 23 08:32:34 UTC 2010


Author: rrakus

Update of /cvs/pkgs/rpms/dvd+rw-tools/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14164

Modified Files:
	dvd+rw-tools.spec 
Log Message:
Compile with -fno-strict-aliasing CFLAG


Index: dvd+rw-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dvd+rw-tools/devel/dvd+rw-tools.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- dvd+rw-tools.spec	24 Jul 2009 20:39:21 -0000	1.40
+++ dvd+rw-tools.spec	23 Jun 2010 08:32:33 -0000	1.41
@@ -1,7 +1,7 @@
 Summary:	Toolchain to master DVD+RW/+R media
 Name:		dvd+rw-tools
 Version:	7.1
-Release:	4%{?dist}
+Release:	5%{?dist}
 License:	GPLv2
 Group:		Applications/Multimedia
 Source:		http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-%{version}.tar.gz
@@ -33,8 +33,8 @@ information see http://fy.chalmers.se/~a
 install -m 644 %{SOURCE1} index.html
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 make WARN="-DDEFAULT_BUF_SIZE_MB=16 -DRLIMIT_MEMLOCK" %{?_smp_mflags}
 
 %install
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/growisofs.1*
 
 %changelog
+* Wed Jun 23 2010 Roman Rakus <rrakus at redhat.com> - 7.1-5
+- Compile with -fno-strict-aliasing CFLAG
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 7.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list