Hello community, here is the log from the commit of package scummvm for openSUSE:Factory checked in at 2016-08-12 15:43:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scummvm (Old) and /work/SRC/openSUSE:Factory/.scummvm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scummvm" Changes: -------- --- /work/SRC/openSUSE:Factory/scummvm/scummvm.changes 2016-08-03 11:44:38.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.scummvm.new/scummvm.changes 2016-08-12 15:43:10.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Aug 3 08:38:02 UTC 2016 - [email protected] + +- Correct buildconditionals: aac -> faad, mp3 -> mad + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scummvm.spec ++++++ --- /var/tmp/diff_new_pack.kek8Uj/_old 2016-08-12 15:43:12.000000000 +0200 +++ /var/tmp/diff_new_pack.kek8Uj/_new 2016-08-12 15:43:12.000000000 +0200 @@ -16,8 +16,8 @@ # -%bcond_with aac -%bcond_with mp3 +%bcond_with faad +%bcond_with mad Name: scummvm Version: 1.8.1 @@ -44,10 +44,10 @@ BuildRequires: pkgconfig(vorbis) BuildRequires: pkgconfig(vorbisfile) BuildRequires: pkgconfig(zlib) -%if %{with aac} +%if %{with faad} BuildRequires: libfaad-devel %endif -%if %{with mp3} +%if %{with mad} BuildRequires: pkgconfig(mad) %endif %ifarch %{ix86}
