[soundconverter] 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:08:24 UTC 2011


commit 620ed19911bf7a2b48b084622bc9d7f0b3cc8075
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Tue Mar 22 18:08:14 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 9a86baa..87b0e71 100644
--- a/soundconverter.spec
+++ b/soundconverter.spec
@@ -1,6 +1,6 @@
 Name:           soundconverter
 Version:        1.5.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Simple sound converter application for GNOME
 
 Group:          Applications/Multimedia
@@ -27,6 +27,8 @@ Requires:       notify-python
 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
@@ -95,6 +97,11 @@ update-desktop-database &> /dev/null ||:
 
 
 %changelog
+* Tue Mar 22 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 1.5.4-3
+- 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.
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list