Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gnome-characters for
openSUSE:Factory checked in at 2022-02-11 23:07:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-characters (Old)
and /work/SRC/openSUSE:Factory/.gnome-characters.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-characters"
Fri Feb 11 23:07:35 2022 rev:24 rq:953321 version:41.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-characters/gnome-characters.changes
2021-09-29 20:19:55.535076445 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-characters.new.1956/gnome-characters.changes
2022-02-11 23:09:09.250901661 +0100
@@ -1,0 +2,6 @@
+Thu Feb 10 18:49:46 UTC 2022 - Bj??rn Lie <[email protected]>
+
+- Add mesonfix-061.patch: Fix build with meson 0.61 and newer.
+- Update our Supplements to current standard.
+
+-------------------------------------------------------------------
New:
----
mesonfix-061.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-characters.spec ++++++
--- /var/tmp/diff_new_pack.EOFF6R/_old 2022-02-11 23:09:10.230904495 +0100
+++ /var/tmp/diff_new_pack.EOFF6R/_new 2022-02-11 23:09:10.234904506 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gnome-characters
#
-# 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: System/GUI/GNOME
URL: https://wiki.gnome.org/Design/Apps/CharacterMap
Source0:
https://download.gnome.org/sources/gnome-characters/41/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM mesonfix-061.patch -- Fix build with meson 0.61 and newer
+Patch0: mesonfix-061.patch
BuildRequires: gobject-introspection-devel >= 1.35.9
BuildRequires: intltool >= 0.50.1
@@ -50,7 +52,7 @@
Summary: GNOME Characters -- Search Provider for GNOME Shell
Group: System/GUI/GNOME
Requires: %{name} = %{version}
-Supplements: packageand(gnome-shell:%{name})
+Supplements: (gnome-shell and %{name})
%description -n gnome-shell-search-provider-gnome-characters
This package contains a search provider to enable GNOME Shell to get
@@ -59,7 +61,7 @@
%lang_package
%prep
-%autosetup
+%autosetup -p1
%build
%meson \
++++++ mesonfix-061.patch ++++++
diff -Nur orig-gnome-characters-41.0/data/meson.build
gnome-characters-41.0/data/meson.build
--- orig-gnome-characters-41.0/data/meson.build 2022-02-10 19:47:24.088622562
+0100
+++ gnome-characters-41.0/data/meson.build 2022-02-10 19:48:17.464754725
+0100
@@ -47,7 +47,6 @@
desktop_conf.set('bindir', characters_bindir)
i18n.merge_file(
- 'desktop-file',
type: 'desktop',
input: configure_file (
input: characters_name + '.desktop.in',
@@ -61,7 +60,6 @@
)
appdata_file = i18n.merge_file(
- 'appdata-file',
input: characters_name + '.appdata.xml.in',
output: characters_application_id + '.appdata.xml',
po_dir: po_dir,