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 2022-02-04 21:49:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-sudoku (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-sudoku.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-sudoku"

Fri Feb  4 21:49:10 2022 rev:42 rq:951429 version:40.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-sudoku/gnome-sudoku.changes        
2021-07-26 17:38:37.594055894 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-sudoku.new.1898/gnome-sudoku.changes      
2022-02-04 21:52:21.095170151 +0100
@@ -1,0 +2,6 @@
+Wed Feb  2 12:24:39 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Add 7c9935a02b48f332f67bad3e4ee020b75591084a.patch: Fix build
+  with meson 0.60.0 and newer.
+
+-------------------------------------------------------------------

New:
----
  7c9935a02b48f332f67bad3e4ee020b75591084a.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-sudoku.spec ++++++
--- /var/tmp/diff_new_pack.jMNwWn/_old  2022-02-04 21:52:21.603166656 +0100
+++ /var/tmp/diff_new_pack.jMNwWn/_new  2022-02-04 21:52:21.607166628 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-sudoku
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 Group:          Amusements/Games/Logic
 URL:            https://wiki.gnome.org/Apps/Sudoku
 Source0:        
https://download.gnome.org/sources/gnome-sudoku/40/%{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:  gcc-c++

++++++ 7c9935a02b48f332f67bad3e4ee020b75591084a.patch ++++++
>From 7c9935a02b48f332f67bad3e4ee020b75591084a Mon Sep 17 00:00:00 2001
From: Jan Beich <jbe...@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

Reply via email to