2007-01-10 23:36:27 +01:00
|
|
|
#
|
2008-01-17 22:12:14 +01:00
|
|
|
# spec file for package bzflag (Version 2.0.10)
|
2007-01-10 23:36:27 +01:00
|
|
|
#
|
2008-01-17 22:12:14 +01:00
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-10 23:36:27 +01:00
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
Name: bzflag
|
|
|
|
BuildRequires: bc curl-devel freeglut-devel gcc-c++ libadns-devel libdrm-devel update-desktop-files
|
2007-10-16 17:47:27 +02:00
|
|
|
License: GPL v2 or later
|
2007-01-10 23:36:27 +01:00
|
|
|
Group: Amusements/Games/3D/Shoot
|
2007-10-16 17:47:27 +02:00
|
|
|
AutoReqProv: on
|
2008-01-17 22:12:14 +01:00
|
|
|
Version: 2.0.10
|
|
|
|
Release: 1
|
2007-01-10 23:36:27 +01:00
|
|
|
Summary: 3D Networked Multiplayer Tank Battle Game
|
2007-10-16 17:47:27 +02:00
|
|
|
Url: http://BZFlag.org/
|
2007-01-10 23:36:27 +01:00
|
|
|
Source: %name-%version.tar.bz2
|
|
|
|
Source2: rc.bzflagserver
|
|
|
|
Source3: bzflag-maps.tar.bz2
|
|
|
|
Source4: sysconfig.bzflagserver-bzflag
|
|
|
|
Source5: bzflag.desktop
|
|
|
|
Source6: bzflag-icon.png
|
|
|
|
Patch: bzflag-1.10.4-ncursespollution.diff
|
|
|
|
Patch1: bzflag-decl.diff
|
|
|
|
Patch3: bzflag-char-signedness.patch
|
2007-04-17 00:29:55 +02:00
|
|
|
Patch5: %{name}-%{version}_array-subscript2.patch
|
2007-10-16 17:47:27 +02:00
|
|
|
Patch6: %{name}-%{version}_missing-includes.patch
|
2007-01-10 23:36:27 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
PreReq: %insserv_prereq %fillup_prereq
|
|
|
|
|
|
|
|
%description
|
|
|
|
BZFlag is a 3D multiplayer tank battle game that allows users to play
|
|
|
|
against each other in a networked environment. Because it makes heavy
|
|
|
|
use of 3D graphics (OpenGL), a fast CPU or a supported 3D video card is
|
|
|
|
heavily recommended.
|
|
|
|
|
|
|
|
Find server maps in /usr/share/games/bzflag/maps.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Chris Schoeneman <crs23@bigfoot.com>
|
|
|
|
Tim Riker <Tim@Rikers.org>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -a 3
|
|
|
|
%patch -p1
|
|
|
|
%patch1
|
|
|
|
%patch3 -p1
|
2007-04-17 00:29:55 +02:00
|
|
|
%patch5
|
2007-01-10 23:36:27 +01:00
|
|
|
cp %SOURCE2 .
|
2007-10-16 17:47:27 +02:00
|
|
|
%patch6
|
2007-01-10 23:36:27 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf -fi
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
--libdir=%_libdir \
|
|
|
|
--mandir=%_mandir \
|
|
|
|
--datadir=/usr/share/games \
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
|
|
|
|
CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
|
|
make %{?jobs:-j %jobs} all
|
|
|
|
|
|
|
|
%preun
|
|
|
|
%stop_on_removal bzflagserver
|
|
|
|
|
|
|
|
%post
|
|
|
|
%fillup_only -an bzflagserver
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%restart_on_update bzflagserver
|
|
|
|
%insserv_cleanup
|
|
|
|
|
|
|
|
%install
|
|
|
|
#Init script for the BZFlag server
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/etc/init.d
|
|
|
|
install -m 755 rc.bzflagserver $RPM_BUILD_ROOT/etc/init.d/bzflagserver
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/sbin
|
|
|
|
ln -s ../../etc/init.d/bzflagserver $RPM_BUILD_ROOT/usr/sbin/rcbzflagserver
|
|
|
|
make MKDIR_P="mkdir -p --" DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
install -d -m 755 $RPM_BUILD_ROOT/var/adm/fillup-templates
|
|
|
|
install -m 644 %{S:4} $RPM_BUILD_ROOT/var/adm/fillup-templates
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/share/games/bzflag/maps
|
|
|
|
install -m 644 maps/*bzmap $RPM_BUILD_ROOT/usr/share/games/bzflag/maps
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps/
|
|
|
|
install -m 644 %{S:6} $RPM_BUILD_ROOT/usr/share/pixmaps/bzflag.png
|
|
|
|
%suse_update_desktop_file -i %name Game ActionGame
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc AUTHORS BUGS COPYING PORTING README DEVINFO README.UNIX
|
|
|
|
%doc RELNOTES TODO README.Linux misc/bzfs.conf
|
|
|
|
/etc/init.d/bzflagserver
|
|
|
|
/usr/sbin/rcbzflagserver
|
|
|
|
/usr/bin/*
|
|
|
|
/usr/share/games/bzflag
|
|
|
|
/usr/share/applications/bzflag.desktop
|
|
|
|
/usr/share/pixmaps/bzflag.png
|
|
|
|
%_mandir/man6/*
|
|
|
|
%_mandir/man5/*
|
|
|
|
/var/adm/fillup-templates/sysconfig.bzflagserver-bzflag
|
2008-01-17 22:12:14 +01:00
|
|
|
|
2007-03-15 01:16:17 +01:00
|
|
|
%changelog
|
2008-01-17 22:12:14 +01:00
|
|
|
* Wed Jan 16 2008 hvogel@suse.de
|
|
|
|
- Update to bzflag-2.0.10:
|
|
|
|
* Add /modcount command
|
|
|
|
* Add -adminlagannounce and -lagannounce
|
|
|
|
* First map no longer ignored in Start Server menu
|
|
|
|
* Add packet loss kick and related admin commands
|
|
|
|
* Plugins get flag resets/spawns/grab/drop/transfer
|
|
|
|
* Added more info for observers
|
|
|
|
* Optionally use mesh position and height for radar
|
|
|
|
* Add various new plugins (rabidRabbit, rabbitTimer torBlock regFlag, etc.)
|
|
|
|
* Add favorite server
|
|
|
|
* Some API changes
|
|
|
|
* Adding jitter kick and related admin commands
|
|
|
|
* Ability to change the killer in a PlayerDieEvent
|
|
|
|
* Backport the record stop function from 2.1
|
|
|
|
* Backported WW GMs from 2.1
|
|
|
|
* Tue Oct 16 2007 pgajdos@suse.cz
|
2007-10-16 17:47:27 +02:00
|
|
|
- added missing includes according to new gcc
|
|
|
|
* missing-includes.patch
|
2008-01-17 22:12:14 +01:00
|
|
|
* Mon Apr 16 2007 pgajdos@suse.cz
|
2007-04-17 00:29:55 +02:00
|
|
|
- fixed 'warning: array subscript is below array bounds' [#229908]
|
|
|
|
- array_subscript2.patch
|
2008-01-17 22:12:14 +01:00
|
|
|
* Tue Mar 13 2007 pgajdos@suse.cz
|
2007-03-15 01:16:17 +01:00
|
|
|
- fixed 'warning: array subscript is below array bounds'
|
|
|
|
- array_subscript.patch
|
2008-01-17 22:12:14 +01:00
|
|
|
* Wed Jan 10 2007 hvogel@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- fix make install issue with mkdir
|
2008-01-17 22:12:14 +01:00
|
|
|
* Fri Jun 30 2006 duwe@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- update to upstream version 2.0.8:
|
|
|
|
* Add a plugin to record matches
|
|
|
|
* Add an option to send out a UDP heartbeat message for observers behind flakey
|
|
|
|
routers
|
|
|
|
* Replaced admin message sound
|
|
|
|
* Client and server now close http connections correctly
|
|
|
|
* Fixed crash when rogue autopilot picks up a team flag
|
|
|
|
* Fixed spawnpoint selection regression
|
2008-01-17 22:12:14 +01:00
|
|
|
* Fri May 05 2006 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Devel package is gone
|
|
|
|
- Update to bzflag-2.0.6:
|
|
|
|
o game variables no longer accept invalid values.
|
|
|
|
o Special Effects use tank (was team) color
|
|
|
|
o /reset uses the values from the config and the map as default
|
|
|
|
o Sreenshots now remember where they left off
|
|
|
|
o Have windows dump std::error out to a file
|
|
|
|
o Various API enhancmentes
|
|
|
|
o Not applauding when capturing his own flag
|
|
|
|
o Fixing crash on invalid captured flag
|
|
|
|
o Fixed bots on a public server
|
|
|
|
o Don't send admin the server password when wrong
|
|
|
|
o Client config file can be saved on request
|
|
|
|
o Allow for longer help files (50 lines)
|
|
|
|
o Allow selective /reload of databases
|
|
|
|
o Fix wrong kick if pausing having V and moving
|
|
|
|
o Prevent long distance tank warping through walls
|
|
|
|
o Display paused state when screen capturing while playing
|
|
|
|
o Added new logDetail plugin
|
|
|
|
o Fixed issue with denial-of-service message attacks
|
|
|
|
o Support for -window on Mac command line executions
|
|
|
|
o Show slot numbers in lagstats (if admin)
|
|
|
|
o FPS limit energy saver option for laptops
|
|
|
|
o Send admin channel warning if /password fails
|
|
|
|
o Known players not authenticated are detected
|
|
|
|
o Added /checkip command
|
|
|
|
o "Enable Local Shot/Spawn Effects" affects "Driving with"
|
|
|
|
o Show shot reload indicators when driving with a tank
|
|
|
|
o Fix misc/bzfquery.pl to handle MsgGameTime
|
|
|
|
o Simple server list searching
|
|
|
|
o Added GUI option for email display length
|
2008-01-17 22:12:14 +01:00
|
|
|
* Wed Feb 01 2006 hvogel@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- fix BZFlag NULL Byte callsign DOS bug [#141121]
|
2008-01-17 22:12:14 +01:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-01-17 22:12:14 +01:00
|
|
|
* Mon Jan 23 2006 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Build without SDL support for now, since it's broken [#143932]
|
2008-01-17 22:12:14 +01:00
|
|
|
* Tue Nov 08 2005 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Split -devel package off for plugin stuff
|
|
|
|
- Update to 2.0.4 including:
|
|
|
|
o Automatic team icon
|
|
|
|
o Fixed server join bug when cached worlds disappear
|
|
|
|
o Prevent phantom zoned players from pausing
|
|
|
|
o Implemented multiple player hunt
|
|
|
|
o Directional keys pressing works, even in joy/mouse mode
|
|
|
|
o Jitter compensation removed. Too bad behaviour on ME players
|
|
|
|
o Put spawn params in BZDB to let server owners mod them as needed
|
|
|
|
o Fixed ban admin bug
|
|
|
|
o Added /sendhelp command
|
|
|
|
o /ban /hostban take time keywords (short ...) too
|
|
|
|
o Inertia style indicatio no more used
|
|
|
|
o No more restriction on M (Momentum) flag
|
|
|
|
o Fixing authentication when changing callsign/password
|
|
|
|
o Fixing authentication when joining from command-line
|
|
|
|
o Executing abbreviated server command '*' terminated
|
|
|
|
o Getting one-line-help on server command '?' terminated
|
|
|
|
o Fixing bzflag use of system-wide regex (--without-regex)
|
|
|
|
o Adding destination info to chat message log
|
|
|
|
o Adding syntax check to duration parameter of ban cmds
|
|
|
|
o Hud outlines go transparent with the hud panel
|
|
|
|
o Better progress info when downloading textures
|
|
|
|
o Add Quake3 BSP import to modeltool
|
|
|
|
o Exit BZFS if -g is used with -mts or -mps
|
|
|
|
o Experimental server colorizing in server list
|
|
|
|
o Added sort options to "/replay list" and "/record list"
|
|
|
|
o Map mismatch fixed
|
|
|
|
o Quick server command key works better
|
|
|
|
o Default server side plugins added to windows build
|
|
|
|
o Include web token verification script
|
|
|
|
o Fix texture cache on windows.
|
|
|
|
o Disallow + or @ as first char of callsign (bzfs)
|
|
|
|
o Wait for reverse DNS and authentication to enter game
|
|
|
|
o Antiban works even on IP number
|
|
|
|
o Sort lagstat to have non-observer at the bottom
|
|
|
|
o Authentication credential are requested asap
|
|
|
|
o Allow the use of game device sliders as axes on Windows
|
|
|
|
o Directional force feedback support
|
|
|
|
o New icon and menu arrow
|
|
|
|
o Special effects for many events
|
|
|
|
o Server-side plugin API and plugins
|
|
|
|
o Join menu displays team icon
|
|
|
|
o Implemented "-advertise" option for bzfs
|
|
|
|
o The url now does not contain the password (sent with POST)
|
|
|
|
o Fixing Tiny tank shooting from the world edge
|
|
|
|
o Fixing client requesting lan server on some systems
|
|
|
|
o Observer are no more hunted
|
|
|
|
o Added 'Always Show Team Scores' option (GUI Options Menu)
|
|
|
|
o Added beautify scores
|
|
|
|
o Added scoreboard sort option
|
|
|
|
o Shots fired over the boundary wall end at the wall
|
|
|
|
o Increase range of radar size setting in GUI Option menu
|
|
|
|
o Fixed Menu rendering when radar size is great
|
|
|
|
o Fixed Linux name resolution (server list) problem
|
|
|
|
o Fixed Jitter problem on Windows, clock was wrong
|
|
|
|
o Windows platform can switch from SDL to native
|
|
|
|
o Instruction for X-build from linux to windows
|
|
|
|
o bzflag is much less blocking with libcurl
|
|
|
|
o Using c-ares instead of adns for DNS resolving
|
|
|
|
o Added CTF capture event trigger for world weapons
|
|
|
|
o FlipZ on meshpyrs behaves as expected (like pyramids)
|
|
|
|
o Fixed /set and /reset command case bug
|
|
|
|
o Fixed crash on /ban without -banfile
|
|
|
|
o Shot reload timer on the HUD
|
|
|
|
o Added timestamp to bzfs DEBUG output, and new CL option (-ts)
|
|
|
|
o Players without TALK can send to the Admin group
|
|
|
|
o Fixed bzfs crash because poll kick/ban
|
|
|
|
o Allow additional group modify permission lines
|
|
|
|
o bzfs creates default groups before parsing groupdb file
|
|
|
|
o +ALL and -ALL adds/removes all perms from a group in groupdb
|
|
|
|
o Support for +,- and ! operators in bzfs' groupdb file
|
2008-01-17 22:12:14 +01:00
|
|
|
* Tue Oct 04 2005 schwab@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Add SDL-devel-packages to neededforbuild.
|
2008-01-17 22:12:14 +01:00
|
|
|
* Fri Sep 30 2005 stbinner@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- fixed .desktop file
|
2008-01-17 22:12:14 +01:00
|
|
|
* Mon Aug 22 2005 hvogel@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- fix data type comparison [Bug #104607]
|
2008-01-17 22:12:14 +01:00
|
|
|
* Fri Jul 15 2005 hvogel@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Don't compile with -f-signed-char [#93873]
|
|
|
|
- add curl for MOTD, global bans, etc. (needs bc for the configure
|
|
|
|
check *shrug*)
|
|
|
|
- add libadns for hostmask based bans (needs ssl)
|
2008-01-17 22:12:14 +01:00
|
|
|
* Thu Jun 23 2005 schwab@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Build with -fno-strict-aliasing [#85848].
|
2008-01-17 22:12:14 +01:00
|
|
|
* Tue Jun 07 2005 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Add sysconfig variable for newbies
|
2008-01-17 22:12:14 +01:00
|
|
|
* Mon May 23 2005 schwab@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Fix missing declaration.
|
2008-01-17 22:12:14 +01:00
|
|
|
* Wed Mar 30 2005 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Update to 2.0.2 which is a bugfix release
|
2008-01-17 22:12:14 +01:00
|
|
|
* Tue Jan 18 2005 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Update to 2.0.0 which introduces a slew of major new features
|
|
|
|
making this probably the "biggest" release in BZFlag's history
|
|
|
|
in terms of development time put into it and features being
|
|
|
|
added since the last publicly released version. Major new
|
|
|
|
features include support for vastly more complex worlds,
|
|
|
|
physics drivers, graphics improvements, weather (rain, snow,
|
|
|
|
frogs), tank treads and tracks, animations, record and
|
|
|
|
playback, new flags, new commands, optimizations and much more.
|
|
|
|
There is a new central registration system, global ban list
|
|
|
|
support, network, new cheat preventions, and network
|
|
|
|
optimizations in place as well.
|
2008-01-17 22:12:14 +01:00
|
|
|
* Tue Nov 02 2004 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Update urbancombat map to fit newer BZFlag versions
|
2008-01-17 22:12:14 +01:00
|
|
|
* Mon Oct 11 2004 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Update to 1.10.8 which is a maintenance release:
|
|
|
|
o New list server URL
|
|
|
|
o Added admin message sounds
|
|
|
|
o Throw away bad or early links in world files
|
2008-01-17 22:12:14 +01:00
|
|
|
* Sat May 22 2004 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Update to 1.10.6 including:
|
|
|
|
o Fixed the little hop on spawn at some sites
|
|
|
|
o Fixed issue of players add/removing others from groups
|
|
|
|
o Fixed false positive filter matches involving apostrophes
|
|
|
|
o Curing ghost/duplicated/ungetable flag
|
|
|
|
o Fixed 0 height flag, no more flags inside buildings
|
|
|
|
o Observers see Masquerade tank with their true color
|
|
|
|
o Password file now supports callsigns with non alphanumerics
|
|
|
|
o Correctly read PNG textures with multiple IDAT chunks
|
|
|
|
o bans based on hostmask (/hostban, ...) when adns is available
|
|
|
|
o Fixed bug that allowed empty callsigns
|
|
|
|
o server option to disallow autopilot
|
|
|
|
o Bots drive around corners faster
|
|
|
|
o Bots aim better, try to evade shots
|
2008-01-17 22:12:14 +01:00
|
|
|
* Thu Apr 29 2004 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Add missing sample bzflagserver configuration file to the docu-
|
|
|
|
mentation
|
2008-01-17 22:12:14 +01:00
|
|
|
* Tue Jan 27 2004 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Update to 1.10.4
|
|
|
|
- Undefine bool after ncurses include
|
2008-01-17 22:12:14 +01:00
|
|
|
* Tue Jan 20 2004 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Add std::streamoff() wrapper (gcc 3.4)
|
|
|
|
- It's CPPFLAGS and CFLAGS now
|
2008-01-17 22:12:14 +01:00
|
|
|
* Tue Dec 30 2003 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Run the bzflagserver as nobody:nobody
|
2008-01-17 22:12:14 +01:00
|
|
|
* Sun Dec 28 2003 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Update to 1.10.2 with a number of bugfixes including the one
|
|
|
|
where Guided Missile was not capable of hitting ring 0 players.
|
2008-01-17 22:12:14 +01:00
|
|
|
* Fri Dec 12 2003 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Adjust the sysconfig file settings
|
2008-01-17 22:12:14 +01:00
|
|
|
* Thu Dec 11 2003 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Update to 1.10.0 which is incompatible with older versions of
|
|
|
|
BZFlag, and brings a tremendous amount of new stuff, including
|
|
|
|
new flags.
|
2008-01-17 22:12:14 +01:00
|
|
|
* Wed Oct 15 2003 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Don't build as root
|
2008-01-17 22:12:14 +01:00
|
|
|
* Sat Sep 13 2003 sndirsch@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- fixed icon name in desktop file
|
2008-01-17 22:12:14 +01:00
|
|
|
* Thu Sep 11 2003 adrian@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- make the menu texts a bit nicer
|
|
|
|
- remove unneeded X-SuSE before Categories
|
2008-01-17 22:12:14 +01:00
|
|
|
* Thu Aug 14 2003 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Add sysconfig activation metadata
|
2008-01-17 22:12:14 +01:00
|
|
|
* Mon Aug 11 2003 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Add a desktop file and an icon
|
2008-01-17 22:12:14 +01:00
|
|
|
* Wed Jul 30 2003 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Use new macros for stop/restart of services on rpm update/removal
|
2008-01-17 22:12:14 +01:00
|
|
|
* Wed Jun 18 2003 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Don't package the stuff in /usr/share/games/bzflag/bzflag
|
2008-01-17 22:12:14 +01:00
|
|
|
* Wed Jun 18 2003 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Update to 1.7g2
|
2008-01-17 22:12:14 +01:00
|
|
|
* Mon Jun 02 2003 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Fix typo
|
2008-01-17 22:12:14 +01:00
|
|
|
* Fri Feb 07 2003 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Add /etc/sysconfig/bzflagserver with parameters for the bzflag
|
|
|
|
server.
|
|
|
|
- Tiny specfile cleanup
|
2008-01-17 22:12:14 +01:00
|
|
|
* Mon Dec 09 2002 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Update to 1.7g0 which include world file caching, team killers
|
|
|
|
die, tank labels on roaming, new GUI options including a
|
|
|
|
smaller display for slow systems (set opacity all the way up),
|
|
|
|
and much more!
|
2008-01-17 22:12:14 +01:00
|
|
|
* Thu Nov 14 2002 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Added some maps
|
2008-01-17 22:12:14 +01:00
|
|
|
* Thu Nov 14 2002 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Make neededforbuild more current
|
2008-01-17 22:12:14 +01:00
|
|
|
* Tue Sep 17 2002 ro@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- removed bogus self-provides
|
2008-01-17 22:12:14 +01:00
|
|
|
* Thu Aug 15 2002 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Add PreReq for insserv.
|
2008-01-17 22:12:14 +01:00
|
|
|
* Thu Aug 01 2002 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Remove insserv call
|
2008-01-17 22:12:14 +01:00
|
|
|
* Sun Jul 28 2002 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Fix specfile for ppc64
|
2008-01-17 22:12:14 +01:00
|
|
|
* Tue Jul 16 2002 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Update to 1.7e6 which includes:
|
|
|
|
o udp request fix for later clients
|
|
|
|
o MsgEnter should not be patched for ID
|
|
|
|
o Removed superfluous buffer copies in bzfs buffer sends
|
|
|
|
o Better pack/unpack code for vectors [3]
|
|
|
|
o Fix Teamflag drop over building when building at 0,0,0
|
|
|
|
o Fix flags spawning in pyramids
|
|
|
|
o Fix client crashes with UNKNOWNS
|
|
|
|
o fix patchMessage for MsgAlive
|
|
|
|
o fix find closest flag (ID) with flags on buildings
|
|
|
|
o scale flags bases on elevation
|
|
|
|
o don't scale radar based on screen res
|
|
|
|
o flag radar updated
|
|
|
|
o new admin commands
|
|
|
|
o -pr for reconnect port (two port tcp)
|
2008-01-17 22:12:14 +01:00
|
|
|
* Sat May 18 2002 schwab@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Fix typo in spec file.
|
2008-01-17 22:12:14 +01:00
|
|
|
* Sat May 18 2002 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Fixed the startup script.
|
2008-01-17 22:12:14 +01:00
|
|
|
* Fri May 17 2002 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Added a startup script for the BZFlag server, also changed
|
|
|
|
Bzflag to BZFlag in all descriptions
|
2008-01-17 22:12:14 +01:00
|
|
|
* Fri May 10 2002 mmj@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Introduce lib64 configure option for the platforms using 64 bit
|
|
|
|
libraries.
|
2008-01-17 22:12:14 +01:00
|
|
|
* Wed Apr 24 2002 schwab@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Fix for gcc 3.1.
|
2008-01-17 22:12:14 +01:00
|
|
|
* Thu Jan 10 2002 ro@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- no subdirs in /usr/games
|
2008-01-17 22:12:14 +01:00
|
|
|
* Wed Jan 02 2002 adrian@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- fix build for mips and arm
|
2008-01-17 22:12:14 +01:00
|
|
|
* Fri Dec 07 2001 grimmer@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- update to 1.7e4
|
2008-01-17 22:12:14 +01:00
|
|
|
* Thu Nov 08 2001 ro@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- use mesa-devel-packages in neededforbuild
|
2008-01-17 22:12:14 +01:00
|
|
|
* Wed Jul 11 2001 grimmer@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- update to 1.7e2
|
2008-01-17 22:12:14 +01:00
|
|
|
* Mon Jul 09 2001 sndirsch@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- xdevel3 for #neededforbuild not required any more
|
2008-01-17 22:12:14 +01:00
|
|
|
* Tue May 08 2001 mfabian@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- bzip2 sources
|
2008-01-17 22:12:14 +01:00
|
|
|
* Mon Mar 19 2001 grimmer@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Update to version 1.7e1
|
|
|
|
- created new patch, added wrapper script as separate source
|
|
|
|
file
|
|
|
|
- spec file fixes / cleanups
|
|
|
|
- removed hard coded requirement on mesa (RPM can take care of that)
|
2008-01-17 22:12:14 +01:00
|
|
|
* Thu Mar 15 2001 ro@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- changed neededforbuild <mesaglu> to <xf86glu>
|
|
|
|
- changed neededforbuild <mesaglu-devel> to <xf86glu-devel>
|
2008-01-17 22:12:14 +01:00
|
|
|
* Wed Mar 07 2001 ro@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- changed neededforbuild <mesadev> to <mesa-devel>
|
2008-01-17 22:12:14 +01:00
|
|
|
* Mon Nov 13 2000 ro@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- don't redeclare inet_aton
|
2008-01-17 22:12:14 +01:00
|
|
|
* Tue Aug 01 2000 grimmer@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- replaced #neededforbuild xdevel with xdevel3
|
2008-01-17 22:12:14 +01:00
|
|
|
* Mon Jun 05 2000 ro@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- added mesadev to neededforbuild
|
2008-01-17 22:12:14 +01:00
|
|
|
* Fri Apr 14 2000 schwab@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Use generic linux configuration for ia64.
|
2008-01-17 22:12:14 +01:00
|
|
|
* Thu Mar 16 2000 grimmer@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- Update to 1.7d.9
|
|
|
|
- Added BuildRoot
|
|
|
|
- added bzfrelay and bzfls (incl. manpages)
|
2008-01-17 22:12:14 +01:00
|
|
|
* Mon Jan 24 2000 uli@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- added -D__linux to PC*FLAGS (needed for gcc 2.95)
|
2008-01-17 22:12:14 +01:00
|
|
|
* Fri Jan 21 2000 grimmer@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- spec file cleanups (added URL, Group and version macro)
|
2008-01-17 22:12:14 +01:00
|
|
|
* Fri Jan 21 2000 ro@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- use _GNU_SOURCE
|
2008-01-17 22:12:14 +01:00
|
|
|
* Mon Dec 20 1999 kukuk@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- fixed for SPARC
|
2008-01-17 22:12:14 +01:00
|
|
|
* Mon Sep 13 1999 bs@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
2008-01-17 22:12:14 +01:00
|
|
|
* Tue Aug 31 1999 uli@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- fixed for PPC
|
2008-01-17 22:12:14 +01:00
|
|
|
* Tue Jun 22 1999 grimmer@suse.de
|
2007-01-10 23:36:27 +01:00
|
|
|
- initial package (Version 1.7c)
|