Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libxspf for openSUSE:Factory checked in at 2022-04-11 23:49:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libxspf (Old) and /work/SRC/openSUSE:Factory/.libxspf.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libxspf" Mon Apr 11 23:49:40 2022 rev:21 rq:969235 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libxspf/libxspf.changes 2015-11-28 15:19:34.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libxspf.new.1900/libxspf.changes 2022-04-11 23:51:00.593861358 +0200 @@ -1,0 +2,18 @@ +Sun Apr 10 14:57:21 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.2.1: + * Fixed: GCC 4.4 test suite compilation + * Fixed: Missing unistd.h include in + * Fixed: Compile errors when uriparser is located in a + non-standard path that is passed to configure through + variable PKG_CONFIG_PATH + * Fixed: Update the GNU Autotools build system + so that ./autogen.sh runs without warnings + * Fixed: Allow linking with LLD + * Improved: Modernize the GNU Autotools build system + * Soname: 4:3:0 (please see https://verbump.de/ + for what these numbers do) +- drop libxspf-1.1.0-gcc44.patch libxspf-automake.diff libxspf-gcc47.patch + (obsolete) + +------------------------------------------------------------------- Old: ---- libxspf-1.1.0-gcc44.patch libxspf-1.2.0.tar.bz2 libxspf-automake.diff libxspf-gcc47.patch New: ---- libxspf-1.2.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxspf.spec ++++++ --- /var/tmp/diff_new_pack.QCf0F5/_old 2022-04-11 23:51:01.193854513 +0200 +++ /var/tmp/diff_new_pack.QCf0F5/_new 2022-04-11 23:51:01.193854513 +0200 @@ -1,7 +1,7 @@ # # spec file for package libxspf # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,30 +12,25 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: libxspf -Version: 1.2.0 +Version: 1.2.1 Release: 0 -# doxygen Summary: Provides XSPF playlist reading and writing support -License: BSD-3-Clause and LGPL-2.1+ +License: BSD-3-Clause AND LGPL-2.1-or-later Group: Development/Libraries/C and C++ -Url: http://libspiff.sourceforge.net/ -Source: http://downloads.xiph.org/releases/xspf/%{name}-%{version}.tar.bz2 -Patch0: libxspf-1.1.0-gcc44.patch -Patch1: libxspf-gcc47.patch -Patch2: libxspf-automake.diff +URL: http://libspiff.sourceforge.net/ +Source: https://downloads.sourceforge.net/libspiff/Sources/%{version}/libxspf-%{version}.tar.bz2 BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: libexpat-devel BuildRequires: libtool BuildRequires: liburiparser-devel >= 0.7.5 -BuildRequires: pkg-config -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig %description libxspf the replacement for libSpiff brings XSPF playlist reading and @@ -109,9 +104,6 @@ %prep %setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 %build autoreconf -fiv @@ -120,26 +112,23 @@ --enable-static=no \ --with-pic # --enable-doc -make %{?_smp_mflags} +%make_build # This section no longer works without libcpptest and can be enabled when the package is available # %check # make %{?_smp_mflags} check %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install find %{buildroot} -type f -name "*.la" -delete -print %post -n libxspf4 -p /sbin/ldconfig - %postun -n libxspf4 -p /sbin/ldconfig %files -n libxspf4 -%defattr(-,root,root) %{_libdir}/libxspf.so.4* %files -n libxspf-devel -%defattr(-,root,root) %{_bindir}/xspf_check %{_bindir}/xspf_strip %dir %{_includedir}/xspf ++++++ libxspf-1.2.0.tar.bz2 -> libxspf-1.2.1.tar.bz2 ++++++ ++++ 86696 lines of diff (skipped)