Hello community,

here is the log from the commit of package gnome-2048 for openSUSE:Factory 
checked in at 2019-10-31 18:18:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-2048 (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-2048.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-2048"

Thu Oct 31 18:18:27 2019 rev:15 rq:744184 version:3.34.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-2048/gnome-2048.changes    2019-10-18 
14:35:42.247884574 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-2048.new.2990/gnome-2048.changes  
2019-10-31 18:18:47.238229895 +0100
@@ -1,0 +2,7 @@
+Tue Oct 29 14:47:00 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.34.3:
+  + New extra release for fixing a small visual bug introduced in
+    3.34.2.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ gnome-2048.spec ++++++
--- /var/tmp/diff_new_pack.VMo0ZS/_old  2019-10-31 18:18:47.910230591 +0100
+++ /var/tmp/diff_new_pack.VMo0ZS/_new  2019-10-31 18:18:47.914230594 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           gnome-2048
-Version:        3.34.2
+Version:        3.34.3
 Release:        0
 Summary:        Sliding block puzzle game
 License:        GPL-3.0-or-later

++++++ gnome-2048-3.34.2.tar.xz -> gnome-2048-3.34.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-2048-3.34.2/NEWS new/gnome-2048-3.34.3/NEWS
--- old/gnome-2048-3.34.2/NEWS  2019-10-13 13:52:02.000000000 +0200
+++ new/gnome-2048-3.34.3/NEWS  2019-10-29 01:38:18.000000000 +0100
@@ -1,3 +1,8 @@
+GNOME 2048   3.34.3                                        2019-10-29
+=====================================================================
+
+New extra release for fixing a small visual bug introduced in 3.34.2.
+
 GNOME 2048   3.34.2                                        2019-10-13
 =====================================================================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-2048-3.34.2/data/org.gnome.TwentyFortyEight.appdata.xml.in 
new/gnome-2048-3.34.3/data/org.gnome.TwentyFortyEight.appdata.xml.in
--- old/gnome-2048-3.34.2/data/org.gnome.TwentyFortyEight.appdata.xml.in        
2019-10-13 13:52:02.000000000 +0200
+++ new/gnome-2048-3.34.3/data/org.gnome.TwentyFortyEight.appdata.xml.in        
2019-10-29 01:38:18.000000000 +0100
@@ -87,7 +87,7 @@
   </content_rating>
 
   ​<releases>
-    <release version="3.34.2" date="2019-10-13" type="stable" 
urgency="medium"/>
+    <release version="3.34.3" date="2019-10-29" type="stable" 
urgency="medium"/>
   ​  <release version="3.33.90" date="2019-08-05" type="development" 
urgency="low"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-2048-3.34.2/meson.build 
new/gnome-2048-3.34.3/meson.build
--- old/gnome-2048-3.34.2/meson.build   2019-10-13 13:52:02.000000000 +0200
+++ new/gnome-2048-3.34.3/meson.build   2019-10-29 01:38:18.000000000 +0100
@@ -1,6 +1,6 @@
 project(
   'gnome-2048', ['vala', 'c'],
-  version: '3.34.2',
+  version: '3.34.3',
   license: 'GPLv3+',
   meson_version: '>= 0.37.1',
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-2048-3.34.2/src/game-window.vala 
new/gnome-2048-3.34.3/src/game-window.vala
--- old/gnome-2048-3.34.2/src/game-window.vala  2019-10-13 13:52:02.000000000 
+0200
+++ new/gnome-2048-3.34.3/src/game-window.vala  2019-10-29 01:38:18.000000000 
+0100
@@ -44,6 +44,11 @@
         _create_scores_dialog ();   // the library forbids to delay the dialog 
creation
 
         notify ["has-toplevel-focus"].connect (() => _embed.grab_focus ());
+    }
+
+    internal GameWindow (TwentyFortyEight application)
+    {
+        Object (application: application, visible: true);
 
         if (!_game.restore_game (ref _settings))
             new_game_cb ();
@@ -53,11 +58,6 @@
         _init_gestures ();
     }
 
-    internal GameWindow (TwentyFortyEight application)
-    {
-        Object (application: application, visible: true);
-    }
-
     [GtkCallback]
     private void on_destroy ()
     {


Reply via email to