Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package linphone for openSUSE:Factory 
checked in at 2025-11-26 17:14:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linphone (Old)
 and      /work/SRC/openSUSE:Factory/.linphone.new.14147 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linphone"

Wed Nov 26 17:14:29 2025 rev:29 rq:1320058 version:5.3.105

Changes:
--------
--- /work/SRC/openSUSE:Factory/linphone/linphone.changes        2025-07-26 
13:42:35.436354732 +0200
+++ /work/SRC/openSUSE:Factory/.linphone.new.14147/linphone.changes     
2025-11-26 17:14:49.832657430 +0100
@@ -1,0 +2,6 @@
+Tue Nov 25 16:38:09 CET 2025 - [email protected]
+
+- add patch linphone-libxml-2.14.patch
+  to fix build with currentl libxml 
+
+-------------------------------------------------------------------

New:
----
  linphone-libxml-2.14.patch

----------(New B)----------
  New:
- add patch linphone-libxml-2.14.patch
  to fix build with currentl libxml 
----------(New E)----------

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

Other differences:
------------------
++++++ linphone.spec ++++++
--- /var/tmp/diff_new_pack.p96H8G/_old  2025-11-26 17:14:50.868701107 +0100
+++ /var/tmp/diff_new_pack.p96H8G/_new  2025-11-26 17:14:50.876701444 +0100
@@ -53,6 +53,7 @@
 # PATCH-FIX-OPENSUSE linphone-build-jsoncpp.patch -- use pkgconfig to find 
jsoncpp and link against jsoncpp, not jsoncpp_object
 Patch4:         linphone-build-jsoncpp.patch
 Patch5:         set_current_version.patch
+Patch6:         linphone-libxml-2.14.patch
 BuildRequires:  cmake >= 3.22
 BuildRequires:  doxygen
 BuildRequires:  fdupes

++++++ linphone-libxml-2.14.patch ++++++
--- liblinphone-5.3.105/coreapi/lpc2xml.c       2025/11/25 15:36:33     1.1
+++ liblinphone-5.3.105/coreapi/lpc2xml.c       2025/11/25 15:50:22
@@ -43,7 +43,11 @@
                }
 
                temp = size - 1;
+#if LIBXML_VERSION < 21400
                ret = handler->input(out, &out_size, (const xmlChar *)in, 
&temp);
+#else
+               ret = handler->input.legacyFunc(out, &out_size, (const xmlChar 
*)in, &temp);
+#endif
                if (ret < 0 || temp - size + 1) {
                        ms_free(out);
                        return NULL;

Reply via email to