Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-mines for openSUSE:Factory 
checked in at 2022-02-04 21:49:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-mines (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-mines.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-mines"

Fri Feb  4 21:49:13 2022 rev:34 rq:951434 version:40.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-mines/gnome-mines.changes  2021-04-10 
15:27:50.970411783 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-mines.new.1898/gnome-mines.changes        
2022-02-04 21:52:24.219148663 +0100
@@ -1,0 +2,9 @@
+Wed Feb  2 16:49:32 UTC 2022 - Bj??rn Lie <[email protected]>
+
+- Add 0a10c3a8ae4395c8059875bcea74be5c17ef9a21.patch: Fix build
+  with meson 0.60 and newer.
+- Add appstream-glib and desktop-file-utils BuildRequires and add a
+  check section and meson_test macro, validate desktop filea and
+  metainfo during build.
+
+-------------------------------------------------------------------

New:
----
  0a10c3a8ae4395c8059875bcea74be5c17ef9a21.patch

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

Other differences:
------------------
++++++ gnome-mines.spec ++++++
--- /var/tmp/diff_new_pack.jZvFRx/_old  2022-02-04 21:52:24.635145801 +0100
+++ /var/tmp/diff_new_pack.jZvFRx/_new  2022-02-04 21:52:24.647145719 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-mines
 #
-# 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,11 @@
 Group:          Amusements/Games/Board/Other
 URL:            https://wiki.gnome.org/Mines
 Source0:        
https://download.gnome.org/sources/gnome-mines/40/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM 0a10c3a8ae4395c8059875bcea74be5c17ef9a21.patch -- Fix 
build with meson 0.60 and newer
+Patch0:         
https://gitlab.gnome.org/GNOME/gnome-mines/-/commit/0a10c3a8ae4395c8059875bcea74be5c17ef9a21.patch
+
+BuildRequires:  appstream-glib
+BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  meson >= 0.37.1
@@ -54,6 +59,9 @@
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{_datadir}
 
+%check
+%meson_test
+
 %files
 %license COPYING
 %doc NEWS

++++++ 0a10c3a8ae4395c8059875bcea74be5c17ef9a21.patch ++++++
>From 0a10c3a8ae4395c8059875bcea74be5c17ef9a21 Mon Sep 17 00:00:00 2001
From: Jan Beich <[email protected]>
Date: Mon, 24 Jan 2022 13:28:56 +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:18:0: ERROR: Function does not take positional arguments.
data/meson.build:38: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 82d5582..d8d2878 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -15,7 +15,7 @@ foreach theme: [ 'default', 'bgcolors', 'classic' ]
     endforeach
 endforeach
 
-desktop_file = i18n.merge_file ('desktop-file',
+desktop_file = i18n.merge_file (
                  input: '@[email protected]'.format(app_id),
                  output: '@[email protected]'.format(app_id),
                  install: true,
@@ -35,7 +35,7 @@ if desktop_file_validate.found()
 endif
 
 
-appdata_file = i18n.merge_file ('appdata-file',
+appdata_file = i18n.merge_file (
                  input: '@[email protected]'.format(app_id),
                  output: '@[email protected]'.format(app_id),
                  install: true,
-- 
GitLab

Reply via email to