diff --git a/.cvsignore b/.cvsignore index efb856f..6be2ad3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -terminator_0.93.tar.gz +terminator_0.94.tar.gz diff --git a/sources b/sources index 2bb2b02..705d3e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bb47ff829bc281cd921dece0197e7d9d terminator_0.93.tar.gz +2482387787c00701a913741502ed3b82 terminator_0.94.tar.gz diff --git a/terminator-0.14-catch_multiple_exceptions.patch b/terminator-0.14-catch_multiple_exceptions.patch deleted file mode 100644 index ed2944a..0000000 --- a/terminator-0.14-catch_multiple_exceptions.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up terminator-0.14/terminatorlib/terminator.py.orig terminator-0.14/terminatorlib/terminator.py ---- terminator-0.14/terminatorlib/terminator.py.orig 2010-03-10 11:21:25.000000000 +0530 -+++ terminator-0.14/terminatorlib/terminator.py 2010-03-10 11:23:22.164499238 +0530 -@@ -1032,7 +1032,7 @@ class Terminator: - if matcher (current_geo, possible_geo, best_geo): - best_index = i - best_geo = possible_geo -- except TypeError, KeyError: -+ except (TypeError, KeyError): - # Not being called on a Paned widget - pass - #if best_index is None: diff --git a/terminator.spec b/terminator.spec index 7d81a0f..56d384d 100644 --- a/terminator.spec +++ b/terminator.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: terminator -Version: 0.93 +Version: 0.94 Release: 1%{?dist} Summary: Store and run multiple GNOME terminals in one window @@ -69,6 +69,9 @@ gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Mon Jul 19 2010 Dominic Hopf - 0.94-1 +- New upstream release: Terminator 0.94 + * Thu Apr 24 2010 Dominic Hopf - 0.93-1 - New upstream release: Terminator 0.93