rpms/makebootfat/devel makebootfat.spec,1.9,1.10

Dmitry Butskoy buc at fedoraproject.org
Fri Jun 18 12:54:29 UTC 2010


Author: buc

Update of /cvs/extras/rpms/makebootfat/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30421

Modified Files:
	makebootfat.spec 
Log Message:



Index: makebootfat.spec
===================================================================
RCS file: /cvs/extras/rpms/makebootfat/devel/makebootfat.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- makebootfat.spec	25 Jul 2009 11:41:27 -0000	1.9
+++ makebootfat.spec	18 Jun 2010 12:54:28 -0000	1.10
@@ -3,7 +3,7 @@
 Summary: Utility for creation bootable FAT disk
 Name: makebootfat
 Version: 1.4
-Release: 9%{?dist}
+Release: 10%{?dist}
 Group: 	Applications/System
 License: GPLv2+
 URL: http://advancemame.sourceforge.net/doc-makebootfat.html
@@ -46,7 +46,7 @@ install -p -m644 %{SOURCE1} README.usbbo
 %build
 
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 
 
 %install
@@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jun 18 2010 Dmitry Butskoy <Dmitry at Butskoy.name> - 1.4-10
+- Compile without strict aliasing (#605549)
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list