Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dleyna-renderer for openSUSE:Factory 
checked in at 2022-09-21 14:42:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dleyna-renderer (Old)
 and      /work/SRC/openSUSE:Factory/.dleyna-renderer.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dleyna-renderer"

Wed Sep 21 14:42:14 2022 rev:11 rq:1004695 version:0.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/dleyna-renderer/dleyna-renderer.changes  
2022-01-09 22:50:35.039305986 +0100
+++ 
/work/SRC/openSUSE:Factory/.dleyna-renderer.new.2083/dleyna-renderer.changes    
    2022-09-21 14:43:08.857873581 +0200
@@ -1,0 +2,14 @@
+Mon Sep 19 11:51:53 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Add db06bfa322.patch: add one more commit from upstream:
+  [renderer] Fix pkgconfig dependency to GUPnP 1.2
+
+-------------------------------------------------------------------
+Sun Aug 28 12:39:33 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Add port-to-gupnp1_6.patch: Fix build with gupnp 1.6. Following
+  this, replace pkgconfig(gssdp-1.2), pkgconfig(gupnp-1.2) and
+  pkgconfig(libsoup-2.4) with pkgconfig(gssdp-1.6),
+  pkgconfig(gupnp-1.6) and pkgconfig(libsoup-3.0) BuildRequires.
+
+-------------------------------------------------------------------

New:
----
  db06bfa322.patch
  port-to-gupnp1_6.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dleyna-renderer.spec ++++++
--- /var/tmp/diff_new_pack.iJ8GHU/_old  2022-09-21 14:43:09.337874835 +0200
+++ /var/tmp/diff_new_pack.iJ8GHU/_new  2022-09-21 14:43:09.345874855 +0200
@@ -24,6 +24,9 @@
 Group:          System/Libraries
 URL:            https://github.com/phako/dleyna-renderer
 Source:         
%{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM port-to-gupnp1_6.patch -- Fix build with gupnp 1.6
+Patch0:         port-to-gupnp1_6.patch
+Patch1:         https://gitlab.gnome.org/World/dLeyna/-/commit/db06bfa322.patch
 
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxslt-tools
@@ -32,11 +35,11 @@
 BuildRequires:  pkgconfig(dleyna-core-1.0) >= 0.6.0
 BuildRequires:  pkgconfig(gio-2.0) >= 2.28
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28
-BuildRequires:  pkgconfig(gssdp-1.2)
-BuildRequires:  pkgconfig(gupnp-1.2)
+BuildRequires:  pkgconfig(gssdp-1.6)
+BuildRequires:  pkgconfig(gupnp-1.6)
 BuildRequires:  pkgconfig(gupnp-av-1.0) >= 0.12.9
 BuildRequires:  pkgconfig(gupnp-dlna-2.0) >= 0.9.4
-BuildRequires:  pkgconfig(libsoup-2.4) >= 2.28.2
+BuildRequires:  pkgconfig(libsoup-3.0)
 Provides:       dbus(dleyna-renderer-service) = %{version}
 Requires:       dleyna-connector(dbus)
 

++++++ db06bfa322.patch ++++++
>From db06bfa322c80256bab50896d9692bac5d9c2bef Mon Sep 17 00:00:00 2001
From: Jens Georg <m...@jensge.org>
Date: Sat, 17 Sep 2022 08:23:59 +0200
Subject: [PATCH] [renderer] Fix pkgconfig dependency to GUPnP 1.2

Fixes github issue #11
---
 libdleyna/renderer/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libdleyna/renderer/meson.build b/libdleyna/renderer/meson.build
index bc67e8a..7760fff 100644
--- a/libdleyna/renderer/meson.build
+++ b/libdleyna/renderer/meson.build
@@ -57,7 +57,7 @@ pkg.generate(
     name: 'dleyna-renderer-service-1.0',
     description: 'UPnP & DLNA renderer library',
     version: meson.project_version(),
-    requires: ['gupnp-1.2', 'glib-2.0', 'gio-2.0', 'dleyna-core-1.0'],
+    requires: ['gupnp-1.6', 'glib-2.0', 'gio-2.0', 'dleyna-core-1.0'],
     install_dir: join_paths(get_option('prefix'), get_option('libdir'), 
'pkgconfig')
 )
 
-- 
GitLab


++++++ port-to-gupnp1_6.patch ++++++
++++ 3542 lines (skipped)

Reply via email to