diff --git a/_service b/_service new file mode 100644 index 0000000..910d405 --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + git + https://gitlab.gnome.org/GNOME/gnome-sudoku.git + 46.0 + @PARENT_TAG@+@TAG_OFFSET@ + v?(.*)\+0 + \1 + + + + + *.tar + zst + + + + diff --git a/gnome-sudoku-45.3.tar.xz b/gnome-sudoku-45.3.tar.xz deleted file mode 100644 index ad56530..0000000 --- a/gnome-sudoku-45.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbbc544406cee7841104178ea4a93be36107d9d7eca6555fd30189cd1438d64a -size 394704 diff --git a/gnome-sudoku-46.0.obscpio b/gnome-sudoku-46.0.obscpio new file mode 100644 index 0000000..3a3c992 --- /dev/null +++ b/gnome-sudoku-46.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a0663b591744e584c0e6d4abd3c9455e7760388979cc8fba541c952a6235dd +size 2277388 diff --git a/gnome-sudoku.changes b/gnome-sudoku.changes index b0743f2..db0ab1f 100644 --- a/gnome-sudoku.changes +++ b/gnome-sudoku.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Fri Mar 15 12:20:32 UTC 2024 - Dominique Leuenberger + +- Update to version 46.0: + + Fix remove clearing too many warnings. + + Fix long press misbehaving. + + Remove dark mode outer grid artifacts. + +------------------------------------------------------------------- +Mon Mar 11 10:10:09 UTC 2024 - Dominique Leuenberger + +- Update to version 46.rc: + + Fix complete board not finishing. + + Fix warnings not updating correctly. + + Show fixed cell selection in light mode. + + Move show_possibilities to a hidden setting. + + Fix long press not working. + +------------------------------------------------------------------- +Mon Feb 12 15:33:30 UTC 2024 - Dominique Leuenberger + +- Update to version 46.beta: + - Fix pause overlay flashing when game finished. + - Save difficulty level. + - Fix crash when creating custom game. + - Update appdata. + - Properly destroy window on shutdown. + - Refactor highlighter and highlight earmarks. + - Updated translations. + ------------------------------------------------------------------- Fri Dec 1 15:00:14 UTC 2023 - Bjørn Lie diff --git a/gnome-sudoku.obsinfo b/gnome-sudoku.obsinfo new file mode 100644 index 0000000..8c04afe --- /dev/null +++ b/gnome-sudoku.obsinfo @@ -0,0 +1,4 @@ +name: gnome-sudoku +version: 46.0 +mtime: 1710502027 +commit: ca77a11feb3301adee5ccb1d45432bf4dc46badb diff --git a/gnome-sudoku.spec b/gnome-sudoku.spec index e5fd1bc..794e084 100644 --- a/gnome-sudoku.spec +++ b/gnome-sudoku.spec @@ -1,7 +1,7 @@ # # spec file for package gnome-sudoku # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: gnome-sudoku -Version: 45.3 +Version: 46.0 Release: 0 Summary: Sudoku Game for GNOME License: GPL-3.0-or-later Group: Amusements/Games/Logic URL: https://wiki.gnome.org/Apps/Sudoku -Source0: https://download.gnome.org/sources/gnome-sudoku/45/%{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.zst BuildRequires: appstream-glib BuildRequires: c++_compiler