Mailinglist Archive: opensuse-commit (857 mails)
| < Previous | Next > |
commit boswars
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 21 Nov 2007 22:34:04 +0100
- Message-id: <20071121213404.DABD0678336@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package boswars
checked in at Wed Nov 21 22:34:04 CET 2007.
--------
--- boswars/boswars.changes 2007-11-12 01:39:27.000000000 +0100
+++ /mounts/work_src_done/STABLE/boswars/boswars.changes 2007-11-21
22:33:25.112824000 +0100
@@ -1,0 +2,7 @@
+Wed Nov 21 05:14:07 CET 2007 - sndirsch@xxxxxxx
+
+- boswars 2.4.1
+ * This update uses a new map layout, fixes a load/save bug and
+ makes OpenGL a run-time option.
+
+-------------------------------------------------------------------
Old:
----
boswars-2.4-src.tar.gz
boswars-gcc43.patch
New:
----
boswars-2.4.1-src.tar.gz
gcc43.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ boswars.spec ++++++
--- /var/tmp/diff_new_pack.t19865/_old 2007-11-21 22:33:36.000000000 +0100
+++ /var/tmp/diff_new_pack.t19865/_new 2007-11-21 22:33:36.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package boswars (Version 2.4)
+# spec file for package boswars (Version 2.4.1)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -21,15 +21,15 @@
Provides: bos
Obsoletes: bos
AutoReqProv: on
-Version: 2.4
-Release: 32
+Version: 2.4.1
+Release: 1
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
+Patch1: gcc43.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -72,6 +72,10 @@
/usr/share/applications/%{name}.desktop
/usr/share/pixmaps/%{name}.png
%changelog
+* Wed Nov 21 2007 - sndirsch@xxxxxxx
+- boswars 2.4.1
+ * This update uses a new map layout, fixes a load/save bug and
+ makes OpenGL a run-time option.
* Mon Nov 12 2007 - ro@xxxxxxx
- fix build with gcc-4.3
* Wed Aug 15 2007 - sndirsch@xxxxxxx
++++++ boswars-2.4-src.tar.gz -> boswars-2.4.1-src.tar.gz ++++++
boswars/boswars-2.4-src.tar.gz
/mounts/work_src_done/STABLE/boswars/boswars-2.4.1-src.tar.gz differ: byte 5,
line 1
++++++ gcc43.diff ++++++
Files ../boswars-2.4.1-src.orig/.sconsign.dblite and ./.sconsign.dblite differ
Only in .: boswars
Files ../boswars-2.4.1-src.orig/build/release/stratagus/stratagus.o and
./build/release/stratagus/stratagus.o differ
diff -u -r ../boswars-2.4.1-src.orig/engine/stratagus/stratagus.cpp
./engine/stratagus/stratagus.cpp
--- ../boswars-2.4.1-src.orig/engine/stratagus/stratagus.cpp 2007-11-21
04:19:21.000000000 +0000
+++ ./engine/stratagus/stratagus.cpp 2007-11-21 04:20:32.000000000 +0000
@@ -162,6 +162,8 @@
#include <ctype.h>
#include <sstream>
+#include <algorithm>
+
#ifndef _MSC_VER
#include <unistd.h>
#endif
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |