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

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Aug 22 16:47:59 UTC 2006


Author: steve

Update of /cvs/extras/rpms/celestia/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7854

Modified Files:
	celestia.spec 
Log Message:
Turn on -fno-strict-aliasing to work around bug #203525.


Index: celestia.spec
===================================================================
RCS file: /cvs/extras/rpms/celestia/devel/celestia.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- celestia.spec	1 Aug 2006 22:23:48 -0000	1.18
+++ celestia.spec	22 Aug 2006 16:47:59 -0000	1.19
@@ -1,6 +1,6 @@
 Name:           celestia
 Version:        1.4.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        OpenGL real-time visual space simulation
 Group:          Amusements/Graphics
 License:        GPL
@@ -49,6 +49,8 @@
 
 %build
 export GTK_LIBS="$( pkg-config --libs gtkglext-x11-1.0 libgnomeui-2.0 )"
+# http://www.shatters.net/forum/viewtopic.php?t=9605
+export CXXFLAGS="%{optflags} -fno-strict-aliasing"
 %configure --with-gnome --with-lua
 make %{?_smp_mflags}
 
@@ -110,6 +112,9 @@
 
 
 %changelog
+* Tue Aug 22 2006 Steven Pritchard <steve at kspei.com> 1.4.1-5
+- Turn on -fno-strict-aliasing to work around bug #203525.
+
 * Mon Jul 31 2006 Steven Pritchard <steve at kspei.com> 1.4.1-4
 - We modified configure.in, so now we need automake17 and gettext-devel.
 




More information about the fedora-extras-commits mailing list