diff --git a/.cvsignore b/.cvsignore index 707a8fe..d209a90 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -terminator_0.14.tar.gz +terminator_0.91.tar.gz diff --git a/sources b/sources index 42fc993..ea4e9dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -27872eb7100c2388d05e8c7aaecc97a1 terminator_0.14.tar.gz +2b50048e6f0ccb23972737e45a5416c5 terminator_0.91.tar.gz diff --git a/terminator.spec b/terminator.spec index 8b396e2..271550f 100644 --- a/terminator.spec +++ b/terminator.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: terminator -Version: 0.14 -Release: 3%{?dist} +Version: 0.91 +Release: 1%{?dist} Summary: Store and run multiple GNOME terminals in one window Group: User Interface/Desktops @@ -14,10 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel gettext desktop-file-utils intltool Requires: vte gnome-python2-gconf GConf2 gtk2 desktop-file-utils -Requires: deskbar-applet gnome-python2-bonobo gnome-python2-canvas -# This patch is temporary till we move to the current upstream release which is -# a complete rewrite (and makes this patch unnecessary as such). -Patch0: terminator-0.14-catch_multiple_exceptions.patch + %description Multiple GNOME terminals in one window. This is a project to produce @@ -28,8 +25,7 @@ arrangements of terminals for different tasks. %prep -%setup -qn %{name}-%{version} -%patch0 -p1 -b .catch_multiple_exceptions +%setup -q sed -i '/#! \?\/usr.*/d' terminatorlib/*.py @@ -60,6 +56,7 @@ rm -rf %{buildroot} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/*/%{name}*.png %{_datadir}/icons/hicolor/*/*/%{name}*.svg +%{_datadir}/icons/hicolor/16x16/status/terminal-bell.png %{_datadir}/pixmaps/%{name}.png @@ -72,6 +69,9 @@ gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Mon Apr 05 2010 Dominic Hopf - 0.91-1 +- New upstream release: Terminator 0.91 + * Wed Mar 10 2010 Steven Fernandez 0.14-3 - Added patch to fix the traceback reported in bug 567861