Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnome-sudoku for openSUSE:Factory checked in at 2026-07-15 22:20:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-sudoku (Old) and /work/SRC/openSUSE:Factory/.gnome-sudoku.new.1991 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-sudoku" Wed Jul 15 22:20:30 2026 rev:67 rq:1366021 version:50.3 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-sudoku/gnome-sudoku.changes 2026-06-30 15:12:31.814207494 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-sudoku.new.1991/gnome-sudoku.changes 2026-07-15 22:20:37.305469629 +0200 @@ -1,0 +2,8 @@ +Sun Jul 12 13:49:11 UTC 2026 - Bjørn Lie <[email protected]> + +- Update to version 50.3: + + Fix game not being cleared up on quit when completed + + Fix earmark warnings strike-through not being automatically + applied + +------------------------------------------------------------------- Old: ---- gnome-sudoku-50.2.1.tar.xz New: ---- gnome-sudoku-50.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-sudoku.spec ++++++ --- /var/tmp/diff_new_pack.UGb8dm/_old 2026-07-15 22:20:39.533545227 +0200 +++ /var/tmp/diff_new_pack.UGb8dm/_new 2026-07-15 22:20:39.541545498 +0200 @@ -17,7 +17,7 @@ Name: gnome-sudoku -Version: 50.2.1 +Version: 50.3 Release: 0 Summary: Sudoku Game for GNOME License: GPL-3.0-or-later ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.UGb8dm/_old 2026-07-15 22:20:39.821554999 +0200 +++ /var/tmp/diff_new_pack.UGb8dm/_new 2026-07-15 22:20:39.865556492 +0200 @@ -1,6 +1,6 @@ -mtime: 1782587456 -commit: 925961bd6521439cbf4dc7bf7eb2d8d8fe2fbe3223b70e0ce3443ddf138d2334 +mtime: 1783864241 +commit: 746c43ab50a854b97fcdacff06da75f345f1133f87e5cbd03c645802d7826d60 url: https://src.opensuse.org/GNOME/gnome-sudoku -revision: 925961bd6521439cbf4dc7bf7eb2d8d8fe2fbe3223b70e0ce3443ddf138d2334 +revision: 746c43ab50a854b97fcdacff06da75f345f1133f87e5cbd03c645802d7826d60 projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj ++++++ _service ++++++ --- /var/tmp/diff_new_pack.UGb8dm/_old 2026-07-15 22:20:40.057563006 +0200 +++ /var/tmp/diff_new_pack.UGb8dm/_new 2026-07-15 22:20:40.085563956 +0200 @@ -3,7 +3,7 @@ <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://gitlab.gnome.org/GNOME/gnome-sudoku.git</param> - <param name="revision">50.2.1</param> + <param name="revision">50.3</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">v?(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-07-12 15:50:41.000000000 +0200 @@ -0,0 +1,5 @@ +*.obscpio +*.osc +_build.* +.pbuild +osc-collab.* ++++++ gnome-sudoku-50.2.1.tar.xz -> gnome-sudoku-50.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-sudoku-50.2.1/NEWS new/gnome-sudoku-50.3/NEWS --- old/gnome-sudoku-50.2.1/NEWS 2026-06-27 06:57:45.000000000 +0200 +++ new/gnome-sudoku-50.3/NEWS 2026-07-11 08:45:05.000000000 +0200 @@ -1,3 +1,9 @@ +50.3 - July 11, 2026 +========================== + +- Fix game not being cleared up on quit when completed +- Fix earmark warnings strike-through not being automatically applied + 50.2.1 - June 27, 2026 ========================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-sudoku-50.2.1/data/org.gnome.Sudoku.metainfo.xml.in.in new/gnome-sudoku-50.3/data/org.gnome.Sudoku.metainfo.xml.in.in --- old/gnome-sudoku-50.2.1/data/org.gnome.Sudoku.metainfo.xml.in.in 2026-06-27 06:57:45.000000000 +0200 +++ new/gnome-sudoku-50.3/data/org.gnome.Sudoku.metainfo.xml.in.in 2026-07-11 08:45:05.000000000 +0200 @@ -66,6 +66,14 @@ <display_length compare="ge">360</display_length> </requires> <releases> + <release version="50.3" date="2026-07-11"> + <description> + <ul> + <li>Fix game not being cleared up on quit when completed</li> + <li>Fix earmark warnings strike-through not being automatically applied</li> + </ul> + </description> + </release> <release version="50.2.1" date="2026-06-27"> <description> <ul> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-sudoku-50.2.1/lib/backend.vala new/gnome-sudoku-50.3/lib/backend.vala --- old/gnome-sudoku-50.2.1/lib/backend.vala 2026-06-27 06:57:45.000000000 +0200 +++ new/gnome-sudoku-50.3/lib/backend.vala 2026-07-11 08:45:05.000000000 +0200 @@ -81,7 +81,7 @@ public void save_game () { - if (game != null && !game.is_empty ()) + if (game != null && !game.is_empty () && !game.board.complete) create_file_for_game (game, active_save_file, true); else delete_save (); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-sudoku-50.2.1/meson.build new/gnome-sudoku-50.3/meson.build --- old/gnome-sudoku-50.2.1/meson.build 2026-06-27 06:57:45.000000000 +0200 +++ new/gnome-sudoku-50.3/meson.build 2026-07-11 08:45:05.000000000 +0200 @@ -4,7 +4,7 @@ default_options: 'cpp_std=c++11', license: 'GPL3+', meson_version: '>= 1.4', - version: '50.2.1' + version: '50.3' ) add_project_arguments( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-sudoku-50.2.1/src/grid.vala new/gnome-sudoku-50.3/src/grid.vala --- old/gnome-sudoku-50.2.1/src/grid.vala 2026-06-27 06:57:45.000000000 +0200 +++ new/gnome-sudoku-50.3/src/grid.vala 2026-07-11 08:45:05.000000000 +0200 @@ -289,6 +289,7 @@ { cell.update_value_warnings (); cell.update_all_earmark_warnings (); + cell.queue_resize (); } } ++++++ gnome-sudoku.obsinfo ++++++ --- /var/tmp/diff_new_pack.UGb8dm/_old 2026-07-15 22:20:41.113598837 +0200 +++ /var/tmp/diff_new_pack.UGb8dm/_new 2026-07-15 22:20:41.117598973 +0200 @@ -1,5 +1,5 @@ name: gnome-sudoku -version: 50.2.1 -mtime: 1782536265 -commit: 217b019a4f1c4dd0676ae7a854e741443f2ad66d +version: 50.3 +mtime: 1783752305 +commit: d0582c58a4f483b45f7bfcd397c67628cc9bf13b
