Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnome-photos for openSUSE:Factory checked in at 2022-02-06 23:53:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-photos (Old) and /work/SRC/openSUSE:Factory/.gnome-photos.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-photos" Sun Feb 6 23:53:48 2022 rev:57 rq:951420 version:40.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-photos/gnome-photos.changes 2022-01-21 01:25:38.634495162 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-photos.new.1898/gnome-photos.changes 2022-02-06 23:54:49.534601870 +0100 @@ -1,0 +2,6 @@ +Tue Feb 1 20:16:10 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Add a0ac868a19d55dc52100e54fe4b2d29041bc6752.patch: Fix build + with meson 0.61.0 and newer. + +------------------------------------------------------------------- New: ---- a0ac868a19d55dc52100e54fe4b2d29041bc6752.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-photos.spec ++++++ --- /var/tmp/diff_new_pack.gBxawE/_old 2022-02-06 23:54:50.014598625 +0100 +++ /var/tmp/diff_new_pack.gBxawE/_new 2022-02-06 23:54:50.022598571 +0100 @@ -32,6 +32,8 @@ Patch2: https://gitlab.gnome.org/GNOME/gnome-photos/-/commit/5cafad57982fbef0d02b7ecb0b1a2c9f221de391.patch # PATCH-FIX-UPSTREAM 1d22aac8fd7433cd1319fb2ffea0a1e294609f64.patch -- indexing-notification: Handle TrackerMiner proxy being NULL on start-up Patch3: https://gitlab.gnome.org/GNOME/gnome-photos/-/commit/1d22aac8fd7433cd1319fb2ffea0a1e294609f64.patch +# PATCH-FIX-UPSTREAM a0ac868a19d55dc52100e54fe4b2d29041bc6752.patch -- Fix build with meson 0.61.0 and newer +Patch4: https://gitlab.gnome.org/GNOME/gnome-photos/-/commit/a0ac868a19d55dc52100e54fe4b2d29041bc6752.patch BuildRequires: desktop-file-utils BuildRequires: fdupes ++++++ a0ac868a19d55dc52100e54fe4b2d29041bc6752.patch ++++++ >From a0ac868a19d55dc52100e54fe4b2d29041bc6752 Mon Sep 17 00:00:00 2001 From: rvalue <i...@rvalue.moe> Date: Fri, 21 Jan 2022 12:36:02 +0000 Subject: [PATCH] meson: remove incorrect args for i18n.merge_file --- data/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/meson.build b/data/meson.build index 6e7192e0..94271de2 100644 --- a/data/meson.build +++ b/data/meson.build @@ -3,7 +3,6 @@ subdir('icons') appdata = photos_namespace + '.appdata.xml' i18n.merge_file( - appdata, input: appdata + '.in', output: appdata, po_dir: po_dir, @@ -23,7 +22,6 @@ desktop_in = configure_file( ) i18n.merge_file( - desktop, type: 'desktop', input: desktop_in, output: desktop, -- GitLab