Hello community,

here is the log from the commit of package konquest for openSUSE:Factory 
checked in at 2014-08-25 11:01:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2014-07-16 
16:18:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.konquest.new/konquest.changes   2014-08-25 
11:02:00.000000000 +0200
@@ -1,0 +2,14 @@
+Fri Aug 15 09:00:05 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.0
+   * KDE 4.14.0 SC Final Release
+   * See http://www.kde.org/announcements/4.13/
+
+-------------------------------------------------------------------
+Thu Jul 17 16:47:08 UTC 2014 - cgiboude...@gmx.com
+
+- Update to 4.13.90
+   * KDE 4.14 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.14-beta2.php
+
+-------------------------------------------------------------------

Old:
----
  konquest-4.13.80.tar.xz

New:
----
  konquest-4.14.0.tar.xz

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

Other differences:
------------------
++++++ konquest.spec ++++++
--- /var/tmp/diff_new_pack.YElMbO/_old  2014-08-25 11:02:01.000000000 +0200
+++ /var/tmp/diff_new_pack.YElMbO/_new  2014-08-25 11:02:01.000000000 +0200
@@ -23,7 +23,7 @@
 License:        GPL-2.0+
 Group:          Amusements/Games/Board/Puzzle
 Url:            http://www.kde.org
-Version:        4.13.80
+Version:        4.14.0
 Release:        0
 Source0:        konquest-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ konquest-4.13.80.tar.xz -> konquest-4.14.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-4.13.80/localgame.cpp 
new/konquest-4.14.0/localgame.cpp
--- old/konquest-4.13.80/localgame.cpp  2014-02-08 15:23:16.000000000 +0100
+++ new/konquest-4.14.0/localgame.cpp   2014-08-11 00:39:59.000000000 +0200
@@ -58,12 +58,11 @@
     if (m_gameMachine.isRunning())
         return;
 
-    m_gameMachine.addState(m_neutral);
-
-    foreach (Player *player, m_players)
-    {
-        m_gameMachine.addState(player);
-    }
+    // Player is a subclass of QState and the constructor of Player already 
adds
+    // the new Player object to m_gameMachine by passing it to the superclass
+    // constructor QState(QState *parent = 0).
+    // Accordingly, we can instantly go ahead with configuring the other
+    // parts of the machine.
 
     m_gameMachine.setInitialState(m_neutral);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-4.13.80/planet.cc 
new/konquest-4.14.0/planet.cc
--- old/konquest-4.13.80/planet.cc      2014-02-08 15:23:16.000000000 +0100
+++ new/konquest-4.14.0/planet.cc       2014-08-11 00:39:59.000000000 +0200
@@ -45,7 +45,7 @@
     m_justconquered(false)
 {
     KRandomSequence r;
-    m_planetLook = r.getLong(9);
+    m_planetLook = r.getLong(10);
     connect(&m_homeFleet, SIGNAL(update()), this, SIGNAL(update()));
     m_sector->setPlanet( this );
 }

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to