diff --git a/scummvm.changes b/scummvm.changes index 3aa78a0..709e7ba 100644 --- a/scummvm.changes +++ b/scummvm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 11 11:11:11 UTC 2024 - olaf@aepfle.de + +- Convert BuildRequires from libfaad-devel to pkgconfig(faad2) + ------------------------------------------------------------------- Tue Apr 9 12:01:45 UTC 2024 - Giacomo Comes diff --git a/scummvm.spec b/scummvm.spec index edc8a87..a62698d 100644 --- a/scummvm.spec +++ b/scummvm.spec @@ -54,7 +54,7 @@ BuildRequires: pkgconfig(zlib) Suggests: %{name}-extra Suggests: %{name}-tools %if %{with faad} -BuildRequires: libfaad-devel +BuildRequires: pkgconfig(faad2) %endif %if %{with mad} BuildRequires: pkgconfig(mad)