Hello community,

here is the log from the commit of package konquest for openSUSE:Factory 
checked in at 2013-12-11 14:36:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/konquest (Old)
 and      /work/SRC/openSUSE:Factory/.konquest.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "konquest"

Changes:
--------
--- /work/SRC/openSUSE:Factory/konquest/konquest.changes        2013-12-02 
12:35:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.konquest.new/konquest.changes   2013-12-11 
14:36:16.000000000 +0100
@@ -1,0 +2,14 @@
+Fri Nov 29 07:42:36 UTC 2013 - [email protected]
+
+- Update to 4.11.97
+   * KDE 4.12 RC 1 release
+   * See http://www.kde.org/announcements/announce-4.12-rc.php
+
+-------------------------------------------------------------------
+Sat Nov 23 22:57:03 UTC 2013 - [email protected]
+
+- Update to 4.11.95
+   * KDE 4.12 Beta 3 release
+   * See http://www.kde.org/announcements/announce-4.12-beta3.php
+
+-------------------------------------------------------------------

Old:
----
  konquest-4.11.90.tar.xz

New:
----
  konquest-4.11.97.tar.xz

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

Other differences:
------------------
++++++ konquest.spec ++++++
--- /var/tmp/diff_new_pack.brt0o2/_old  2013-12-11 14:36:18.000000000 +0100
+++ /var/tmp/diff_new_pack.brt0o2/_new  2013-12-11 14:36:18.000000000 +0100
@@ -23,7 +23,7 @@
 License:        GPL-2.0+
 Group:          Amusements/Games/Board/Puzzle
 Url:            http://www.kde.org
-Version:        4.11.90
+Version:        4.11.97
 Release:        0
 Source0:        konquest-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ konquest-4.11.90.tar.xz -> konquest-4.11.97.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-4.11.90/Konquest.cc 
new/konquest-4.11.97/Konquest.cc
--- old/konquest-4.11.90/Konquest.cc    2013-11-10 02:27:41.000000000 +0100
+++ new/konquest-4.11.97/Konquest.cc    2013-11-27 22:14:46.000000000 +0100
@@ -28,7 +28,7 @@
 #include "mainwin.h"
 
 static const char description[] = I18N_NOOP("Galactic Strategy KDE Game");
-#define KONQUEST_VERSION "2.1"
+#define KONQUEST_VERSION "2.2"
 
 int
 main(int argc, char **argv)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-4.11.90/players/ai/becai/becai.cpp 
new/konquest-4.11.97/players/ai/becai/becai.cpp
--- old/konquest-4.11.90/players/ai/becai/becai.cpp     2013-11-10 
02:27:41.000000000 +0100
+++ new/konquest-4.11.97/players/ai/becai/becai.cpp     2013-11-27 
22:14:46.000000000 +0100
@@ -205,7 +205,7 @@
     // including us). Actually it is the production that counts and not the
     // planets, but planets are good enough for us here for the moment.
 
-    int minimumBaseDefenceFleetSize = (int) std::ceil(((totalOwnFleet / 2) / 
totalOwnPlanets) * (1 - (totalOwnPlanets / (totalOwnPlanets + 
totalEnemyPlanets))));
+    int minimumBaseDefenceFleetSize = (int) std::ceil(((totalOwnFleet / 2.0) / 
totalOwnPlanets) * (1 - ((double) totalOwnPlanets / (totalOwnPlanets + 
totalEnemyPlanets))));
     int originalMinimumBaseDefenceFleetSize = minimumBaseDefenceFleetSize;
 
     // Try to keep the defence above the universe average so that our planets

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to