Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package mate-backgrounds for
openSUSE:Factory checked in at 2022-02-25 21:25:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-backgrounds (Old)
and /work/SRC/openSUSE:Factory/.mate-backgrounds.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-backgrounds"
Fri Feb 25 21:25:02 2022 rev:17 rq:957460 version:1.26.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds.changes
2021-08-26 23:14:48.376254598 +0200
+++
/work/SRC/openSUSE:Factory/.mate-backgrounds.new.1958/mate-backgrounds.changes
2022-02-25 21:25:31.615643181 +0100
@@ -1,0 +2,7 @@
+Thu Feb 24 22:45:05 UTC 2022 - Bj??rn Lie <[email protected]>
+
+- Add mesonfix-061.patch: Fix build with meson 0.61 and newer.
+- Drop lang Recommends: No longer needed, this is handled
+ automatically now.
+
+-------------------------------------------------------------------
New:
----
mesonfix-061.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mate-backgrounds.spec ++++++
--- /var/tmp/diff_new_pack.FIkVZK/_old 2022-02-25 21:25:32.507643340 +0100
+++ /var/tmp/diff_new_pack.FIkVZK/_new 2022-02-25 21:25:32.515643342 +0100
@@ -1,7 +1,7 @@
#
# spec file for package mate-backgrounds
#
-# 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
@@ -25,9 +25,11 @@
Group: System/GUI/Other
URL: https://mate-desktop.org/
Source:
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM mesonfix-061.patch [email protected] -- Fix build with
meson 0.61 and newer
+Patch: mesonfix-061.patch
+
BuildRequires: mate-common >= %{_version}
BuildRequires: meson
-Recommends: %{name}-lang
BuildArch: noarch
%description
@@ -37,7 +39,7 @@
%lang_package
%prep
-%setup -q
+%autosetup -p1
%build
%meson
++++++ mesonfix-061.patch ++++++
diff -Nur orig-mate-backgrounds-1.26.0/abstract/meson.build
mate-backgrounds-1.26.0/abstract/meson.build
--- orig-mate-backgrounds-1.26.0/abstract/meson.build 2022-02-24
23:41:40.343882251 +0100
+++ mate-backgrounds-1.26.0/abstract/meson.build 2022-02-24
23:48:50.332635829 +0100
@@ -1,6 +1,6 @@
# replace @datadir@ and translate
metadata = 'mate-abstract.xml'
-i18n.merge_file(metadata,
+i18n.merge_file(
input: configure_file(
input: metadata + '.in.in',
output: metadata + '.in',
diff -Nur orig-mate-backgrounds-1.26.0/desktop/meson.build
mate-backgrounds-1.26.0/desktop/meson.build
--- orig-mate-backgrounds-1.26.0/desktop/meson.build 2022-02-24
23:41:40.307881849 +0100
+++ mate-backgrounds-1.26.0/desktop/meson.build 2022-02-24 23:49:18.508944774
+0100
@@ -1,6 +1,6 @@
# replace @datadir@ and translate
metadata = 'mate-desktop.xml'
-i18n.merge_file(metadata,
+i18n.merge_file(
input: configure_file(
input: metadata + '.in.in',
output: metadata + '.in',
diff -Nur orig-mate-backgrounds-1.26.0/nature/meson.build
mate-backgrounds-1.26.0/nature/meson.build
--- orig-mate-backgrounds-1.26.0/nature/meson.build 2022-02-24
23:41:40.299881760 +0100
+++ mate-backgrounds-1.26.0/nature/meson.build 2022-02-24 23:50:39.041826568
+0100
@@ -1,6 +1,6 @@
# replace @datadir@ and translate
metadata = 'mate-nature.xml'
-i18n.merge_file(metadata,
+i18n.merge_file(
input: configure_file(
input: metadata + '.in.in',
output: metadata + '.in',