Mailinglist Archive: opensuse-commit (857 mails)

< Previous Next >
commit boswars
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 12 Nov 2007 02:05:24 +0100
  • Message-id: <20071112010524.8F120678338@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package boswars
checked in at Mon Nov 12 02:05:24 CET 2007.

--------
--- boswars/boswars.changes 2007-08-15 00:34:30.000000000 +0200
+++ /mounts/work_src_done/STABLE/boswars/boswars.changes 2007-11-12
01:39:27.678479000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 12 01:39:20 CET 2007 - ro@xxxxxxx
+
+- fix build with gcc-4.3
+
+-------------------------------------------------------------------

New:
----
boswars-gcc43.patch

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

Other differences:
------------------
++++++ boswars.spec ++++++
--- /var/tmp/diff_new_pack.aC2133/_old 2007-11-12 02:05:15.000000000 +0100
+++ /var/tmp/diff_new_pack.aC2133/_new 2007-11-12 02:05:15.000000000 +0100
@@ -15,20 +15,21 @@
%if %suse_version <= 930
BuildRequires: xorg-x11-devel
%endif
-URL: http://www.boswars.org
+Url: http://www.boswars.org
License: GPL v2 or later
Group: Amusements/Games/Strategy/Real Time
Provides: bos
Obsoletes: bos
-Autoreqprov: on
+AutoReqProv: on
Version: 2.4
-Release: 1
+Release: 32
Summary: Bos Wars
Source: %{name}-%{version}-src.tar.gz
Source1: %{name}.sh
Source2: %{name}.desktop
Source3: %{name}.png
Patch: lua.diff
+Patch1: boswars-gcc43.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
@@ -46,6 +47,7 @@
%prep
%setup -n %{name}-%{version}-src
%patch
+%patch1

%build
scons
@@ -69,8 +71,9 @@
/usr/share/games/%{name}/
/usr/share/applications/%{name}.desktop
/usr/share/pixmaps/%{name}.png
-
%changelog
+* Mon Nov 12 2007 - ro@xxxxxxx
+- fix build with gcc-4.3
* Wed Aug 15 2007 - sndirsch@xxxxxxx
- boswars 2.4
* This new version features a brand new rate-based economy that


++++++ boswars-gcc43.patch ++++++
--- engine/stratagus/stratagus.cpp
+++ engine/stratagus/stratagus.cpp
@@ -161,6 +161,7 @@
#include <time.h>
#include <ctype.h>
#include <sstream>
+#include <algorithm>

#ifndef _MSC_VER
#include <unistd.h>



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



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