Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package epiphany for openSUSE:Factory checked in at 2022-02-11 23:07:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/epiphany (Old) and /work/SRC/openSUSE:Factory/.epiphany.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "epiphany" Fri Feb 11 23:07:32 2022 rev:189 rq:953318 version:41.3 Changes: -------- --- /work/SRC/openSUSE:Factory/epiphany/epiphany.changes 2021-12-21 22:05:05.788394470 +0100 +++ /work/SRC/openSUSE:Factory/.epiphany.new.1956/epiphany.changes 2022-02-11 23:09:06.630894083 +0100 @@ -1,0 +2,6 @@ +Thu Feb 10 18:00:33 UTC 2022 - Bj??rn Lie <[email protected]> + +- Add bfbb5f7bab38301d8a4a444173acdae8d9692146.patch: Fix build + with meson 0.61 and newer. + +------------------------------------------------------------------- New: ---- bfbb5f7bab38301d8a4a444173acdae8d9692146.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ epiphany.spec ++++++ --- /var/tmp/diff_new_pack.aRUFlT/_old 2022-02-11 23:09:07.198895726 +0100 +++ /var/tmp/diff_new_pack.aRUFlT/_new 2022-02-11 23:09:07.202895738 +0100 @@ -1,7 +1,7 @@ # # spec file for package epiphany # -# 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: Productivity/Networking/Web/Browsers URL: https://wiki.gnome.org/Apps/Web Source0: https://download.gnome.org/sources/epiphany/41/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM bfbb5f7bab38301d8a4a444173acdae8d9692146.patch -- Fix build with meson 0.61 and newer +Patch0: https://gitlab.gnome.org/GNOME/epiphany/-/commit/bfbb5f7bab38301d8a4a444173acdae8d9692146.patch BuildRequires: fdupes BuildRequires: meson >= 0.47.0 ++++++ bfbb5f7bab38301d8a4a444173acdae8d9692146.patch ++++++ >From bfbb5f7bab38301d8a4a444173acdae8d9692146 Mon Sep 17 00:00:00 2001 From: rvalue <[email protected]> Date: Wed, 24 Nov 2021 04:52:42 +0000 Subject: [PATCH] Remove incorrect args for i18n.merge_file Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1031> --- data/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/meson.build b/data/meson.build index 46df3fd80..eac6b8224 100644 --- a/data/meson.build +++ b/data/meson.build @@ -16,7 +16,6 @@ install_data( desktop_conf = configuration_data() desktop_conf.set('icon', application_id) desktop = i18n.merge_file( - 'desktop', input: configure_file( input: files('org.gnome.Epiphany.desktop.in.in'), output: 'org.gnome.Epiphany.desktop.in', @@ -32,7 +31,6 @@ desktop = i18n.merge_file( appdata_conf = configuration_data() appdata_conf.set('appid', application_id) appdata = i18n.merge_file( - 'appdata', input: configure_file( input: files('org.gnome.Epiphany.appdata.xml.in.in'), output: 'org.gnome.Epiphany.appdata.xml.in', -- GitLab
