Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gucharmap for openSUSE:Factory checked in at 2022-02-06 23:53:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gucharmap (Old) and /work/SRC/openSUSE:Factory/.gucharmap.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gucharmap" Sun Feb 6 23:53:55 2022 rev:102 rq:951438 version:13.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gucharmap/gucharmap.changes 2021-09-25 00:35:24.315130061 +0200 +++ /work/SRC/openSUSE:Factory/.gucharmap.new.1898/gucharmap.changes 2022-02-06 23:54:53.622574224 +0100 @@ -1,0 +2,6 @@ +Thu Feb 3 06:23:00 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Add a8ee037f8cf151b8b65354bc93c56953e41f5a22.patch: Fix build + with meson 0.61 and newer. + +------------------------------------------------------------------- New: ---- a8ee037f8cf151b8b65354bc93c56953e41f5a22.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gucharmap.spec ++++++ --- /var/tmp/diff_new_pack.6wJyAA/_old 2022-02-06 23:54:54.154570626 +0100 +++ /var/tmp/diff_new_pack.6wJyAA/_new 2022-02-06 23:54:54.158570599 +0100 @@ -1,7 +1,7 @@ # # spec file for package gucharmap # -# 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 @@ -28,6 +28,9 @@ Group: System/GUI/GNOME URL: https://wiki.gnome.org/Apps/Gucharmap Source0: %{name}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM a8ee037f8cf151b8b65354bc93c56953e41f5a22.patch -- Fix build with meson 0.61 and newer +Patch0: https://gitlab.gnome.org/GNOME/gucharmap/-/commit/a8ee037f8cf151b8b65354bc93c56953e41f5a22.patch + BuildRequires: appdata-tools BuildRequires: fdupes BuildRequires: gettext @@ -83,7 +86,7 @@ %lang_package %prep -%setup -q +%autosetup -p1 %build export LIBS="-ldl" ++++++ a8ee037f8cf151b8b65354bc93c56953e41f5a22.patch ++++++ >From a8ee037f8cf151b8b65354bc93c56953e41f5a22 Mon Sep 17 00:00:00 2001 From: Christian Persch <c...@src.gnome.org> Date: Wed, 15 Dec 2021 00:03:33 +0100 Subject: [PATCH] build: Fix build with meson 0.60 --- data/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/meson.build b/data/meson.build index 11e4e8a6..4bd50014 100644 --- a/data/meson.build +++ b/data/meson.build @@ -18,7 +18,6 @@ metainfodir = gucharmap_prefix / gucharmap_datadir / 'metainfo' i18n.merge_file( - 'gucharmap.metainfo.xml', input: 'gucharmap.metainfo.xml.in', output: '@BASENAME@', po_dir: po_dir, @@ -42,7 +41,6 @@ desktop_in = configure_file( ) i18n.merge_file( - 'gucharmap.desktop', input: desktop_in, output: '@BASENAME@', type: 'desktop', -- GitLab