rpms/wesnoth/devel wesnoth.spec,1.45,1.46

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Sat Dec 1 01:37:21 UTC 2007


Author: bpepple

Update of /cvs/pkgs/rpms/wesnoth/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8252

Modified Files:
	wesnoth.spec 
Log Message:
* Fri Nov 30 2007 Brian Pepple <bpepple at fedoraproject.org> - 1.2.8-3
- Re-add the server-gid that accidently got removed.



Index: wesnoth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wesnoth/devel/wesnoth.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- wesnoth.spec	30 Nov 2007 23:15:10 -0000	1.45
+++ wesnoth.spec	1 Dec 2007 01:36:46 -0000	1.46
@@ -1,6 +1,6 @@
 Name:           wesnoth
 Version:        1.2.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Turn-based strategy game with a fantasy theme
 
 Group:          Amusements/Games
@@ -84,6 +84,7 @@
     --enable-python \
     --with-fifodir=/var/run/wesnothd \
     --with-server-uid=$(id -u) \
+    --with-server-gid=$(id -g) 
 make %{?_smp_mflags}
 
 
@@ -167,6 +168,9 @@
 %ghost /var/run/wesnothd/socket
 
 %changelog
+* Fri Nov 30 2007 Brian Pepple <bpepple at fedoraproject.org> - 1.2.8-3
+- Re-add the server-gid that accidently got removed.
+
 * Fri Nov 30 2007 Brian Pepple <bpepple at fedoraproject.org> - 1.2.8-2
 - Add patch to drop ogg test from configure script, until better workaround.
 - Enable python support.




More information about the fedora-extras-commits mailing list