Accepting request 1159399 from GNOME:Next
GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1159399 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-sudoku?expand=0&rev=108
This commit is contained in:
parent
25d5555c16
commit
654ebed4e3
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<services>
|
||||||
|
<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">46.0</param>
|
||||||
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||||
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
<!-- <param name="changesgenerate">enable</param> -->
|
||||||
|
</service>
|
||||||
|
<service name="tar" mode="buildtime"/>
|
||||||
|
<service name="recompress" mode="buildtime">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">zst</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version" mode="manual" />
|
||||||
|
</services>
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dbbc544406cee7841104178ea4a93be36107d9d7eca6555fd30189cd1438d64a
|
|
||||||
size 394704
|
|
3
gnome-sudoku-46.0.obscpio
Normal file
3
gnome-sudoku-46.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:73a0663b591744e584c0e6d4abd3c9455e7760388979cc8fba541c952a6235dd
|
||||||
|
size 2277388
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 15 12:20:32 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <bjorn.lie@gmail.com>
|
Fri Dec 1 15:00:14 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
4
gnome-sudoku.obsinfo
Normal file
4
gnome-sudoku.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: gnome-sudoku
|
||||||
|
version: 46.0
|
||||||
|
mtime: 1710502027
|
||||||
|
commit: ca77a11feb3301adee5ccb1d45432bf4dc46badb
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-sudoku
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-sudoku
|
Name: gnome-sudoku
|
||||||
Version: 45.3
|
Version: 46.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sudoku Game for GNOME
|
Summary: Sudoku Game for GNOME
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Amusements/Games/Logic
|
Group: Amusements/Games/Logic
|
||||||
URL: https://wiki.gnome.org/Apps/Sudoku
|
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: appstream-glib
|
||||||
BuildRequires: c++_compiler
|
BuildRequires: c++_compiler
|
||||||
|
Loading…
Reference in New Issue
Block a user