Hello community,

here is the log from the commit of package gnome-taquin for openSUSE:Factory 
checked in at 2020-01-07 23:57:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-taquin (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-taquin.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-taquin"

Tue Jan  7 23:57:09 2020 rev:18 rq:761686 version:3.34.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-taquin/gnome-taquin.changes        
2019-11-26 17:05:36.999981120 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-taquin.new.6675/gnome-taquin.changes      
2020-01-07 23:57:57.420174689 +0100
@@ -1,0 +2,6 @@
+Mon Jan  6 17:46:22 UTC 2020 - Bjørn Lie <[email protected]>
+
+- Update to version 3.34.3:
+  + A release for fixing a menu refresh bug.
+
+-------------------------------------------------------------------

Old:
----
  gnome-taquin-3.34.2.tar.xz

New:
----
  gnome-taquin-3.34.3.tar.xz

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

Other differences:
------------------
++++++ gnome-taquin.spec ++++++
--- /var/tmp/diff_new_pack.K94Kuy/_old  2020-01-07 23:57:58.068175026 +0100
+++ /var/tmp/diff_new_pack.K94Kuy/_new  2020-01-07 23:57:58.068175026 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-taquin
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           gnome-taquin
-Version:        3.34.2
+Version:        3.34.3
 Release:        0
 Summary:        A computer version of the 15-puzzle and other sliding puzzles
 License:        GPL-3.0-or-later

++++++ gnome-taquin-3.34.2.tar.xz -> gnome-taquin-3.34.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-taquin-3.34.2/NEWS new/gnome-taquin-3.34.3/NEWS
--- old/gnome-taquin-3.34.2/NEWS        2019-11-23 10:20:11.000000000 +0100
+++ new/gnome-taquin-3.34.3/NEWS        2020-01-06 18:09:40.000000000 +0100
@@ -1,3 +1,8 @@
+3.35.3 – January 6, 2020
+=============================
+
+A release for fixing a menu refresh bug.
+
 3.34.2 – November 23, 2019
 =============================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-taquin-3.34.2/data/org.gnome.Taquin.appdata.xml.in 
new/gnome-taquin-3.34.3/data/org.gnome.Taquin.appdata.xml.in
--- old/gnome-taquin-3.34.2/data/org.gnome.Taquin.appdata.xml.in        
2019-11-23 10:20:11.000000000 +0100
+++ new/gnome-taquin-3.34.3/data/org.gnome.Taquin.appdata.xml.in        
2020-01-06 18:09:40.000000000 +0100
@@ -59,7 +59,8 @@
   </content_rating>
 
   ​<releases>
-  ​  <release version="3.35.2" date="2019-11-23" type="development" 
urgency="low"/>
-    <release version="3.34.2" date="2019-11-23" type="stable" 
urgency="medium"/>
+    <!-- should be kept in versionning inverted order -->
+  ​  <release version="3.35.3" date="2020-01-06" type="development" 
urgency="low"/>
+    <release version="3.34.3" date="2020-01-06" type="stable" 
urgency="medium"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-taquin-3.34.2/meson.build 
new/gnome-taquin-3.34.3/meson.build
--- old/gnome-taquin-3.34.2/meson.build 2019-11-23 10:20:11.000000000 +0100
+++ new/gnome-taquin-3.34.3/meson.build 2020-01-06 18:09:40.000000000 +0100
@@ -1,5 +1,5 @@
 project('gnome-taquin', 'vala', 'c',
-    version: '3.34.2')
+    version: '3.34.3')
 
 project_id = 'org.gnome.Taquin'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-taquin-3.34.2/src/game-headerbar.vala 
new/gnome-taquin-3.34.3/src/game-headerbar.vala
--- old/gnome-taquin-3.34.2/src/game-headerbar.vala     2019-11-23 
10:20:11.000000000 +0100
+++ new/gnome-taquin-3.34.3/src/game-headerbar.vala     2020-01-06 
18:09:40.000000000 +0100
@@ -145,6 +145,7 @@
         new_game_button.hide ();        // TODO transition?
         best_score = 0;
         last_moves_count = 0;
+        generate_moves_menu ();
     }
 
     /*\


Reply via email to