rpms/freeciv/FC-3 freeciv-aifill.patch, NONE, 1.1 freeciv-server.desktop, 1.1, 1.2 freeciv.spec, 1.4, 1.5

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Tue Apr 19 03:12:43 UTC 2005


Author: bpepple

Update of /cvs/extras/rpms/freeciv/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14557/FC-3

Modified Files:
	freeciv-server.desktop freeciv.spec 
Added Files:
	freeciv-aifill.patch 
Log Message:
re-add aifill.patch and modify server.desktop to follow client.desktop

freeciv-aifill.patch:

--- NEW FILE freeciv-aifill.patch ---
--- common/game.h.OLD	2005-04-18 22:55:37.000000000 -0400
+++ common/game.h	2005-04-18 22:54:40.000000000 -0400
@@ -323,7 +323,7 @@
 #define GAME_MIN_MAX_PLAYERS         1
 #define GAME_MAX_MAX_PLAYERS         MAX_NUM_PLAYERS
 
-#define GAME_DEFAULT_AIFILL          0
+#define GAME_DEFAULT_AIFILL          5
 #define GAME_MIN_AIFILL              0
 #define GAME_MAX_AIFILL              GAME_MAX_MAX_PLAYERS
 


Index: freeciv-server.desktop
===================================================================
RCS file: /cvs/extras/rpms/freeciv/FC-3/freeciv-server.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- freeciv-server.desktop	19 Apr 2005 02:15:16 -0000	1.1
+++ freeciv-server.desktop	19 Apr 2005 03:12:41 -0000	1.2
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Encoding=UTF-8
-Name=FreeCiv Server
-Comment=FreeCiv Game Server
+Name=Freeciv Server
+Comment=Freeciv Game Server
 Exec=civserver
 Icon=freeciv.xpm
 StartupNotify=true


Index: freeciv.spec
===================================================================
RCS file: /cvs/extras/rpms/freeciv/FC-3/freeciv.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- freeciv.spec	19 Apr 2005 02:31:20 -0000	1.4
+++ freeciv.spec	19 Apr 2005 03:12:41 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           freeciv
 Version:        2.0.0
-Release:        2.fc3
+Release:        3.fc3
 Summary:        The Freeciv multi-player strategy game
 
 Group:          Amusements/Games
@@ -10,7 +10,8 @@
 Source1:	http://www.freeciv.org/ftp/contrib/sounds/sets/stdsounds2.tar.gz 
 Source2:	%{name}-server.desktop
 Source3:	%{name}.xpm
-Patch1:		%{name}_desktop.patch   
+Patch1:		%{name}_desktop.patch
+Patch2:		%{name}-aifill.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel
@@ -34,7 +35,8 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch1
+%patch1 -p0 -b .desktop
+%patch2 -p0 -b .aifill
 
 %build
 %configure --enable-debug=no	\
@@ -85,6 +87,9 @@
 %{_mandir}/man6/civclient.6.gz
 
 %changelog
+* Mon Apr 18 2005 Brian Pepple <bdpepple at ameritech.net> - 2.0.0-3.fc3
+- Re-add patch to set aifill to 5 on new servers to get some opponents.
+
 * Mon Apr 18 2005 Brian Pepple <bdpepple at ameritech.net> - 2.0.0-2.fc3
 - remove redundant --dir* options in %%configure & %%makeinstall.
 




More information about the fedora-extras-commits mailing list