forked from pool/bzflag
This commit is contained in:
parent
74e0b0b16e
commit
7739f11c72
@ -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
3
bzflag-2.0.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6c9edc128e481f73572c4648e919036c6bc484c1a63f9cdd9740118f39d689a
|
||||
size 11397403
|
@ -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
|
||||
|
||||
|
24
bzflag.spec
24
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]
|
||||
|
Loading…
Reference in New Issue
Block a user