diff --git a/bzflag.spec b/bzflag.spec index 47a2515..a1fac6e 100644 --- a/bzflag.spec +++ b/bzflag.spec @@ -4,7 +4,7 @@ Summary: 3D multi-player tank battle game Name: bzflag Version: 2.0.2 -Release: 2 +Release: 3 License: GPL Group: Amusements/Games URL: http://bzflag.org @@ -39,8 +39,8 @@ There are two main styles of play: capture-the-flag and free-for-all. %build # Use PIE because bzflag/bzfs are networked server applications -CFLAGS='-fPIE -pie %optflags' -CXXFLAGS='-fPIE -pie %optflags' +CFLAGS='-fPIE -pie %optflags -fnostrict-aliasing' +CXXFLAGS='-fPIE -pie %optflags -fnostrict-aliasing' %configure make %{?_smp_mflags} @@ -70,6 +70,9 @@ rm -rf %{buildroot} %{_mandir}/man*/* %changelog +* Mon May 09 2005 Nils Philippsen 2.0.2-3 +- build with -fnostrict-aliasing + * Wed Apr 06 2005 Nils Philippsen 2.0.2-2 - build with adns - build require libGL-devel and libGLU-devel to hopefully resolve building