Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package almanah for openSUSE:Factory checked in at 2022-02-23 16:26:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/almanah (Old) and /work/SRC/openSUSE:Factory/.almanah.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "almanah" Wed Feb 23 16:26:00 2022 rev:17 rq:956858 version:0.12.3 Changes: -------- --- /work/SRC/openSUSE:Factory/almanah/almanah.changes 2021-04-27 21:35:45.928092755 +0200 +++ /work/SRC/openSUSE:Factory/.almanah.new.1958/almanah.changes 2022-02-23 16:26:44.451509455 +0100 @@ -1,0 +2,6 @@ +Tue Feb 22 16:58:24 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Add Fix-build-meson-060.patch: Fix build with meson 0.60.x and + newer. + +------------------------------------------------------------------- New: ---- Fix-build-meson-060.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ almanah.spec ++++++ --- /var/tmp/diff_new_pack.VRkI1S/_old 2022-02-23 16:26:44.979509474 +0100 +++ /var/tmp/diff_new_pack.VRkI1S/_new 2022-02-23 16:26:44.983509474 +0100 @@ -24,6 +24,8 @@ Group: Productivity/Office/Other URL: https://gitlab.gnome.org/GNOME/almanah Source: https://download.gnome.org/sources/almanah/0.12/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM Fix-build-meson-060.patch bjorn....@gmail.com -- Fix build with meson 0.60.x and newer +Patch: Fix-build-meson-060.patch BuildRequires: gpgme-devel BuildRequires: hicolor-icon-theme ++++++ Fix-build-meson-060.patch ++++++ diff -Nur orig-almanah-0.12.3/data/meson.build almanah-0.12.3/data/meson.build --- orig-almanah-0.12.3/data/meson.build 2022-02-22 17:53:40.373799613 +0100 +++ almanah-0.12.3/data/meson.build 2022-02-22 18:00:31.314503166 +0100 @@ -1,6 +1,5 @@ desktop = 'almanah.desktop' i18n.merge_file( - desktop, type: 'desktop', input: desktop + '.in', output: desktop, @@ -19,7 +18,6 @@ appdata = 'almanah.appdata.xml' i18n.merge_file( - appdata, input: appdata + '.in', output: appdata, po_dir: po_dir,