Accepting request 1109829 from GNOME:Next

Pushing GNOME 45.rc packages

OBS-URL: https://build.opensuse.org/request/show/1109829
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-sudoku?expand=0&rev=99
This commit is contained in:
2023-09-12 08:21:00 +00:00
committed by Git OBS Bridge
parent fc5949f764
commit af1f2206f3
4 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6518d9233a46d7e13805ac787667ba4701948d9ed41a47b88797fcdba43b8fba
size 391964

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:120fcb7f239c0e5b6b2e095bd8e65ddd7106f572d23917056869fca961fdd8b9
size 392396

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Jul 14 13:41:55 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 45.alpha:
+ Major update: port to GTK 4 and libadwaita.
+ Additional changes:
- Hide popovers when game is paused.
- Make it possible to clear earmarks from popover.
- Add WASD keyboard navigation.
+ Updated translations.
- Drop pkgconfig(gtk+-3.0) BuildRequires, no longer needed.
- Add pkgconfig(gtk4) and pkgconfig(libadwaita-1) BuildRequires:
New dependencies.
-------------------------------------------------------------------
Fri Mar 17 15:45:33 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@@ -17,13 +17,13 @@
Name: gnome-sudoku
Version: 44.0
Version: 45.alpha
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/44/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/gnome-sudoku/45/%{name}-%{version}.tar.xz
BuildRequires: appstream-glib
BuildRequires: c++_compiler
@@ -37,8 +37,9 @@ BuildRequires: yelp-tools
BuildRequires: pkgconfig(gee-0.8)
BuildRequires: pkgconfig(gio-2.0) >= 2.40.0
BuildRequires: pkgconfig(glib-2.0) >= 2.40.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.0
BuildRequires: pkgconfig(gtk4) >= 4.10.0
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libadwaita-1)
BuildRequires: pkgconfig(qqwing) >= 1.3.4
%description