commit 5f7b8c5a3814b86ad113d4c8c37c2a9deb048319
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sat Jan 5 14:03:48 2019 +0000
Update to 3.10.1
.gitignore | 1 +
audacious-plugins-freeworld.spec | 8 ++++++--
sources | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 00a49d5..600a25b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ audacious-plugins-3.7.2.tar.bz2
/audacious-plugins-3.8.tar.bz2
/audacious-plugins-3.9.tar.bz2
/audacious-plugins-3.10.tar.bz2
+/audacious-plugins-3.10.1.tar.bz2
diff --git a/audacious-plugins-freeworld.spec b/audacious-plugins-freeworld.spec
index e9cf01f..0f7c732 100644
--- a/audacious-plugins-freeworld.spec
+++ b/audacious-plugins-freeworld.spec
@@ -1,10 +1,11 @@
-%global aud_plugin_api %(grep '[ ]*#define[ ]*_AUD_PLUGIN_VERSION[ ]\\+'
%{_includedir}/audacious/plugin.h 2>/dev/null | sed 's!.*_AUD_PLUGIN_VERSION[
]*\\([0-9]\\+\\).*!\\1!')
+%global aud_plugin_api %(grep '[ ]*#define[ ]*_AUD_PLUGIN_VERSION[ ]\\+'
%{_includedir}/libaudcore/plugin.h 2>/dev/null | sed 's!.*_AUD_PLUGIN_VERSION[
]*\\([0-9]\\+\\).*!\\1!')
%if 0%{aud_plugin_api} > 0
%global aud_plugin_dep Requires: audacious(plugin-api)%{?_isa} = %{aud_plugin_api}
%endif
+%{?aud_plugin_dep}
Name: audacious-plugins-freeworld
-Version: 3.10
+Version: 3.10.1
Release: 1%{?dist}
Summary: Additional plugins for the Audacious media player
License: GPLv3
@@ -116,6 +117,9 @@ find %buildroot -type f -name "*.la" -exec rm -f {}
';'
%changelog
+* Sat Jan 05 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3.10.1-1
+- Update to 3.10.1
+
* Sun Oct 14 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.10-1
- Update to 3.10 as in Fedora proper
- Remove Group tag
diff --git a/sources b/sources
index 4ffb67f..e140ec0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-26268359f4f21171de35cc10d0545733 audacious-plugins-3.10.tar.bz2
+c54e49a3a32c0df2beaf4fdf14a4bd75 audacious-plugins-3.10.1.tar.bz2