diff --git a/.gitignore b/.gitignore index 33974e1..aa1b858 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ terminator_0.94.tar.gz /terminator_0.96.tar.gz /terminator-0.97.tar.gz /terminator-0.98.tar.gz +/terminator-1.90.tar.gz diff --git a/sources b/sources index a7c8ec6..e0027ff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -241af292fe16bed290052b86adb30b80 terminator-0.98.tar.gz +7159b1e63e44184ddabdca023d41f763 terminator-1.90.tar.gz diff --git a/terminator.spec b/terminator.spec index c2c980a..eab7967 100644 --- a/terminator.spec +++ b/terminator.spec @@ -1,23 +1,20 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: terminator -Version: 0.98 -Release: 4%{?dist} +Version: 1.90 +Release: 1%{?dist} Summary: Store and run multiple GNOME terminals in one window Group: User Interface/Desktops License: GPLv2 URL: http://gnometerminator.blogspot.com/p/introduction.html -Source0: http://code.launchpad.net/terminator/trunk/%{version}/+download/%{name}-%{version}.tar.gz -Patch0: 0000-terminator-fix-desktop-file.patch -# Upstream patch for LP#1494606 obtained as diff between v0.98 and r1647 -# of branch lp:terminator, excluding *.po files. Fixes RHBZ#1268289 -Patch1: 0001-terminator-fix-RHBZ#1268289.patch +Source0: https://launchpad.net/terminator/gtk3/1.9/+download/terminator-%{version}.tar.gz BuildArch: noarch BuildRequires: python-devel gettext desktop-file-utils intltool -Requires: vte gnome-python2-gconf GConf2 gtk2 desktop-file-utils +Requires: vte3 gnome-python2-gconf GConf2 gtk3 desktop-file-utils Requires: gnome-python2-bonobo python-keybinder python2-psutil +Patch0: terminator-fix-NewWindow-issue.patch %description @@ -31,8 +28,7 @@ arrangements of terminals for different tasks. %prep %setup -q sed -i '/#! \?\/usr.*/d' terminatorlib/*.py -%patch0 -%patch1 -p1 +%patch0 -p0 %build @@ -55,7 +51,7 @@ rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root) %doc README COPYING ChangeLog -%{_datadir}/doc/%{name}/* +#%{_datadir}/doc/%{name}/* %{_mandir}/man1/%{name}.* %{_mandir}/man5/%{name}_config.* %{_bindir}/%{name}* @@ -82,6 +78,9 @@ gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Wed Nov 23 2016 Dominic Hopf - 1.90-1 +- New Upstream Release: Terminator 1.90 + * Tue Jul 19 2016 Fedora Release Engineering - 0.98-4 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages