SHA256
1
0
forked from pool/bzflag
OBS User unknown 2008-09-08 13:59:54 +00:00 committed by Git OBS Bridge
parent 74e0b0b16e
commit 7739f11c72
4 changed files with 35 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0cc24578fc410afd469d6e5440e39f71f2d34c86f6b103d2b90c6c9d71e2e39e
size 11130252

3
bzflag-2.0.12.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6c9edc128e481f73572c4648e919036c6bc484c1a63f9cdd9740118f39d689a
size 11397403

View File

@ -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 Mon Apr 21 15:44:48 CEST 2008 - hvogel@suse.de

View File

@ -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. # 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/ # 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 License: GPL v2 or later
Group: Amusements/Games/3D/Shoot Group: Amusements/Games/3D/Shoot
AutoReqProv: on AutoReqProv: on
Version: 2.0.10svn200804211445 Version: 2.0.12
Release: 1 Release: 1
Summary: 3D Networked Multiplayer Tank Battle Game Summary: 3D Networked Multiplayer Tank Battle Game
Url: http://BZFlag.org/ Url: http://BZFlag.org/
@ -108,6 +115,15 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/fillup-templates/sysconfig.bzflagserver-bzflag /var/adm/fillup-templates/sysconfig.bzflagserver-bzflag
%changelog %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 * Mon Apr 21 2008 hvogel@suse.de
- update to latest 2.0 branch svn to fix various c-ares bugs - update to latest 2.0 branch svn to fix various c-ares bugs
[bnc#378717] [bnc#378717]