Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gupnp-av for openSUSE:Factory checked in at 2023-05-10 16:16:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gupnp-av (Old) and /work/SRC/openSUSE:Factory/.gupnp-av.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gupnp-av" Wed May 10 16:16:59 2023 rev:45 rq:1085780 version:0.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gupnp-av/gupnp-av.changes 2023-05-08 17:23:53.084553622 +0200 +++ /work/SRC/openSUSE:Factory/.gupnp-av.new.1533/gupnp-av.changes 2023-05-10 16:16:59.794432411 +0200 @@ -1,0 +2,6 @@ +Sat May 6 19:25:04 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Add upstream patch fix: 767388bc.patch: build: Fix Requires: line + of pkg-config file. + +------------------------------------------------------------------- New: ---- 767388bc.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gupnp-av.spec ++++++ --- /var/tmp/diff_new_pack.RytuOA/_old 2023-05-10 16:17:01.722443816 +0200 +++ /var/tmp/diff_new_pack.RytuOA/_new 2023-05-10 16:17:01.726443840 +0200 @@ -26,6 +26,9 @@ Source: https://download.gnome.org/sources/gupnp-av/0.14/%{name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM gupnp-av-libxml2.11-support.patch david.a...@suse.com -- use xmlReadMemory instead of xmlRecoverMemory Patch0: gupnp-av-libxml2.11-support.patch +# PATCH-FIX-UPSTREAM 767388bc.patch -- build: Fix Requires: line of pkg-config file +Patch1: https://gitlab.gnome.org/GNOME/gupnp-av/-/commit/767388bc.patch + BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(gobject-2.0) >= 2.58 ++++++ 767388bc.patch ++++++ >From 767388bc16e08d4e1e1f419555165cc1816be931 Mon Sep 17 00:00:00 2001 From: Jens Georg <m...@jensge.org> Date: Sun, 5 Jun 2022 14:33:23 +0200 Subject: [PATCH] build: Fix Requires: line of pkg-config file --- meson.build | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meson.build b/meson.build index 4c072c3..f4b629f 100644 --- a/meson.build +++ b/meson.build @@ -87,6 +87,12 @@ subdir('data') pkg = import('pkgconfig') pkg.generate( gupnp_av_lib, + requires : [ + 'glib-2.0', + 'gobject-2.0', + 'gio-2.0', + 'libxml-2.0' + ], subdirs : 'gupnp-av-1.0', description : 'GObject-based AV specific UPnP library' ) -- GitLab