Hello community, here is the log from the commit of package mpg123 for openSUSE:Factory checked in at 2020-06-02 14:33:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mpg123 (Old) and /work/SRC/openSUSE:Factory/.mpg123.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mpg123" Tue Jun 2 14:33:50 2020 rev:15 rq:810374 version:1.26.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mpg123/mpg123.changes 2019-10-27 13:35:10.844826952 +0100 +++ /work/SRC/openSUSE:Factory/.mpg123.new.3606/mpg123.changes 2020-06-02 14:34:04.362654577 +0200 @@ -1,0 +2,26 @@ +Sat May 30 13:57:25 UTC 2020 - Luigi Baldoni <[email protected]> + +- Update to version 1.26.1 + * Fix cmake build by actually including the read_api_version + file in the distro. + * Fix big-endian build, stupid omission of a variable + declaration, semicolon. + * Silence a harmless warning for build without realtime + priority. +- Drop fix-ppc64_1.patch and fix-ppc64_2.patch (merged upstream) + +------------------------------------------------------------------- +Tue May 26 13:18:11 UTC 2020 - Luigi Baldoni <[email protected]> + +- Add fix-ppc64_1.patch and fix-ppc64_2.patch + +------------------------------------------------------------------- +Mon May 25 15:35:37 UTC 2020 - Luigi Baldoni <[email protected]> + +- Update to version 1.26.0 + * Too many changes to list, see NEWS +- Add libsyn123 subpackage +- Drop Group tag +- Spec cleanup + +------------------------------------------------------------------- Old: ---- mpg123-1.25.13.tar.bz2 mpg123-1.25.13.tar.bz2.sig New: ---- mpg123-1.26.1.tar.bz2 mpg123-1.26.1.tar.bz2.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mpg123.spec ++++++ --- /var/tmp/diff_new_pack.wlyR5r/_old 2020-06-02 14:34:05.522658247 +0200 +++ /var/tmp/diff_new_pack.wlyR5r/_new 2020-06-02 14:34:05.526658260 +0200 @@ -1,7 +1,7 @@ # # spec file for package mpg123 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,12 +16,12 @@ # +%define sover 0 Name: mpg123 -Version: 1.25.13 +Version: 1.26.1 Release: 0 Summary: Console MPEG audio player and decoder library License: LGPL-2.1-only -Group: Productivity/Multimedia/Sound/Players URL: http://www.mpg123.de/ Source0: https://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 Source1: https://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.bz2.sig @@ -45,29 +45,34 @@ %package devel Summary: Files to develop against libmpg123 -Group: Development/Languages/C and C++ -Requires: libmpg123-0 = %{version} -Requires: libout123-0 = %{version} +Requires: libmpg123-%{sover} = %{version} +Requires: libout123-%{sover} = %{version} +Requires: libsyn123-%{sover} = %{version} %description devel The mpg123 distribution contains an MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 (most commonly MPEG 1.0 Layer 3 aka MP3), as well as re-usable decoding and output libraries. -%package -n libmpg123-0 +%package -n libmpg123-%{sover} Summary: MPEG audio decoder library -Group: System/Libraries -Obsoletes: mpg123-esound >= 1.25.7 -%description -n libmpg123-0 +%description -n libmpg123-%{sover} MPEG 1.0/2.0/2.5 audio decoder library for layers 1, 2 and 3 (most commonly MPEG 1.0 Layer 3 aka MP3). -%package -n libout123-0 +%package -n libout123-%{sover} Summary: MPEG audio decoder library -Group: System/Libraries -%description -n libout123-0 +%description -n libout123-%{sover} +The mpg123 distribution contains a real time MPEG 1.0/2.0/2.5 audio player/decoder for +layers 1,2 and 3 (most commonly MPEG 1.0 layer 3 aka MP3), as well as re-usable decoding +and output libraries. + +%package -n libsyn123-%{sover} +Summary: MPEG audio decoder library + +%description -n libsyn123-%{sover} The mpg123 distribution contains a real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1,2 and 3 (most commonly MPEG 1.0 layer 3 aka MP3), as well as re-usable decoding and output libraries. @@ -75,7 +80,6 @@ %if 0%{?suse_version} >= 1500 %package openal Summary: OpenAL Support for %{name} -Group: Productivity/Multimedia/Sound/Players Supplements: openal-soft %description openal @@ -88,7 +92,6 @@ %package pulse Summary: Pulseaudio Support for %{name} -Group: Productivity/Multimedia/Sound/Players Supplements: pulseaudio %description pulse @@ -100,7 +103,6 @@ %package jack Summary: Jack Support for %{name} -Group: Productivity/Multimedia/Sound/Players Supplements: jack %description jack @@ -112,7 +114,6 @@ %package portaudio Summary: Portaudio Support for %{name} -Group: Productivity/Multimedia/Sound/Players %description portaudio The mpg123 distribution contains a real time MPEG 1.0/2.0/2.5 audio player/decoder for @@ -123,7 +124,6 @@ %package sdl Summary: SDL Support for %{name} -Group: Productivity/Multimedia/Sound/Players %description sdl The mpg123 distribution contains a real time MPEG 1.0/2.0/2.5 audio player/decoder for @@ -133,24 +133,26 @@ This package contains the plugin for SDL output support. %prep -%setup -q +%autosetup -p1 %build %configure \ --enable-modules=yes -make %{?_smp_mflags} +%make_build %install %make_install find %{buildroot} -type f -name "*.la" -delete -print -%post -n libmpg123-0 -p /sbin/ldconfig -%postun -n libmpg123-0 -p /sbin/ldconfig -%post -n libout123-0 -p /sbin/ldconfig -%postun -n libout123-0 -p /sbin/ldconfig +%post -n libmpg123-%{sover} -p /sbin/ldconfig +%postun -n libmpg123-%{sover} -p /sbin/ldconfig +%post -n libout123-%{sover} -p /sbin/ldconfig +%postun -n libout123-%{sover} -p /sbin/ldconfig +%post -n libsyn123-%{sover} -p /sbin/ldconfig +%postun -n libsyn123-%{sover} -p /sbin/ldconfig %files -%doc ChangeLog README +%doc NEWS README %{_bindir}/mpg123 %{_bindir}/mpg123-id3dump %{_bindir}/mpg123-strip @@ -162,21 +164,27 @@ %{_libdir}/%{name}/output_dummy.so %{_libdir}/%{name}/output_oss.so -%files -n libmpg123-0 +%files -n libmpg123-%{sover} %license COPYING %{_libdir}/libmpg123.so.* -%files -n libout123-0 +%files -n libout123-%{sover} %{_libdir}/libout123.so.* +%files -n libsyn123-%{sover} +%{_libdir}/libsyn123.so.* + %files devel %{_libdir}/libmpg123.so %{_libdir}/libout123.so +%{_libdir}/libsyn123.so %{_libdir}/pkgconfig/libmpg123.pc %{_libdir}/pkgconfig/libout123.pc +%{_libdir}/pkgconfig/libsyn123.pc %{_includedir}/fmt123.h %{_includedir}/mpg123.h %{_includedir}/out123.h +%{_includedir}/syn123.h %files pulse %{_libdir}/%{name}/output_pulse.so ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.wlyR5r/_old 2020-06-02 14:34:05.550658336 +0200 +++ /var/tmp/diff_new_pack.wlyR5r/_new 2020-06-02 14:34:05.550658336 +0200 @@ -1,9 +1,11 @@ libout123-0 libmpg123-0 +libsyn123-0 mpg123-devel -requires mpg123-<targettype> requires "libmpg123-0-<targettype>" requires "libout123-0-<targettype>" + requires "libsyn123-0-<targettype>" mpg123-jack mpg123-openal mpg123-portaudio ++++++ mpg123-1.25.13.tar.bz2 -> mpg123-1.26.1.tar.bz2 ++++++ ++++ 31816 lines of diff (skipped)
