diff --git a/gajim.spec b/gajim.spec index e8bb37e..ebe1a08 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/ @@ -22,7 +22,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 @@ -100,6 +100,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).