diff --git a/.gitignore b/.gitignore index 0aeaeb3..c2077e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /bzflag-2.4.4.tar.bz2 /bzflag-2.4.6.tar.bz2 +/bzflag-2.4.8.tar.bz2 diff --git a/bzflag.spec b/bzflag.spec index b28268d..34ec62d 100644 --- a/bzflag.spec +++ b/bzflag.spec @@ -1,7 +1,7 @@ Summary: 3D multi-player tank battle game Name: bzflag -Version: 2.4.6 -Release: 3%{?dist} +Version: 2.4.8 +Release: 1%{?dist} License: LGPLv2 Group: Amusements/Games URL: http://bzflag.org @@ -56,7 +56,7 @@ This package contains sample world maps for bzflag. CFLAGS='-fPIC %{optflags} -fno-strict-aliasing' \ CXXFLAGS='-fPIC %{optflags} -fno-strict-aliasing' \ LDFLAGS='-pie' \ -%configure --libdir=%{_libdir}/%{name} +%configure --libdir=%{_libdir}/%{name} --with-SDL=1 make %{?_smp_mflags} %install @@ -152,6 +152,9 @@ exit 0 %{_datadir}/bzflag/maps/* %changelog +* Thu Oct 13 2016 Jon Ciesla - 2.4.8-1 +- 2.4.8. + * Wed Jul 06 2016 Jon Ciesla - 2.4.6-3 - Run server under bzflag user. - Revert to SDL. diff --git a/sources b/sources index 72cf530..1d23231 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -63d6ef651b24f502a2f293227798b543 bzflag-2.4.6.tar.bz2 +21641943d7d432bb84103e337ed67e16 bzflag-2.4.8.tar.bz2