diff --git a/terminator.spec b/terminator.spec index 48baa3a..d5ac9bf 100644 --- a/terminator.spec +++ b/terminator.spec @@ -2,7 +2,7 @@ Name: terminator Version: 0.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Store and run multiple GNOME terminals in one window Group: User Interface/Desktops @@ -12,7 +12,7 @@ Source0: http://code.launchpad.net/terminator/trunk/%{version}/+download/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel gettext desktop-file-utils +BuildRequires: python-devel gettext desktop-file-utils intltool Requires: vte gnome-python2-gconf GConf2 gtk2 desktop-file-utils %description @@ -67,6 +67,9 @@ gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Tue Jul 7 2009 Ian Weller - 0.13-2 +- BuildRequires: intltool + * Thu Jul 2 2009 Ian Weller - 0.13-1 - New upstream release