Mailinglist Archive: opensuse-commit (857 mails)

< Previous Next >
commit wesnoth
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 15 Nov 2007 14:35:37 +0100
  • Message-id: <20071115133537.E1161678182@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package wesnoth
checked in at Thu Nov 15 14:35:37 CET 2007.

--------
--- wesnoth/wesnoth.changes 2007-11-10 10:14:49.000000000 +0100
+++ /mounts/work_src_done/STABLE/wesnoth/wesnoth.changes 2007-11-15
13:05:42.131801000 +0100
@@ -1,0 +2,5 @@
+Thu Nov 15 13:19:04 CET 2007 - hhetter@xxxxxxx
+
+- fix build with gcc 4.3.0
+
+-------------------------------------------------------------------

New:
----
compile-fix.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wesnoth.spec ++++++
--- /var/tmp/diff_new_pack.g12993/_old 2007-11-15 14:35:21.000000000 +0100
+++ /var/tmp/diff_new_pack.g12993/_new 2007-11-15 14:35:21.000000000 +0100
@@ -16,7 +16,7 @@
Url: http://www.wesnoth.org
Group: Amusements/Games/Strategy/Turn Based
Version: 1.2.7
-Release: 1
+Release: 2
Requires: wesnoth-data-set wesnoth-data-base = 1.2.7 wesnoth-data-full
= 1.2.7
%if %suse_version > 1000
Recommends: wesnoth-data-full
@@ -27,8 +27,7 @@
Source1: %name.desktop
Source2: %name.png
Source3: wesnoth-editor.desktop
-#Patch1: uninitialized-diff
-#Patch2: wesnoth-server-install.diff
+Patch: compile-fix.diff

%description
Battle for Wesnoth is a fantasy turn-based strategy game. Battle for
@@ -113,8 +112,7 @@
%prep
rm -rf %{buildroot}
%setup -n wesnoth-1.2.7
-# %patch -p1
-# %patch2 -p1
+%patch -p1

%build
autoreconf -f
@@ -213,6 +211,8 @@
%defattr(-,root,root)
/usr/bin/campaignd
%changelog
+* Thu Nov 15 2007 - hhetter@xxxxxxx
+- fix build with gcc 4.3.0
* Sat Nov 10 2007 - hhetter@xxxxxxx
- updated to version 1.2.7:
* language and i18n:

++++++ compile-fix.diff ++++++
diff -ruN wesnoth-1.2.7/src/campaign_server/campaign_server.cpp
wesnoth-n/src/campaign_server/campaign_server.cpp
--- wesnoth-1.2.7/src/campaign_server/campaign_server.cpp 2006-12-16
22:39:31.000000000 +0100
+++ wesnoth-n/src/campaign_server/campaign_server.cpp 2007-11-15
12:33:55.000000000 +0100
@@ -10,7 +10,7 @@

See the COPYING file for more details.
*/
-
+#include <algorithm>
#include "config.hpp"
#include "filesystem.hpp"
#include "log.hpp"




++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread