[soundconverter] Add dependency on gnome-python2-canvas, which is a missing dep somewhere and causes a crash on non-G

Michael Schwendt mschwendt at fedoraproject.org
Mon Jul 4 17:52:10 UTC 2011


commit efb4ddc6a1b0e9824cc029fd6a96412d1dbccdf5
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Mon Jul 4 19:51:55 2011 +0200

    Add dependency on gnome-python2-canvas, which is a missing dep
    somewhere and causes a crash on non-GNOME installations (#718791).
    Probably related to the similar issue mentioned on March 22nd.

 soundconverter.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/soundconverter.spec b/soundconverter.spec
index 439c03a..ac4a7d0 100644
--- a/soundconverter.spec
+++ b/soundconverter.spec
@@ -1,6 +1,6 @@
 Name:           soundconverter
 Version:        1.5.4
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Simple sound converter application for GNOME
 
 Group:          Applications/Multimedia
@@ -33,6 +33,8 @@ Requires:       gnome-python2-gnome
 Requires:       gnome-python2-gconf
 # a missing dep in gnome-python2-gnome, see bz #689836
 Requires:       gnome-python2-bonobo
+# a missing dep somewhere, causes bz #718791
+Requires:       gnome-python2-canvas
 
 Requires:       gstreamer-python
 Requires:       gstreamer-plugins-base
@@ -102,6 +104,11 @@ update-desktop-database &> /dev/null ||:
 
 
 %changelog
+* 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).
+  Probably related to the similar issue mentioned on March 22nd.
+
 * Sat Jul  2 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 1.5.4-5
 - Fix crash in markup_escape (calling glib markup_escape_text)
   caused by file names with invalid encodings (#718334).


More information about the scm-commits mailing list