Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnome-bluetooth for openSUSE:Factory checked in at 2022-02-06 23:53:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-bluetooth (Old) and /work/SRC/openSUSE:Factory/.gnome-bluetooth.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-bluetooth" Sun Feb 6 23:53:53 2022 rev:102 rq:951437 version:3.34.5 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-bluetooth/gnome-bluetooth.changes 2021-11-10 21:45:53.159796753 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-bluetooth.new.1898/gnome-bluetooth.changes 2022-02-06 23:54:52.830579580 +0100 @@ -1,0 +2,6 @@ +Thu Feb 3 06:00:59 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Add 755fd758f866d3a3f7ca482942beee749f13a91e.patch Fix build with + meson 0.61 and newer. + +------------------------------------------------------------------- New: ---- 755fd758f866d3a3f7ca482942beee749f13a91e.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-bluetooth.spec ++++++ --- /var/tmp/diff_new_pack.KnZaye/_old 2022-02-06 23:54:53.302576389 +0100 +++ /var/tmp/diff_new_pack.KnZaye/_new 2022-02-06 23:54:53.310576334 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnome-bluetooth # -# 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 @@ -25,6 +25,8 @@ Group: System/GUI/GNOME URL: https://wiki.gnome.org/Projects/GnomeBluetooth Source0: https://download.gnome.org/sources/gnome-bluetooth/3.34/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM 755fd758f866d3a3f7ca482942beee749f13a91e.patch -- Fix build with meson 0.61 and newer +Patch0: https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/commit/755fd758f866d3a3f7ca482942beee749f13a91e.patch BuildRequires: fdupes BuildRequires: gobject-introspection-devel ++++++ 755fd758f866d3a3f7ca482942beee749f13a91e.patch ++++++ >From 755fd758f866d3a3f7ca482942beee749f13a91e Mon Sep 17 00:00:00 2001 From: Bastien Nocera <had...@hadess.net> Date: Fri, 7 Jan 2022 12:51:22 +0100 Subject: [PATCH] build: Fix build for newer versions of meson sendto/meson.build:24:5: ERROR: Function does not take positional arguments. --- sendto/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/sendto/meson.build b/sendto/meson.build index 24a4e394..3e233a03 100644 --- a/sendto/meson.build +++ b/sendto/meson.build @@ -22,7 +22,6 @@ desktop_in = configure_file( ) i18n.merge_file ( - desktop, type: 'desktop', input: desktop_in, output: desktop, -- GitLab