Hello community, here is the log from the commit of package mpg123 for openSUSE:Factory checked in at 2018-06-28 15:10:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mpg123 (Old) and /work/SRC/openSUSE:Factory/.mpg123.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mpg123" Thu Jun 28 15:10:17 2018 rev:11 rq:618723 version:1.25.10 Changes: -------- --- /work/SRC/openSUSE:Factory/mpg123/mpg123.changes 2018-03-08 10:54:18.072245150 +0100 +++ /work/SRC/openSUSE:Factory/.mpg123.new/mpg123.changes 2018-06-28 15:10:19.291933863 +0200 @@ -1,0 +2,6 @@ +Sat Jun 23 15:14:07 UTC 2018 - [email protected] + +- Conditionalize pkgconfig(openal) BuildRequires and mpg123-openal + sub-package, fix build for SLE12 SP3. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mpg123.spec ++++++ --- /var/tmp/diff_new_pack.s02REy/_old 2018-06-28 15:10:19.979932599 +0200 +++ /var/tmp/diff_new_pack.s02REy/_new 2018-06-28 15:10:19.979932599 +0200 @@ -32,7 +32,9 @@ BuildRequires: pkgconfig(ao) BuildRequires: pkgconfig(jack) BuildRequires: pkgconfig(libpulse) +%if 0%{?suse_version} >= 1320 BuildRequires: pkgconfig(openal) +%endif BuildRequires: pkgconfig(portaudio-2.0) BuildRequires: pkgconfig(sdl) BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -71,6 +73,7 @@ layers 1,2 and 3 (most commonly MPEG 1.0 layer 3 aka MP3), as well as re-usable decoding and output libraries. +%if 0%{?suse_version} >= 1320 %package openal Summary: OpenAL Support for %{name} Group: Productivity/Multimedia/Sound/Players @@ -82,6 +85,7 @@ and output libraries. This package contains the plugin for openal output support. +%endif %package pulse Summary: Pulseaudio Support for %{name} @@ -184,9 +188,11 @@ %defattr(-,root,root) %{_libdir}/%{name}/output_pulse.so +%if 0%{?suse_version} >= 1320 %files openal %defattr(-,root,root) %{_libdir}/%{name}/output_openal.so +%endif %files jack %defattr(-,root,root)
