Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package revelation for openSUSE:Factory checked in at 2022-02-11 23:07:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/revelation (Old) and /work/SRC/openSUSE:Factory/.revelation.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "revelation" Fri Feb 11 23:07:22 2022 rev:3 rq:953244 version:0.5.4 Changes: -------- --- /work/SRC/openSUSE:Factory/revelation/revelation.changes 2021-09-25 00:36:20.739188959 +0200 +++ /work/SRC/openSUSE:Factory/.revelation.new.1956/revelation.changes 2022-02-11 23:08:43.850828196 +0100 @@ -1,0 +2,6 @@ +Thu Feb 10 10:45:15 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Add revelation-mesonfix-061.patch: Fix build with meson 0.61 and + newer. + +------------------------------------------------------------------- New: ---- revelation-mesonfix-061.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ revelation.spec ++++++ --- /var/tmp/diff_new_pack.J7mqbi/_old 2022-02-11 23:08:44.330829585 +0100 +++ /var/tmp/diff_new_pack.J7mqbi/_new 2022-02-11 23:08:44.334829597 +0100 @@ -1,7 +1,7 @@ # # spec file for package revelation # -# 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,9 @@ Group: Productivity/Security URL: http://revelation.olasagasti.info Source: https://github.com/mikelolasagasti/revelation/releases/download/revelation-%{version}/revelation-%{version}.tar.xz +# PATCH-FIX-UPSTREAM revelation-mesonfix-061.patch bjorn....@gmail.com -- Fix build with meson 0.61 and newer +Patch: revelation-mesonfix-061.patch + BuildRequires: fdupes BuildRequires: gobject-introspection BuildRequires: intltool >= 0.35.0 @@ -50,7 +53,7 @@ %lang_package %prep -%autosetup +%autosetup -p1 %build %meson ++++++ revelation-mesonfix-061.patch ++++++ diff -Nur orig-revelation-0.5.4/data/meson.build revelation-0.5.4/data/meson.build --- orig-revelation-0.5.4/data/meson.build 2022-02-10 11:42:10.267572176 +0100 +++ revelation-0.5.4/data/meson.build 2022-02-10 11:42:56.892070642 +0100 @@ -59,7 +59,6 @@ # Merge the translations with the appdata file i18n.merge_file( - appdata, input: appdata + '.in', output: appdata, po_dir: join_paths(meson.source_root(), 'po'),