diff --git a/qmmp.changes b/qmmp.changes index cb3e678..83b3754 100644 --- a/qmmp.changes +++ b/qmmp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 11 09:27:18 UTC 2017 - sor.alexei@meowr.ru + +- Enable building with libmad for newer openSUSE releases even + outside of Packman. + ------------------------------------------------------------------- Thu Mar 23 11:55:35 UTC 2017 - sor.alexei@meowr.ru diff --git a/qmmp.spec b/qmmp.spec index 07dce66..cadce13 100644 --- a/qmmp.spec +++ b/qmmp.spec @@ -18,7 +18,6 @@ %define sover 1 %bcond_with faad -%bcond_with mad %bcond_with restricted Name: qmmp Version: 1.1.8 @@ -82,7 +81,7 @@ Requires: %{name}(%{sover})(Ui) %if %{with faad} BuildRequires: libfaad-devel %endif -%if %{with mad} +%if 0%{?suse_version} > 1320 || 0%{?sle_version} > 120200 || %{with restricted} BuildRequires: pkgconfig(mad) %endif