Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libdiscid for openSUSE:Factory checked in at 2023-03-19 00:30:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdiscid (Old) and /work/SRC/openSUSE:Factory/.libdiscid.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libdiscid" Sun Mar 19 00:30:29 2023 rev:29 rq:1072682 version:0.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libdiscid/libdiscid.changes 2017-07-12 19:31:17.360294223 +0200 +++ /work/SRC/openSUSE:Factory/.libdiscid.new.31432/libdiscid.changes 2023-03-19 00:30:29.684067453 +0100 @@ -1,0 +2,16 @@ +Tue Mar 14 22:40:42 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 0.6.4: + * LIB-69: Revert "Use discid_feature enum in discid_read_sparse". + Fixes compiler errors with C++. + * LIB-66: fix for Debian kFreeBSD + * Haiku platform support (TOC only) + * Use discid_feature enum in discid_read_sparse + * Fixed building with CMake on macOS + * LIB-68: provide macOS universal2 binaries with support for both + x86_64 and arm64 + * LIB-67: Source tarball with updated autotools configuration + * CMake: Use GNUInstallDirs to determine install location + * CMake 2.8.12 is now the minimum required version + +------------------------------------------------------------------- Old: ---- libdiscid-0.6.2.tar.gz New: ---- libdiscid-0.6.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdiscid.spec ++++++ --- /var/tmp/diff_new_pack.C0xWg4/_old 2023-03-19 00:30:32.152079160 +0100 +++ /var/tmp/diff_new_pack.C0xWg4/_new 2023-03-19 00:30:32.156079179 +0100 @@ -1,7 +1,7 @@ # # spec file for package libdiscid # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # 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/ # %define libname libdiscid0 Name: libdiscid -Version: 0.6.2 +Version: 0.6.4 Release: 0 Summary: Library for gathering DiscIDs and ISRCs from audio CDs -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ -Url: http://musicbrainz.org/doc/libdiscid +URL: https://musicbrainz.org/doc/libdiscid Source: http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/%{name}-%{version}.tar.gz Source1000: baselibs.conf # PATCH-FEATURE-OPENSUSE libdiscid-no-crypto.patch @@ -32,7 +32,6 @@ BuildRequires: openssl-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(libmusicbrainz5) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description libdiscid is a C library for creating MusicBrainz and freedb DiscIDs @@ -76,24 +75,22 @@ %configure \ --disable-silent-rules \ --disable-static -make %{?_smp_mflags} +%make_build %install %make_install find %{buildroot} -type f -name "*.la" -delete -print %check -make %{?_smp_mflags} check +%make_build check %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig %files -n %{libname} -%defattr(-,root,root) %{_libdir}/libdiscid.so.0* %files devel -%defattr(-,root,root) %dir %{_includedir}/discid %{_includedir}/discid/*.h %{_libdir}/libdiscid.so ++++++ libdiscid-0.6.2.tar.gz -> libdiscid-0.6.4.tar.gz ++++++ ++++ 21235 lines of diff (skipped)