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-12-15 21:47:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gupnp-av (Old)
 and      /work/SRC/openSUSE:Factory/.gupnp-av.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gupnp-av"

Fri Dec 15 21:47:01 2023 rev:46 rq:1133104 version:0.14.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gupnp-av/gupnp-av.changes        2023-05-10 
16:16:59.794432411 +0200
+++ /work/SRC/openSUSE:Factory/.gupnp-av.new.25432/gupnp-av.changes     
2023-12-15 21:47:08.085833233 +0100
@@ -1,0 +2,5 @@
+Thu Dec 14 12:53:31 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Add 1e10a41f.patch: Fix compatibility with libxml2 2.12.x.
+
+-------------------------------------------------------------------

New:
----
  1e10a41f.patch

BETA DEBUG BEGIN:
  New:
- Add 1e10a41f.patch: Fix compatibility with libxml2 2.12.x.
BETA DEBUG END:

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

Other differences:
------------------
++++++ gupnp-av.spec ++++++
--- /var/tmp/diff_new_pack.raM43Z/_old  2023-12-15 21:47:08.833860575 +0100
+++ /var/tmp/diff_new_pack.raM43Z/_new  2023-12-15 21:47:08.833860575 +0100
@@ -28,6 +28,8 @@
 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
+# PATCH-FIX-UPSTREAM 1e10a41f.patch -- Fix compatibility with libxml2 2.12.x
+Patch2:         https://gitlab.gnome.org/GNOME/gupnp-av/-/commit/1e10a41f.patch
 
 BuildRequires:  meson
 BuildRequires:  pkgconfig

++++++ 1e10a41f.patch ++++++
>From 1e10a41fcef6ae0d3e89958db89bc22398f3b4f1 Mon Sep 17 00:00:00 2001
From: Jens Georg <m...@jensge.org>
Date: Sat, 25 Nov 2023 17:58:49 +0100
Subject: [PATCH] xml: Fix compatibility with libxml2 2.12.x

---
 libgupnp-av/xml-util.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libgupnp-av/xml-util.h b/libgupnp-av/xml-util.h
index e0e49f7..0bbe0f8 100644
--- a/libgupnp-av/xml-util.h
+++ b/libgupnp-av/xml-util.h
@@ -16,6 +16,7 @@
 
 #include <glib.h>
 #include <libxml/tree.h>
+#include <libxml/parser.h>
 #include <stdarg.h>
 #include <glib-object.h>
 
-- 
GitLab

Reply via email to