Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libgnome-games-support for 
openSUSE:Factory checked in at 2021-11-06 18:15:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgnome-games-support (Old)
 and      /work/SRC/openSUSE:Factory/.libgnome-games-support.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgnome-games-support"

Sat Nov  6 18:15:20 2021 rev:14 rq:929588 version:1.8.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libgnome-games-support/libgnome-games-support.changes
    2021-05-01 00:46:27.323517039 +0200
+++ 
/work/SRC/openSUSE:Factory/.libgnome-games-support.new.1890/libgnome-games-support.changes
  2021-11-06 18:17:29.588867852 +0100
@@ -1,0 +2,7 @@
+Sat Oct 30 18:37:30 UTC 2021 - Bj??rn Lie <[email protected]>
+
+- Update to version 1.8.2:
+  + Add margins to category bar in scores dialog.
+  + Fix build with latest vala.
+
+-------------------------------------------------------------------

Old:
----
  libgnome-games-support-1.8.1.sha256sum
  libgnome-games-support-1.8.1.tar.xz

New:
----
  libgnome-games-support-1.8.2.sha256sum
  libgnome-games-support-1.8.2.tar.xz

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

Other differences:
------------------
++++++ libgnome-games-support.spec ++++++
--- /var/tmp/diff_new_pack.bSKkeB/_old  2021-11-06 18:17:30.472868310 +0100
+++ /var/tmp/diff_new_pack.bSKkeB/_new  2021-11-06 18:17:30.476868312 +0100
@@ -19,7 +19,7 @@
 %define sover 3
 
 Name:           libgnome-games-support
-Version:        1.8.1
+Version:        1.8.2
 Release:        0
 Summary:        Internal support library for GNOME games
 License:        LGPL-3.0-or-later

++++++ libgnome-games-support-1.8.1.sha256sum -> 
libgnome-games-support-1.8.2.sha256sum ++++++
--- 
/work/SRC/openSUSE:Factory/libgnome-games-support/libgnome-games-support-1.8.1.sha256sum
    2021-05-01 00:46:27.291517182 +0200
+++ 
/work/SRC/openSUSE:Factory/.libgnome-games-support.new.1890/libgnome-games-support-1.8.2.sha256sum
  2021-11-06 18:17:29.492867802 +0100
@@ -1,2 +1,2 @@
-bc35c4a84f4fe94c1b8260527f1826d495a02c25698853f25eb69c05fb00d210  
libgnome-games-support-1.8.1.news
-c37b7acd3ba7eb12207f5d7bb020535fa5783b0bd897e51b2bd629ce119a413f  
libgnome-games-support-1.8.1.tar.xz
+cb6c4859d16bffc941b1098f7f624c84e6a3339fce45629e45ba8b3f653d58f9  
libgnome-games-support-1.8.2.news
+28434604a7b038731ac0231731388ff104f565bb2330cc24e78cda04cfd3ef7d  
libgnome-games-support-1.8.2.tar.xz

++++++ libgnome-games-support-1.8.1.tar.xz -> 
libgnome-games-support-1.8.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgnome-games-support-1.8.1/NEWS 
new/libgnome-games-support-1.8.2/NEWS
--- old/libgnome-games-support-1.8.1/NEWS       2021-03-22 22:27:14.632974100 
+0100
+++ new/libgnome-games-support-1.8.2/NEWS       2021-10-30 20:19:07.965581400 
+0200
@@ -1,4 +1,10 @@
-1.8.1 - March 22, 2020
+1.8.2 - October 29, 2021
+========================
+
+- Add margins to category bar in scores dialog (!8, Andrey Kutejko)
+- Fix build with latest vala (!9, Rico Tzschichholz)
+
+1.8.1 - March 22, 2021
 ======================
 
 - Updated translations
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgnome-games-support-1.8.1/games/scores/dialog.vala 
new/libgnome-games-support-1.8.2/games/scores/dialog.vala
--- old/libgnome-games-support-1.8.1/games/scores/dialog.vala   2021-03-22 
22:27:14.632974100 +0100
+++ new/libgnome-games-support-1.8.2/games/scores/dialog.vala   2021-10-30 
20:19:07.966581300 +0200
@@ -97,6 +97,8 @@
 
         var catbar = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 12);
         catbar.margin_top = 20;
+        catbar.margin_start = 20;
+        catbar.margin_end = 20;
         catbar.halign = Gtk.Align.CENTER;
 
         vbox.add (catbar);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgnome-games-support-1.8.1/meson.build 
new/libgnome-games-support-1.8.2/meson.build
--- old/libgnome-games-support-1.8.1/meson.build        2021-03-22 
22:27:14.633974000 +0100
+++ new/libgnome-games-support-1.8.2/meson.build        2021-10-30 
20:19:07.967581500 +0200
@@ -1,6 +1,6 @@
 project(
     'libgnome-games-support', ['vala', 'c'],
-    version: '1.8.1',
+    version: '1.8.2',
     license: 'LGPLv3+',
     meson_version: '>= 0.50.0',
 )
@@ -15,7 +15,7 @@
 # to 0. When bumping the second version, set the third one to zero.
 #
 # A lot easier than libtool, right?
-library_version = '3.0.3'
+library_version = '3.0.4'
 soversion = library_version.split('.')[0]
 
 # used to install help
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgnome-games-support-1.8.1/tests/test-scores.vala 
new/libgnome-games-support-1.8.2/tests/test-scores.vala
--- old/libgnome-games-support-1.8.1/tests/test-scores.vala     2021-03-22 
22:27:14.635974200 +0100
+++ new/libgnome-games-support-1.8.2/tests/test-scores.vala     2021-10-30 
20:19:07.969581400 +0200
@@ -33,7 +33,7 @@
     context.add_score.begin (score, category, null, (object, result) => {
         try
         {
-            (void) context.add_score.end (result);
+            context.add_score.end (result);
         }
         catch (Error e)
         {
@@ -254,7 +254,7 @@
 
 private void test_import_from_nonexistent_history_file ()
 {
-    (void) new Context.with_importer (
+    new Context.with_importer (
         "libgnome-games-support-test",
         "",
         null,

Reply via email to