Hello community,

here is the log from the commit of package kigo for openSUSE:Factory checked in 
at 2015-01-08 23:17:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kigo (Old)
 and      /work/SRC/openSUSE:Factory/.kigo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kigo"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kigo/kigo.changes        2014-11-19 
20:23:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kigo.new/kigo.changes   2015-01-08 
23:17:33.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Dec 17 20:37:08 UTC 2014 - [email protected]
+
+- Update to KDE Applications 14.12.0
+   * KDE Applications 14.12.0
+   * See https://www.kde.org/announcements/announce-applications-14.12.0.php
+
+-------------------------------------------------------------------

Old:
----
  kigo-4.14.3.tar.xz

New:
----
  kigo-14.12.0.tar.xz

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

Other differences:
------------------
++++++ kigo.spec ++++++
--- /var/tmp/diff_new_pack.xznOl2/_old  2015-01-08 23:17:34.000000000 +0100
+++ /var/tmp/diff_new_pack.xznOl2/_new  2015-01-08 23:17:34.000000000 +0100
@@ -23,7 +23,7 @@
 License:        GPL-2.0+
 Group:          Amusements/Games/Board/Other
 Url:            http://www.kde.org
-Version:        4.14.3
+Version:        14.12.0
 Release:        0
 Source0:        kigo-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ kigo-4.14.3.tar.xz -> kigo-14.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-4.14.3/src/game/score.h 
new/kigo-14.12.0/src/game/score.h
--- old/kigo-4.14.3/src/game/score.h    2014-09-05 14:41:18.000000000 +0200
+++ new/kigo-14.12.0/src/game/score.h   2014-09-08 11:18:08.000000000 +0200
@@ -42,7 +42,7 @@
     friend class Game;
 
 private:
-    Score(const QString &score = QString());
+    explicit Score(const QString &score = QString());
 
 public:
     Score(const Score &other);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-4.14.3/src/game/stone.h 
new/kigo-14.12.0/src/game/stone.h
--- old/kigo-4.14.3/src/game/stone.h    2014-09-05 14:41:18.000000000 +0200
+++ new/kigo-14.12.0/src/game/stone.h   2014-09-08 11:18:08.000000000 +0200
@@ -39,6 +39,7 @@
      *
      * @param x The x coordinate of the stone
      * @param y The y coordinate of the stone
+     * @param value The estimated quality of the move
      */
     explicit Stone(char x = 0, int y = 0, float value = 0);
 
@@ -46,6 +47,7 @@
      * Constructor to set from a stone given as a string.
      *
      * @param stone The stone as string
+     * @param value The estimated quality of the move
      */
     explicit Stone(const QString &stone, float value = 0);
 
@@ -63,7 +65,7 @@
 private:
     char m_x;           ///< The horizontal field coordinate (from 'A' to 'T')
     int m_y;            ///< The vertical field coordinate (from 1 to 19)
-    float m_value;      ///<
+    float m_value;      ///< The estimated quality
 };
 
 QDebug operator<<(QDebug debug, const Stone &stone);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-4.14.3/src/gui/config/generalconfig.h 
new/kigo-14.12.0/src/gui/config/generalconfig.h
--- old/kigo-4.14.3/src/gui/config/generalconfig.h      2014-09-05 
14:41:18.000000000 +0200
+++ new/kigo-14.12.0/src/gui/config/generalconfig.h     2014-09-08 
11:18:08.000000000 +0200
@@ -42,7 +42,7 @@
     /**
      * Standard Constructor. Sets up the loaded user interface.
      */
-    GeneralConfig(QWidget *parent = 0);
+    explicit GeneralConfig(QWidget *parent = 0);
 
 private slots:
     void updateEngineCommand();

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

Reply via email to