SHA256
1
0
forked from pool/bzflag

Accepting request 75524 from home:jmcdough:branches:games

Update to 2.4.0

OBS-URL: https://build.opensuse.org/request/show/75524
OBS-URL: https://build.opensuse.org/package/show/games/bzflag?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2011-07-08 15:46:14 +00:00 committed by Git OBS Bridge
parent cdc9423ac1
commit 17175a63c7
5 changed files with 51 additions and 18 deletions

View File

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

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

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

View File

@ -1,11 +0,0 @@
--- src/ogl/OpenGLGState.cxx
+++ src/ogl/OpenGLGState.cxx
@@ -128,6 +128,8 @@
Unsorted unsorted;
};
+class SortedGState;
+
//
// OpenGLGStateRep
//

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Wed Jul 6 10:18:23 UTC 2011 - jmcdonough@suse.de
- Update to version 2.4.0
* Shot messages are synchronized with position
* Added /playerlist for everyone
* Added message type for properly handling /me actions
* Added BZDB option to hide flags on radar server side
* Removed /setpass /register /identify
* Handicap is computed on the server
* Allow plugins to register custom flag types
* Forced *image.bzflag.org for image downloads until user sets
otherwise
* Accepted patch from McSpider, added OpenFFA
* Removed -requireUDP, now it is always required
* Accepted patch from McSpider, removed client option to turn off fog
* Accepted patch from McSpider, added -noTeamKills option
* Removed -3Dfx, -no3Dfx. Moved -geometry -> -window <geometry-spec>
* Add ricochet on a per object basis for .bzw files
* serverControl plugin- Add option to ignore observers for server shutdowns
* serverControl plugin- Only report ban file access errors once
* serverControl plugin- Limit filesystem checks to once every 3 seconds
* LogDetail plugin-Add SERVER-MAPNAME with the public server description
* The bzfs -time command line option allows end time
* screenshots now compressed asynchronously
* Add /serverdebug command and plugin API
* Add bzfs -utc command line option to log timestamps using universal time
* Fix buffer overrun when using -ts micros on Linux
* Only players with POLL permission are eligible to vote
* Only allow a single end shot credit for holding the shield flag
* Do not inform hunters of stealthy prey
* All scores are controlled completely by the server
* Relabel player "email" string as "motto"
* Require TALK privilege for player motto to be broadcast
* Always require valid authentication for registered names
* Move flag identification server side
* GM sanity checks
* Added the -publickey requirement for publicly listed servers (and renamed
the bzfs -public option to -publictitle)
- Remove forward declaration patch
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jul 2 16:40:20 UTC 2011 - jengelh@medozas.de Sat Jul 2 16:40:20 UTC 2011 - jengelh@medozas.de

View File

@ -21,7 +21,7 @@ Name: bzflag
BuildRequires: bc curl-devel fdupes freeglut-devel gcc-c++ libSDL-devel libcares-devel libdrm-devel ncurses-devel update-desktop-files BuildRequires: bc curl-devel fdupes freeglut-devel gcc-c++ libSDL-devel libcares-devel libdrm-devel ncurses-devel update-desktop-files
License: GPLv2+ License: GPLv2+
Group: Amusements/Games/3D/Shoot Group: Amusements/Games/3D/Shoot
Version: 2.0.16 Version: 2.4.0
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/
@ -32,7 +32,6 @@ Source4: sysconfig.bzflagserver-bzflag
Source5: %{name}.desktop Source5: %{name}.desktop
Source6: %{name}.png Source6: %{name}.png
Patch: %{name}-1.10.4-ncursespollution.patch Patch: %{name}-1.10.4-ncursespollution.patch
Patch1: %{name}-decl.patch
Patch3: %{name}-char-signedness.patch Patch3: %{name}-char-signedness.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %insserv_prereq %fillup_prereq PreReq: %insserv_prereq %fillup_prereq
@ -55,7 +54,6 @@ Authors:
%prep %prep
%setup -q -a 3 %setup -q -a 3
%patch -p1 %patch -p1
%patch1
%patch3 -p1 %patch3 -p1
cp %SOURCE2 . cp %SOURCE2 .
@ -64,6 +62,9 @@ autoreconf -fiv
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure \ %configure \
--disable-dependency-tracking \
--libdir=%{_libdir}/%{name} \
--disable-static \
--with-pic --with-pic
make %{?_smp_mflags} all make %{?_smp_mflags} all
@ -93,7 +94,7 @@ install -D -m 644 %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/pixmaps/bzflag.png
%files %files
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS BUGS COPYING PORTING README DEVINFO README.UNIX %doc AUTHORS BUGS COPYING PORTING README DEVINFO README.UNIX
%doc RELNOTES TODO README.Linux misc/bzfs.conf %doc TODO README.Linux misc/bzfs.conf
%{_sysconfdir}/init.d/bzflagserver %{_sysconfdir}/init.d/bzflagserver
%{_sbindir}/rcbzflagserver %{_sbindir}/rcbzflagserver
%{_bindir}/* %{_bindir}/*
@ -104,5 +105,7 @@ install -D -m 644 %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/pixmaps/bzflag.png
%{_mandir}/man5/* %{_mandir}/man5/*
%{_mandir}/man6/* %{_mandir}/man6/*
%{_localstatedir}/adm/fillup-templates/sysconfig.bzflagserver-bzflag %{_localstatedir}/adm/fillup-templates/sysconfig.bzflagserver-bzflag
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*
%changelog %changelog