[soundconverter/f15] Add (currently redundant) dependency on gnome-python2-gnomevfs, which is required by gnome-python2-g

Michael Schwendt mschwendt at fedoraproject.org
Mon Jul 4 18:23:44 UTC 2011


commit a324f4c19b18323c1ba4e128b01cbdfc7f3c0392
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Mon Jul 4 20:23:30 2011 +0200

    Add (currently redundant) dependency on gnome-python2-gnomevfs, which
    is required by gnome-python2-gnome already, but Soundconverter imports
    the gnomevfs module directly.

 soundconverter.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/soundconverter.spec b/soundconverter.spec
index ac4a7d0..b947726 100644
--- a/soundconverter.spec
+++ b/soundconverter.spec
@@ -1,6 +1,6 @@
 Name:           soundconverter
 Version:        1.5.4
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Simple sound converter application for GNOME
 
 Group:          Applications/Multimedia
@@ -35,6 +35,9 @@ Requires:       gnome-python2-gconf
 Requires:       gnome-python2-bonobo
 # a missing dep somewhere, causes bz #718791
 Requires:       gnome-python2-canvas
+# currently a dep of gnome-python2-gnome, but one cannot rely on that
+# after the two missing deps above
+Requires:       gnome-python2-gnomevfs
 
 Requires:       gstreamer-python
 Requires:       gstreamer-plugins-base
@@ -104,6 +107,11 @@ update-desktop-database &> /dev/null ||:
 
 
 %changelog
+* Mon Jul  4 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 1.5.4-7
+- Add (currently redundant) dependency on gnome-python2-gnomevfs, which
+  is required by gnome-python2-gnome already, but Soundconverter imports
+  the gnomevfs module directly.
+
 * Mon Jul  4 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 1.5.4-6
 - Add dependency on gnome-python2-canvas, which is a missing dep
   somewhere and causes a crash on non-GNOME installations (#718791).


More information about the scm-commits mailing list