Hello community,

here is the log from the commit of package gnome-chess for openSUSE:Factory 
checked in at 2019-02-11 21:24:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-chess (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-chess.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-chess"

Mon Feb 11 21:24:36 2019 rev:39 rq:672894 version:3.30.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-chess/gnome-chess.changes  2018-10-01 
08:16:00.654021967 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-chess.new.28833/gnome-chess.changes       
2019-02-11 21:24:41.939102737 +0100
@@ -1,0 +2,7 @@
+Fri Feb  8 21:28:37 UTC 2019 - [email protected]
+
+- Update to version 3.30.1:
+  + Fix "computer player is confused" when CECP engine claims a
+    draw.
+
+-------------------------------------------------------------------

Old:
----
  gnome-chess-3.30.0.tar.xz

New:
----
  gnome-chess-3.30.1.tar.xz

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

Other differences:
------------------
++++++ gnome-chess.spec ++++++
--- /var/tmp/diff_new_pack.dWXcQ7/_old  2019-02-11 21:24:43.511101892 +0100
+++ /var/tmp/diff_new_pack.dWXcQ7/_new  2019-02-11 21:24:43.515101890 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-chess
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           gnome-chess
-Version:        3.30.0
+Version:        3.30.1
 Release:        0
 Summary:        Chess Game for GNOME
 License:        GPL-3.0-or-later

++++++ gnome-chess-3.30.0.tar.xz -> gnome-chess-3.30.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-chess-3.30.0/NEWS new/gnome-chess-3.30.1/NEWS
--- old/gnome-chess-3.30.0/NEWS 2018-09-03 05:05:36.000000000 +0200
+++ new/gnome-chess-3.30.1/NEWS 2019-02-05 02:35:49.000000000 +0100
@@ -1,3 +1,8 @@
+3.30.1 - February 4, 2019
+=========================
+
+- Fix "computer player is confused" when CECP engine claims a draw (#32)
+
 3.30.0 - September 2, 2018
 ==========================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-chess-3.30.0/meson.build 
new/gnome-chess-3.30.1/meson.build
--- old/gnome-chess-3.30.0/meson.build  2018-09-03 05:05:36.000000000 +0200
+++ new/gnome-chess-3.30.1/meson.build  2019-02-05 02:35:49.000000000 +0100
@@ -1,5 +1,5 @@
 project('gnome-chess', [ 'vala', 'c' ],
-  version: '3.30.0',
+  version: '3.30.1',
   license: 'GPL3+',
   meson_version: '>= 0.37',
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-chess-3.30.0/src/gnome-chess.vala 
new/gnome-chess-3.30.1/src/gnome-chess.vala
--- old/gnome-chess-3.30.0/src/gnome-chess.vala 2018-09-03 05:05:36.000000000 
+0200
+++ new/gnome-chess-3.30.1/src/gnome-chess.vala 2019-02-05 02:35:49.000000000 
+0100
@@ -787,7 +787,9 @@
 
     private void engine_claim_draw_cb (ChessEngine engine)
     {
-        if (!game.can_claim_draw ())
+        if (game.can_claim_draw ())
+            opponent.claim_draw ();
+        else
             game.stop (ChessResult.BUG, ChessRule.BUG);
     }
 


Reply via email to