diff --git a/bzflag-2.0.10svn200804211445.tar.bz2 b/bzflag-2.0.10svn200804211445.tar.bz2 deleted file mode 100644 index 5152412..0000000 --- a/bzflag-2.0.10svn200804211445.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cc24578fc410afd469d6e5440e39f71f2d34c86f6b103d2b90c6c9d71e2e39e -size 11130252 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.changes b/bzflag.changes index 954aea3..c053fed 100644 --- a/bzflag.changes +++ b/bzflag.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Sep 8 13:53:30 CEST 2008 - hvogel@suse.de + +- Update to 2.0.12 + * Fix for memory leaks + * Remove extra dir separator from cache entries + * Configurable "defaultFOV" (60 deg) for widescreen users + * Queue spawns after flag captures + * Fix kill callback when is coming from server + * Various permission fixes + * gcc-4.3 fixes + ------------------------------------------------------------------- Mon Apr 21 15:44:48 CEST 2008 - hvogel@suse.de diff --git a/bzflag.spec b/bzflag.spec index 834d300..f36d987 100644 --- a/bzflag.spec +++ b/bzflag.spec @@ -1,10 +1,17 @@ # -# spec file for package bzflag (Version 2.0.10svn200804211445) +# spec file for package bzflag (Version 2.0.12) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -16,7 +23,7 @@ BuildRequires: bc curl-devel freeglut-devel gcc-c++ libcares-devel libdrm-devel License: GPL v2 or later Group: Amusements/Games/3D/Shoot AutoReqProv: on -Version: 2.0.10svn200804211445 +Version: 2.0.12 Release: 1 Summary: 3D Networked Multiplayer Tank Battle Game Url: http://BZFlag.org/ @@ -108,6 +115,15 @@ rm -rf $RPM_BUILD_ROOT /var/adm/fillup-templates/sysconfig.bzflagserver-bzflag %changelog +* Mon Sep 08 2008 hvogel@suse.de +- Update to 2.0.12 + * Fix for memory leaks + * Remove extra dir separator from cache entries + * Configurable "defaultFOV" (60 deg) for widescreen users + * Queue spawns after flag captures + * Fix kill callback when is coming from server + * Various permission fixes + * gcc-4.3 fixes * Mon Apr 21 2008 hvogel@suse.de - update to latest 2.0 branch svn to fix various c-ares bugs [bnc#378717]