[soundconverter/f13/master] Add dependency on gnome-python2-bonobo, which is a missing dep of gnome-python2-gnome (#689836) and

Michael Schwendt mschwendt at fedoraproject.org
Tue Mar 22 17:05:36 UTC 2011


commit 057b86354845f74f88d4354490e0670259e5da60
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Tue Mar 22 18:05:24 2011 +0100

    Add dependency on gnome-python2-bonobo, which is a missing dep of
    gnome-python2-gnome (#689836) and causes a crash if not installed,
    e.g. on LXDE #688780.

 soundconverter.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/soundconverter.spec b/soundconverter.spec
index 84f6904..db457d8 100644
--- a/soundconverter.spec
+++ b/soundconverter.spec
@@ -1,6 +1,6 @@
 Name:           soundconverter
 Version:        1.5.3
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Simple sound converter application for GNOME
 
 Group:          Applications/Multimedia
@@ -30,6 +30,8 @@ Patch3: soundconverter-1.5.3-cli-batch.patch
 Requires:       pygtk2
 Requires:       gnome-python2-gnome
 Requires:       gnome-python2-gconf
+# a missing dep in gnome-python2-gnome, see bz #689836
+Requires:       gnome-python2-bonobo
 
 Requires:       gstreamer-python
 Requires:       gstreamer-plugins-base
@@ -100,6 +102,11 @@ update-desktop-database &> /dev/null ||:
 
 
 %changelog
+* Tue Mar 22 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 1.5.3-8
+- Add dependency on gnome-python2-bonobo, which is a missing dep of
+  gnome-python2-gnome (#689836) and causes a crash if not installed,
+  e.g. on LXDE #688780.
+
 * Mon Nov 29 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 1.5.3-7
 - Fix command-line FLAC compression default in order to avoid crash.
 


More information about the scm-commits mailing list