Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libxspf for openSUSE:Factory checked 
in at 2026-03-08 17:27:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxspf (Old)
 and      /work/SRC/openSUSE:Factory/.libxspf.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libxspf"

Sun Mar  8 17:27:01 2026 rev:22 rq:1337468 version:1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libxspf/libxspf.changes  2022-04-11 
23:51:00.593861358 +0200
+++ /work/SRC/openSUSE:Factory/.libxspf.new.8177/libxspf.changes        
2026-03-08 17:27:35.092531052 +0100
@@ -1,0 +2,6 @@
+Sat Mar  7 23:34:08 UTC 2026 - Cristian Rodríguez <[email protected]>
+
+- libxspf-1.2.1-wrongvercheck.patch: Fix FTBS due to no longer 
+  valid version check.
+
+-------------------------------------------------------------------

New:
----
  libxspf-1.2.1-wrongvercheck.patch

----------(New B)----------
  New:
- libxspf-1.2.1-wrongvercheck.patch: Fix FTBS due to no longer 
  valid version check.
----------(New E)----------

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

Other differences:
------------------
++++++ libxspf.spec ++++++
--- /var/tmp/diff_new_pack.LgU5fh/_old  2026-03-08 17:27:35.652554052 +0100
+++ /var/tmp/diff_new_pack.LgU5fh/_new  2026-03-08 17:27:35.660554380 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libxspf
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,6 +31,7 @@
 BuildRequires:  libtool
 BuildRequires:  liburiparser-devel >= 0.7.5
 BuildRequires:  pkgconfig
+Patch0:         libxspf-1.2.1-wrongvercheck.patch
 
 %description
 libxspf the replacement for libSpiff brings XSPF playlist reading and
@@ -104,6 +105,7 @@
 
 %prep
 %setup -q
+%autopatch -p1
 
 %build
 autoreconf -fiv

++++++ libxspf-1.2.1-wrongvercheck.patch ++++++
Index: libxspf-1.2.1/src/XspfReader.cpp
===================================================================
--- libxspf-1.2.1.orig/src/XspfReader.cpp
+++ libxspf-1.2.1/src/XspfReader.cpp
@@ -61,10 +61,6 @@
 #include <cstring> // size_t
 #include <cstddef> // int
 
-#if (URI_VER_MINOR < 7) || ((URI_VER_MINOR == 7) && (URI_VER_RELEASE < 2))
-# error uriparser 0.7.2 or later is required
-#endif
-
 
 namespace {
 

Reply via email to