rpms/lincity-ng/devel lincity-ng.spec,1.5,1.6

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Mar 24 22:09:57 UTC 2006


Author: spot

Update of /cvs/extras/rpms/lincity-ng/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27188/devel

Modified Files:
	lincity-ng.spec 
Log Message:

Resolve 186513 by using proper OPT_FLAGS, not -O3.



Index: lincity-ng.spec
===================================================================
RCS file: /cvs/extras/rpms/lincity-ng/devel/lincity-ng.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lincity-ng.spec	28 Feb 2006 22:53:04 -0000	1.5
+++ lincity-ng.spec	24 Mar 2006 22:09:57 -0000	1.6
@@ -1,6 +1,6 @@
 Name:		lincity-ng
 Version:	1.0.2
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPL
 Group:		Amusements/Games
 Summary:	City Simulation Game
@@ -32,6 +32,8 @@
 %prep
 %setup -q
 %patch0 -p1
+sed -i "s/CFLAGS += -O3 -g -Wall/CFLAGS += $RPM_OPT_FLAGS/" Jamrules
+sed -i "s/CXXFLAGS += -O3 -g -Wall/CXXFLAGS += $RPM_OPT_FLAGS/" Jamrules
 
 %build
 %configure
@@ -63,6 +65,9 @@
 %{_datadir}/lincity-ng/
 
 %changelog
+* Fri Mar 24 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.2-4
+- -O3 optimization makes the code cry
+
 * Tue Feb 28 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.2-3
 - bump for FC-5
 




More information about the fedora-extras-commits mailing list