Hello community,

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

Package is "four-in-a-row"

Tue Jan  7 23:57:21 2020 rev:31 rq:761689 version:3.34.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/four-in-a-row/four-in-a-row.changes      
2019-10-18 14:31:52.632482572 +0200
+++ /work/SRC/openSUSE:Factory/.four-in-a-row.new.6675/four-in-a-row.changes    
2020-01-07 23:58:03.464177827 +0100
@@ -1,0 +2,6 @@
+Mon Jan  6 19:12:14 UTC 2020 - Bjørn Lie <[email protected]>
+
+- Update to version 3.34.3:
+  + Just fixing the F1 (help) shortcut.
+
+-------------------------------------------------------------------

Old:
----
  four-in-a-row-3.34.1.tar.xz

New:
----
  four-in-a-row-3.34.3.tar.xz

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

Other differences:
------------------
++++++ four-in-a-row.spec ++++++
--- /var/tmp/diff_new_pack.LUfMax/_old  2020-01-07 23:58:04.832178537 +0100
+++ /var/tmp/diff_new_pack.LUfMax/_new  2020-01-07 23:58:04.860178551 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package four-in-a-row
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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:           four-in-a-row
-Version:        3.34.1
+Version:        3.34.3
 Release:        0
 Summary:        Connect Four Game for GNOME
 # License notice: Source code is GPL-2.0+, Icon themes are GPL-3.0+

++++++ four-in-a-row-3.34.1.tar.xz -> four-in-a-row-3.34.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/four-in-a-row-3.34.1/NEWS 
new/four-in-a-row-3.34.3/NEWS
--- old/four-in-a-row-3.34.1/NEWS       2019-10-07 19:58:51.000000000 +0200
+++ new/four-in-a-row-3.34.3/NEWS       2020-01-06 19:27:19.000000000 +0100
@@ -1,3 +1,8 @@
+3.34.3 - January 6, 2020
+=============================
+
+Just fixing the F1 (help) shortcut.
+
 3.34.1 - October 7, 2019
 =============================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/four-in-a-row-3.34.1/data/org.gnome.Four-in-a-row.appdata.xml.in 
new/four-in-a-row-3.34.3/data/org.gnome.Four-in-a-row.appdata.xml.in
--- old/four-in-a-row-3.34.1/data/org.gnome.Four-in-a-row.appdata.xml.in        
2019-10-07 19:58:51.000000000 +0200
+++ new/four-in-a-row-3.34.3/data/org.gnome.Four-in-a-row.appdata.xml.in        
2020-01-06 19:27:19.000000000 +0100
@@ -65,7 +65,8 @@
   </content_rating>
 
   ​<releases>
-    <release version="3.34.0" date="2019-09-10" type="stable" 
urgency="medium"/>
-  ​  <release version="3.33.92" date="2019-09-03" type="development" 
urgency="low"/>
+    <!-- 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/four-in-a-row-3.34.1/meson.build 
new/four-in-a-row-3.34.3/meson.build
--- old/four-in-a-row-3.34.1/meson.build        2019-10-07 19:58:51.000000000 
+0200
+++ new/four-in-a-row-3.34.3/meson.build        2020-01-06 19:27:19.000000000 
+0100
@@ -1,5 +1,5 @@
 project('four-in-a-row', 'c', 'vala',
-    version: '3.34.1'
+    version: '3.34.3'
 )
 
 add_global_arguments('-DGETTEXT_PACKAGE="@0@"'.format (meson.project_name()), 
language: 'c')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/four-in-a-row-3.34.1/src/four-in-a-row.vala 
new/four-in-a-row-3.34.3/src/four-in-a-row.vala
--- old/four-in-a-row-3.34.1/src/four-in-a-row.vala     2019-10-07 
19:58:51.000000000 +0200
+++ new/four-in-a-row-3.34.3/src/four-in-a-row.vala     2020-01-06 
19:27:19.000000000 +0100
@@ -142,7 +142,7 @@
         set_accels_for_action("app.hint", {"<Primary>h"});
         set_accels_for_action("app.undo-move", {"<Primary>z"});
         set_accels_for_action("app.quit", {"<Primary>q"});
-        set_accels_for_action("app.contents", {"F1"});
+        set_accels_for_action("app.help", {"F1"});
 
         add_action_entries(app_entries, this);
     }


Reply via email to