rpms/wesnoth/devel wesnoth.spec,1.69,1.70

Jon Ciesla limb at fedoraproject.org
Thu Feb 26 18:59:04 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/wesnoth/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13548

Modified Files:
	wesnoth.spec 
Log Message:
Compilation correction.



Index: wesnoth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wesnoth/devel/wesnoth.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- wesnoth.spec	25 Feb 2009 18:07:46 -0000	1.69
+++ wesnoth.spec	26 Feb 2009 18:58:33 -0000	1.70
@@ -1,6 +1,6 @@
 Name:           wesnoth
 Version:        1.5.11
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Turn-based strategy game with a fantasy theme
 
 Group:          Amusements/Games
@@ -100,7 +100,8 @@
     --enable-python \
     --with-fifodir=/var/run/wesnothd \
     --with-server-uid=$(id -u) \
-    --with-server-gid=$(id -g) 
+    --with-server-gid=$(id -g) \
+    --disable-strict-compilation
 #%ifnarch noarch
 make %{?_smp_mflags}
 #%endif
@@ -246,6 +247,9 @@
 #%endif
 
 %changelog
+* Wed Feb 25 2009 Jon Ciesla <limb at jcomserv.net> - 1.5.11-5
+- Drop -Werror.
+
 * Wed Feb 25 2009 Jon Ciesla <limb at jcomserv.net> - 1.5.11-4
 - Add pango BR.
 




More information about the scm-commits mailing list