Accepting request 963600 from GNOME:Factory

GNOME 42 - ready for impact

OBS-URL: https://build.opensuse.org/request/show/963600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-sudoku?expand=0&rev=43
This commit is contained in:
Dominique Leuenberger 2022-03-23 19:17:33 +00:00 committed by Git OBS Bridge
commit 783e2c1754
5 changed files with 14 additions and 45 deletions

View File

@ -1,38 +0,0 @@
From 7c9935a02b48f332f67bad3e4ee020b75591084a Mon Sep 17 00:00:00 2001
From: Jan Beich <jbeich@FreeBSD.org>
Date: Mon, 24 Jan 2022 11:44:06 +0000
Subject: [PATCH] meson: drop unused argument for i18n.merge_file()
Ignored in Meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0.
data/meson.build:5:0: ERROR: Function does not take positional arguments.
data/meson.build:24:0: ERROR: Function does not take positional arguments.
---
data/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/meson.build b/data/meson.build
index f18f247..9c95e02 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -2,7 +2,7 @@ resource_files = files('gnome-sudoku.gresource.xml')
resources = gnome.compile_resources('gnome-sudoku', resource_files)
-desktop_file = i18n.merge_file('desktop',
+desktop_file = i18n.merge_file(
input: '@0@.desktop.in'.format(application_id),
output: '@0@.desktop'.format(application_id),
install: true,
@@ -21,7 +21,7 @@ if desktop_file_validate.found()
)
endif
-appdata_file = i18n.merge_file('appdata',
+appdata_file = i18n.merge_file(
input: '@0@.appdata.xml.in'.format(application_id),
output: '@0@.appdata.xml'.format(application_id),
install: true,
--
GitLab

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36120531e3c7139581ea3800fbfe3c2b31694c440145ecc897ac34e562d754a3
size 358260

3
gnome-sudoku-42.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Mar 18 04:51:19 UTC 2022 - Luciano Santos <luc14n0@opensuse.org>
- Update to version 42.0:
+ Support Purism form factor.
+ Updated translations.
- Drop merged upstream patch:
7c9935a02b48f332f67bad3e4ee020b75591084a.patch.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 2 12:24:39 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com> Wed Feb 2 12:24:39 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -17,15 +17,13 @@
Name: gnome-sudoku Name: gnome-sudoku
Version: 40.2 Version: 42.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/40/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/gnome-sudoku/42/%{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM 7c9935a02b48f332f67bad3e4ee020b75591084a.patch -- Fix build with meson 0.60.0 and newer
Patch0: https://gitlab.gnome.org/GNOME/gnome-sudoku/-/commit/7c9935a02b48f332f67bad3e4ee020b75591084a.patch
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gcc-c++ BuildRequires: gcc-c++