diff --git a/audacious-plugins.rpmlintrc b/audacious-plugins.rpmlintrc new file mode 100644 index 0000000..8dfef74 --- /dev/null +++ b/audacious-plugins.rpmlintrc @@ -0,0 +1,4 @@ +# The plugins are dl-opened by audacious, they don't link against libc directly +addFilter("library-not-linked-against-libc") +# The docs are part of the main audacious package +addFilter("no-documentation") diff --git a/audacious-plugins.spec b/audacious-plugins.spec index 0b83146..a935a48 100644 --- a/audacious-plugins.spec +++ b/audacious-plugins.spec @@ -9,7 +9,7 @@ Name: audacious-plugins Version: 3.10.1 -Release: 3%{?dist} +Release: 4%{?dist} %global tar_ver %{version} @@ -111,7 +111,7 @@ License: GPLv2+ and LGPLv2+ and GPLv3 and MIT and BSD %{?aud_plugin_dep} Requires: audacious-plugins%{?_isa} >= %{aud_ver} # src/console/ for console.so input plugin in -exotic subpackage -Provides: bundled(game-music-emu) +Provides: bundled(game-music-emu) = 0.5.5 %description exotic This package provides optional plugins for Audacious, which do not aim @@ -305,6 +305,10 @@ install -p -m0644 %{SOURCE102} ${RPM_BUILD_ROOT}%{_datadir}/appdata %changelog +* Sat Aug 31 2019 Hans de Goede - 3.10.1-4 +- Rebuilt for libsidplayfp-2.0 (rhbz#1723876) +- Make bundled(game-music-emu) provides versioned + * Wed Jul 24 2019 Fedora Release Engineering - 3.10.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild