Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gupnp-tools for openSUSE:Factory checked in at 2023-07-25 11:51:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gupnp-tools (Old) and /work/SRC/openSUSE:Factory/.gupnp-tools.new.1467 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gupnp-tools" Tue Jul 25 11:51:47 2023 rev:44 rq:1100043 version:0.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gupnp-tools/gupnp-tools.changes 2022-10-13 15:45:24.111119370 +0200 +++ /work/SRC/openSUSE:Factory/.gupnp-tools.new.1467/gupnp-tools.changes 2023-07-25 11:53:39.146348031 +0200 @@ -1,0 +2,6 @@ +Wed Jul 19 09:41:46 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Add 1372f9eb.patch: build: Fix wrap file syntax. Fix Meson 1.2 + compatibility. + +------------------------------------------------------------------- New: ---- 1372f9eb.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gupnp-tools.spec ++++++ --- /var/tmp/diff_new_pack.dlnhpH/_old 2023-07-25 11:53:39.790351802 +0200 +++ /var/tmp/diff_new_pack.dlnhpH/_new 2023-07-25 11:53:39.794351825 +0200 @@ -1,7 +1,7 @@ # # spec file for package gupnp-tools # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,8 @@ # Disabled for now, using source service #Source0: https://download.gnome.org/sources/gupnp-tools/0.10/%%{name}-%%{version}.tar.xz Source0: %{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM 1372f9eb.patch -- build: Fix wrap file syntax +Patch0: https://gitlab.gnome.org/GNOME/gupnp-tools/-/commit/1372f9eb.patch BuildRequires: fdupes BuildRequires: meson ++++++ 1372f9eb.patch ++++++ >From 1372f9ebe45180d58cefb6c0475fafe77de37ef2 Mon Sep 17 00:00:00 2001 From: Jens Georg <m...@jensge.org> Date: Sun, 9 Jul 2023 21:47:48 +0200 Subject: [PATCH] build: Fix wrap file syntax No idea why it worked in the first place Fixes #26 --- subprojects/gssdp-1.6.wrap | 4 ++-- subprojects/gupnp-1.6.wrap | 4 ++-- subprojects/gupnp-av-1.0.wrap | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/subprojects/gssdp-1.6.wrap b/subprojects/gssdp-1.6.wrap index 34d9b0b..f78d2fa 100644 --- a/subprojects/gssdp-1.6.wrap +++ b/subprojects/gssdp-1.6.wrap @@ -3,6 +3,6 @@ url = https://gitlab.gnome.org/GNOME/gssdp.git revision = master depth = 1 -[provides] -dependency_name = gssdp-1.2 +[provide] +dependency_names = gssdp-1.2 diff --git a/subprojects/gupnp-1.6.wrap b/subprojects/gupnp-1.6.wrap index c345910..f92c055 100644 --- a/subprojects/gupnp-1.6.wrap +++ b/subprojects/gupnp-1.6.wrap @@ -3,6 +3,6 @@ url = https://gitlab.gnome.org/GNOME/gupnp.git revision = master depth = 1 -[provides] -dependency_name = gupnp-1.2 +[provide] +dependency_names = gupnp-1.2 diff --git a/subprojects/gupnp-av-1.0.wrap b/subprojects/gupnp-av-1.0.wrap index 967e6d3..8c3b490 100644 --- a/subprojects/gupnp-av-1.0.wrap +++ b/subprojects/gupnp-av-1.0.wrap @@ -3,6 +3,6 @@ url = https://gitlab.gnome.org/GNOME/gupnp-av.git revision = master depth = 1 -[provides] -dependency_name = gupnp-av-1.0 +[provide] +dependency_names = gupnp-av-1.0 -- GitLab