diff --git a/autokey.spec b/autokey.spec index ad8cc56..c5ca5f6 100644 --- a/autokey.spec +++ b/autokey.spec @@ -3,7 +3,7 @@ Name: autokey Version: 0.90.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Desktop automation utility @@ -15,7 +15,7 @@ Source0: http://autokey.googlecode.com/files/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python-xlib,notify-python,pygtk2,pygtk2-libglade,desktop-file-utils -Requires: pygtksourceview,python-simplejson,python-inotify +Requires: gtksourceview3,python-simplejson,python-inotify Provides: autokey = %{version}-%{release} Provides: autokey-common = %{version}-%{release} Provides: autokey-gtk = %{version}-%{release} @@ -46,7 +46,7 @@ This package contains the common data shared between the various front ends. %package gtk Summary: AutoKey GTK+ front end Group: Applications/Productivity -Requires: pygtksourceview +Requires: gtksourceview3 Requires: pygtk2 Requires: notify-python Requires: zenity @@ -149,6 +149,10 @@ fi %changelog + +* Mon Sep 16 2013 Raghu Udiyar - 0.90.4-5 +- Updated pygtksourceview dependency to gtksourceview3 + * Sat Aug 03 2013 Fedora Release Engineering - 0.90.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild