Mailinglist Archive: opensuse-commit (857 mails)

< Previous Next >
commit wesnoth-data-base
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 15 Nov 2007 14:36:03 +0100
  • Message-id: <20071115133603.8C2C2678182@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package wesnoth-data-base
checked in at Thu Nov 15 14:36:03 CET 2007.

--------
--- wesnoth-data-base/wesnoth-data-base.changes 2007-11-10 10:15:27.000000000
+0100
+++ /mounts/work_src_done/NOARCH/wesnoth-data-base/wesnoth-data-base.changes
2007-11-15 13:49:13.385397000 +0100
@@ -1,0 +2,5 @@
+Thu Nov 15 13:22:56 CET 2007 - hhetter@xxxxxxx
+
+- fix compile with gcc 4.3.0
+
+-------------------------------------------------------------------

New:
----
compile-fix.diff

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

Other differences:
------------------
++++++ wesnoth-data-base.spec ++++++
--- /var/tmp/diff_new_pack.Y15311/_old 2007-11-15 14:35:49.000000000 +0100
+++ /var/tmp/diff_new_pack.Y15311/_new 2007-11-15 14:35:49.000000000 +0100
@@ -16,20 +16,19 @@
Url: http://www.wesnoth.org
Group: Amusements/Games/Strategy/Turn Based
Version: 1.2.7
-Release: 1
+Release: 2
Provides: wesnoth-data-set
Summary: Small shared dataset for Battle for Wesnoth
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: wesnoth-%{version}.tar.bz2
-#Patch1: uninitialized-diff
-#Patch2: wesnoth-server-install.diff
BuildArch: noarch
Obsoletes: wesnoth-data-small
+Patch: compile-fix.diff

%prep
rm -rf %{buildroot}
%setup -n wesnoth-1.2.7
-#%patch -p1
+%patch -p1
#%patch2 -p1

%description
@@ -134,6 +133,8 @@
%clean
rm -rf %{buildroot}
%changelog
+* Thu Nov 15 2007 - hhetter@xxxxxxx
+- fix compile 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