[gwibber/f18] fix gtk2/gtk3 mix issue (bz1003254)

Tom Callaway spot at fedoraproject.org
Tue Sep 3 18:32:45 UTC 2013


commit 4bd55010eaf6d197a2e59ef376434f2ce9535c4e
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Tue Sep 3 14:33:07 2013 -0400

    fix gtk2/gtk3 mix issue (bz1003254)

 gwibber.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/gwibber.spec b/gwibber.spec
index 5973f3e..7ad30fa 100644
--- a/gwibber.spec
+++ b/gwibber.spec
@@ -2,7 +2,7 @@
 
 Name:           gwibber
 Version:        3.4.2
-Release:        7%{?dist}
+Release:        8%{?dist}
 Epoch:          1
 Summary:        An open source microblogging client for GNOME developed with Python and GTK
 Group:          Applications/Internet
@@ -75,6 +75,7 @@ Requires:	gnome-python2-libwnck
 Requires:	gnome-python2-gtkspell
 Requires:	python-httplib2
 Requires:	pygobject3
+Requires:	libwnck3
 # Requires:	python-kitchen
 BuildRequires:  python-devel, desktop-file-utils, python-distutils-extra, intltool, gettext, vala
 BuildRequires:	gsettings-desktop-schemas-devel, json-glib-devel, libnotify-devel, dee-devel >= 1.0.0
@@ -208,6 +209,9 @@ fi
 %{_datadir}/vala/vapi/gwibber*
 
 %changelog
+* Tue Sep  3 2013 Tom Callaway <spot at fedoraproject.org> - 3.4.2-8
+- add explicit Requires: libwnck3 to avoid Gtk2/3 mix issue (bz1003254)
+
 * Mon Jul 29 2013 Tom Callaway <spot at fedoraproject.org> - 3.4.2-7
 - Fix gwibber to use twitter 1.1 API (thanks to Philipp Hügelmeyer)
 


More information about the scm-commits mailing list