Hello community,

here is the log from the commit of package kmines for openSUSE:Factory checked 
in at 2016-11-13 22:56:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmines (Old)
 and      /work/SRC/openSUSE:Factory/.kmines.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmines"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmines/kmines.changes    2016-10-19 
13:10:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kmines.new/kmines.changes       2016-11-13 
22:56:53.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Nov  9 06:20:14 UTC 2016 - lbeltr...@kde.org
+
+- Update to KDE Applications 16.08.3
+  * KDE Applications 16.08.3
+  * https://www.kde.org/announcements/announce-applications-16.08.3.php
+
+-------------------------------------------------------------------

Old:
----
  kmines-16.08.2.tar.xz

New:
----
  kmines-16.08.3.tar.xz

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

Other differences:
------------------
++++++ kmines.spec ++++++
--- /var/tmp/diff_new_pack.NCEtH4/_old  2016-11-13 22:56:55.000000000 +0100
+++ /var/tmp/diff_new_pack.NCEtH4/_new  2016-11-13 22:56:55.000000000 +0100
@@ -58,7 +58,7 @@
 License:        GPL-2.0+
 Group:          Amusements/Games/Board/Puzzle
 Url:            http://www.kde.org
-Version:        16.08.2
+Version:        16.08.3
 Release:        0
 Source0:        kmines-%{version}.tar.xz
 Obsoletes:      %{name}5 < %{version}

++++++ kmines-16.08.2.tar.xz -> kmines-16.08.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-16.08.2/minefielditem.cpp 
new/kmines-16.08.3/minefielditem.cpp
--- old/kmines-16.08.2/minefielditem.cpp        2016-08-06 14:41:24.000000000 
+0200
+++ new/kmines-16.08.3/minefielditem.cpp        2016-10-16 23:31:02.000000000 
+0200
@@ -561,6 +561,8 @@
         // mark not flagged cells (if any) with flags
         foreach( CellItem* item, m_cells )
         {
+            if( item->isQuestioned() )
+                item->mark();
             if( !item->isRevealed() && !item->isFlagged() )
                 item->mark();
         }


Reply via email to