[audacious/f15] Explicitly require libmowgli >= 0.9.

Michael Schwendt mschwendt at fedoraproject.org
Tue Jun 14 14:37:29 UTC 2011


commit c943e4d1c7792e6a66438389fb268354a8f35dcf
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Tue Jun 14 16:37:15 2011 +0200

    Explicitly require libmowgli >= 0.9.

 audacious.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/audacious.spec b/audacious.spec
index 95a6e31..efa9fdb 100644
--- a/audacious.spec
+++ b/audacious.spec
@@ -14,7 +14,7 @@ Provides: audacious(plugin-api) = %{aud_plugin_api_min}
 
 Name: audacious
 Version: 2.5.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: GPLv3
 Summary: Advanced audio player
@@ -40,6 +40,10 @@ BuildRequires: desktop-file-utils
 BuildRequires: doxygen
 
 # The automatic SONAME dependency is not enough
+# between libmowgli 0.7.x and 0.9.50.
+Requires: libmowgli%{?_isa} >= 0.9
+
+# The automatic SONAME dependency is not enough
 # during version upgrades.
 Requires: audacious-libs = %{version}-%{release}
 
@@ -187,6 +191,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Jun 14 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 2.5.1-2
+- Explicitly require libmowgli >= 0.9.
+
 * Thu May 19 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 2.5.1-1
 - Update to 2.5.1.
 


More information about the scm-commits mailing list