[ardour3] filter out new dependency on internal libpanbalance

Nils Philippsen nphilipp at fedoraproject.org
Sat Jan 25 11:07:53 UTC 2014


commit 033b34a32b15ef55f15132d493b69c7e59698889
Author: Nils Philippsen <nils at tiptoe.de>
Date:   Sat Jan 25 12:06:51 2014 +0100

    filter out new dependency on internal libpanbalance

 ardour3.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ardour3.spec b/ardour3.spec
index 87568e0..57c6598 100644
--- a/ardour3.spec
+++ b/ardour3.spec
@@ -7,7 +7,7 @@
 %global man_langs_encodings :UTF-8 es:UTF-8 fr:ISO-8859-1 ru:KOI8-R
 
 # Don't generate provides for internal shared objects and plugins
-%global internal_libs_re (ardour.*|audiographer|evoral|gtkmm2ext|jack_audiobackend|midipp|pan[12]in2out|panvbap|pbd|qmdsp|smf|timecode)
+%global internal_libs_re (ardour.*|audiographer|evoral|gtkmm2ext|jack_audiobackend|midipp|pan[12]in2out|panvbap|panbalance|pbd|qmdsp|smf|timecode)
 %global __provides_exclude_from ^%{_libdir}/(ardour3|lv2)/.*$
 %global __requires_exclude ^lib%{internal_libs_re}\.so.*$
 
@@ -16,7 +16,7 @@
 Name:       ardour3
 Version:    3.5.308
 
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Digital Audio Workstation
 
 Group:      Applications/Multimedia
@@ -227,6 +227,9 @@ fi
 %{_libdir}/lv2
 
 %changelog
+* Sat Jan 25 2014 Nils Philippsen <nils at redhat.com> - 3.5.308-2
+- filter out new dependency on internal libpanbalance
+
 * Fri Jan 24 2014 Nils Philippsen <nils at redhat.com> - 3.5.308-1
 - version 3.5.308
 


More information about the scm-commits mailing list