From c643d515b049766be7c581598385b9f9bd9d67bd Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Mar 15 2010 14:28:18 +0000 Subject: - What the trayicon really needs is gnome-python2-libegg (RHBZ#573358). --- diff --git a/gajim.spec b/gajim.spec index 52c60a8..cb3f522 100644 --- a/gajim.spec +++ b/gajim.spec @@ -2,7 +2,7 @@ Summary: Jabber client written in PyGTK Name: gajim %global majorver 0.13 Version: 0.13.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3 Group: Applications/Internet URL: http://gajim.org/ @@ -19,7 +19,7 @@ Requires: gnome-python2-gnome Requires: gnome-python2-bonobo Requires: gnome-python2-canvas Requires: gnome-python2-desktop -Requires: gnome-python2-extras +Requires: gnome-python2-libegg Requires: gnupg Requires: notify-python Requires: pygtk2-libglade @@ -95,6 +95,9 @@ rm -rf %{buildroot} %{_datadir}/%{name}/src %changelog +* Mon Mar 15 2010 Michal Schmidt 0.13.3-3 +- What the trayicon really needs is gnome-python2-libegg (RHBZ#573358). + * Mon Mar 15 2010 Michal Schmidt 0.13.3-2 - Require gnome-python2-extras for trayicon (RHBZ#573358).