diff --git a/bzflag-2.0.12.tar.bz2 b/bzflag-2.0.12.tar.bz2 new file mode 100644 index 0000000..a2aa598 --- /dev/null +++ b/bzflag-2.0.12.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c9edc128e481f73572c4648e919036c6bc484c1a63f9cdd9740118f39d689a +size 11397403 diff --git a/bzflag-2.0.16.tar.bz2 b/bzflag-2.0.16.tar.bz2 deleted file mode 100644 index fbf4334..0000000 --- a/bzflag-2.0.16.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe6fa0b89e7f950950111b118ee8534cd54917d2c7f9215c1f3215ece38a608f -size 11495082 diff --git a/bzflag.changes b/bzflag.changes index 7efc5ee..d9ba74b 100644 --- a/bzflag.changes +++ b/bzflag.changes @@ -1,34 +1,3 @@ -------------------------------------------------------------------- -Tue Apr 6 13:37:02 UTC 2010 - hvogel@novell.com - -- Update to version 2.0.16 - * Fix regression in protocol handling by server - * Add bullet tails as seen out the viewport - * Remove unused dependency on Xi library - * Allow only one Enter message per player instance - * Add TimeLimit plugin - * Remove broken vocaliser and obsolete torBlock plugins - * Add Options -> Display -> AntiFlicker option - * Add Options -> Input -> Confine Mouse (MotionBox) - * Adjust advanced ground rendering for texture flicker - * Backport fix for /idbanlist and /hostbanlist crashes - * Fix player ghosting failure - * Provide API support for using bz_moveFlag on team flags - * Add pushstats plugin for future statistics gathering system - * Increase restrictions on incompletely joined players - * Announce saved file name in recordmatch plugin - * Fix buffer overflow in menu subsystem - * Fully support glob-style wildcards in hostbans and make name comparisons - case insensitive - * Properly limit maximum message size in /showgroup command - * Reset team scores in case of a capture during a countdown - * Block spoofed /me messages - * Keep flags within the world boundary - * Add the "roamView" BZDB variable - * Change fonts to DejaVu - * Source cleanup - * use fdupes - ------------------------------------------------------------------- Thu Mar 18 12:13:15 UTC 2010 - prusnak@novell.com diff --git a/bzflag.spec b/bzflag.spec index ed9533d..35535fa 100644 --- a/bzflag.spec +++ b/bzflag.spec @@ -15,12 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +# norootforbuild + + Name: bzflag -BuildRequires: bc curl-devel freeglut-devel gcc-c++ libcares-devel libdrm-devel ncurses-devel update-desktop-files fdupes libSDL-devel +BuildRequires: bc curl-devel freeglut-devel gcc-c++ libcares-devel libdrm-devel ncurses-devel update-desktop-files License: GPLv2+ Group: Amusements/Games/3D/Shoot -Version: 2.0.16 -Release: 1 +Version: 2.0.12 +Release: 5 Summary: 3D Networked Multiplayer Tank Battle Game Url: http://BZFlag.org/ Source: %{name}-%{version}.tar.bz2 @@ -32,6 +35,7 @@ Source6: %{name}.png Patch: %{name}-1.10.4-ncursespollution.patch Patch1: %{name}-decl.patch Patch3: %{name}-char-signedness.patch +Patch5: %{name}-2.0.10-array-subscript.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %insserv_prereq %fillup_prereq @@ -55,6 +59,7 @@ Authors: %patch -p1 %patch1 %patch3 -p1 +%patch5 cp %SOURCE2 . %build @@ -86,7 +91,6 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/bzflag/maps install -m 644 maps/*bzmap $RPM_BUILD_ROOT%{_datadir}/bzflag/maps install -D -m 644 %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/pixmaps/bzflag.png %suse_update_desktop_file -i %{name} -%fdupes %buildroot %clean rm -rf $RPM_BUILD_ROOT