From 6b7a7dbcfb0e804689f055550bd9a2c8d99ba705 Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Mar 15 2010 08:50:32 +0000 Subject: - Require gnome-python2-extras for trayicon (RHBZ#573358). --- diff --git a/gajim.spec b/gajim.spec index 28be7ab..e8bb37e 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: 1%{?dist}.1 +Release: 2%{?dist} License: GPLv3 Group: Applications/Internet URL: http://gajim.org/ @@ -22,6 +22,7 @@ Requires: gnome-python2-gnome Requires: gnome-python2-bonobo Requires: gnome-python2-canvas Requires: gnome-python2-desktop +Requires: gnome-python2-extras Requires: gnupg Requires: notify-python Requires: pygtk2-libglade @@ -99,6 +100,9 @@ rm -rf %{buildroot} %{_datadir}/%{name}/src %changelog +* Mon Mar 15 2010 Michal Schmidt 0.13.3-2 +- Require gnome-python2-extras for trayicon (RHBZ#573358). + * Mon Mar 08 2010 Michal Schmidt 0.13.3-1.fc12.1 - Do not use libasyncns until a kernel bug (RHBZ#529202) is fixed.