diff --git a/audacious-plugins.spec b/audacious-plugins.spec index bbcc299..cc6c7de 100644 --- a/audacious-plugins.spec +++ b/audacious-plugins.spec @@ -9,7 +9,7 @@ Name: audacious-plugins Version: 4.0.3 -Release: 1%{?dist} +Release: 2%{?dist} %global tar_ver %{version} @@ -164,6 +164,7 @@ sed -i '\,^.SILENT:,d' buildsys.mk.in --enable-mpg123 \ --enable-filewriter-mp3 \ --enable-openmpt \ + --enable-streamtuner \ --disable-sndio \ --disable-aac \ --disable-mms \ @@ -294,6 +295,9 @@ install -p -m0644 %{SOURCE102} ${RPM_BUILD_ROOT}%{_datadir}/appdata %changelog +* Sat May 2 2020 Michael Schwendt - 4.0.3-2 +- Add --enable-streamtuner as to match expected list of plugin files. + * Fri May 1 2020 Michael Schwendt - 4.0.3-1 - Update to 4.0.3 for a few more bug fixes and omissions in the Qt UI.