From 922fdf169c73092845b6dbacd28e649969634b17 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 14 Apr 2015 12:08:08 +0200 Subject: [PATCH 01/12] Update to 0.36.4 --- .gitignore | 1 + sources | 2 +- vte3.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c0d6bae..472c2fa 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /vte-0.36.1.tar.xz /vte-0.36.2.tar.xz /vte-0.36.3.tar.xz +/vte-0.36.4.tar.xz diff --git a/sources b/sources index c57ee10..b332388 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f9df4c9a67b09bf5c660bf5c3bae109 vte-0.36.3.tar.xz +be5d69c93e1dd31fa36f139247fa3fdb vte-0.36.4.tar.xz diff --git a/vte3.spec b/vte3.spec index 73627c6..2743429 100644 --- a/vte3.spec +++ b/vte3.spec @@ -1,8 +1,8 @@ %global apiver 2.90 Name: vte3 -Version: 0.36.3 -Release: 3%{?dist} +Version: 0.36.4 +Release: 1%{?dist} Summary: Terminal emulator library License: LGPLv2+ Group: User Interface/X @@ -91,6 +91,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Tue Apr 14 2015 Kalev Lember - 0.36.4-1 +- Update to 0.36.4 + * Mon Aug 18 2014 Fedora Release Engineering - 0.36.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From ca4aa6ccd98e4f20b732d367f09bc2ee77bd0696 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 02:10:38 +0000 Subject: [PATCH 02/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- vte3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vte3.spec b/vte3.spec index 2743429..9d90755 100644 --- a/vte3.spec +++ b/vte3.spec @@ -2,7 +2,7 @@ Name: vte3 Version: 0.36.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Terminal emulator library License: LGPLv2+ Group: User Interface/X @@ -91,6 +91,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 0.36.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Tue Apr 14 2015 Kalev Lember - 0.36.4-1 - Update to 0.36.4 From 2179451c3ec244e8db80d8bef80db63200e8bd78 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 15 Oct 2015 10:02:34 +0200 Subject: [PATCH 03/12] Update to 0.36.5 --- .gitignore | 1 + sources | 2 +- vte3.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 472c2fa..cfb431e 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /vte-0.36.2.tar.xz /vte-0.36.3.tar.xz /vte-0.36.4.tar.xz +/vte-0.36.5.tar.xz diff --git a/sources b/sources index b332388..6353acd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -be5d69c93e1dd31fa36f139247fa3fdb vte-0.36.4.tar.xz +96f102ef9e178b6238edcfdb1fa9dbcc vte-0.36.5.tar.xz diff --git a/vte3.spec b/vte3.spec index 9d90755..d36789b 100644 --- a/vte3.spec +++ b/vte3.spec @@ -1,8 +1,8 @@ %global apiver 2.90 Name: vte3 -Version: 0.36.4 -Release: 2%{?dist} +Version: 0.36.5 +Release: 1%{?dist} Summary: Terminal emulator library License: LGPLv2+ Group: User Interface/X @@ -91,6 +91,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Thu Oct 15 2015 Kalev Lember - 0.36.5-1 +- Update to 0.36.5 + * Fri Jun 19 2015 Fedora Release Engineering - 0.36.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 4759973d54d479d97121954c58c951ac23efe710 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 15 Oct 2015 10:03:01 +0200 Subject: [PATCH 04/12] Use license macro for COPYING --- vte3.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vte3.spec b/vte3.spec index d36789b..bca3d5b 100644 --- a/vte3.spec +++ b/vte3.spec @@ -75,7 +75,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %postun -p /sbin/ldconfig %files -f vte-%{apiver}.lang -%doc COPYING NEWS README +%license COPYING +%doc NEWS README %{_libdir}/*.so.* %dir %{_libdir}/vte-%{apiver} %attr(2711,root,utmp) %{_libdir}/vte-%{apiver}/gnome-pty-helper @@ -93,6 +94,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog * Thu Oct 15 2015 Kalev Lember - 0.36.5-1 - Update to 0.36.5 +- Use license macro for COPYING * Fri Jun 19 2015 Fedora Release Engineering - 0.36.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From aeee2dd1c37f0caa558b5e5993b1a05dcc88665c Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 15 Oct 2015 10:02:34 +0200 Subject: [PATCH 05/12] Update to 0.36.5 --- .gitignore | 1 + sources | 2 +- vte3.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c0d6bae..c14916b 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /vte-0.36.1.tar.xz /vte-0.36.2.tar.xz /vte-0.36.3.tar.xz +/vte-0.36.5.tar.xz diff --git a/sources b/sources index c57ee10..6353acd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f9df4c9a67b09bf5c660bf5c3bae109 vte-0.36.3.tar.xz +96f102ef9e178b6238edcfdb1fa9dbcc vte-0.36.5.tar.xz diff --git a/vte3.spec b/vte3.spec index 73627c6..033bb3a 100644 --- a/vte3.spec +++ b/vte3.spec @@ -1,8 +1,8 @@ %global apiver 2.90 Name: vte3 -Version: 0.36.3 -Release: 3%{?dist} +Version: 0.36.5 +Release: 1%{?dist} Summary: Terminal emulator library License: LGPLv2+ Group: User Interface/X @@ -91,6 +91,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Thu Oct 15 2015 Kalev Lember - 0.36.5-1 +- Update to 0.36.5 + * Mon Aug 18 2014 Fedora Release Engineering - 0.36.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From 1e08e04f56722d17b577bb38d89f94d350dd2c20 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 02:51:43 +0000 Subject: [PATCH 06/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- vte3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vte3.spec b/vte3.spec index bca3d5b..aa93936 100644 --- a/vte3.spec +++ b/vte3.spec @@ -2,7 +2,7 @@ Name: vte3 Version: 0.36.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Terminal emulator library License: LGPLv2+ Group: User Interface/X @@ -92,6 +92,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 0.36.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Thu Oct 15 2015 Kalev Lember - 0.36.5-1 - Update to 0.36.5 - Use license macro for COPYING From caa129c6a4de12a9609d05527826efbf053bd69a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:12:50 +0000 Subject: [PATCH 07/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- vte3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vte3.spec b/vte3.spec index aa93936..787aff2 100644 --- a/vte3.spec +++ b/vte3.spec @@ -2,7 +2,7 @@ Name: vte3 Version: 0.36.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Terminal emulator library License: LGPLv2+ Group: User Interface/X @@ -92,6 +92,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 0.36.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 0.36.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From c623fcd8963e4903c296f4265d1e209f6d0b4212 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 21:27:01 +0000 Subject: [PATCH 08/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- vte3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vte3.spec b/vte3.spec index 787aff2..3092f0b 100644 --- a/vte3.spec +++ b/vte3.spec @@ -2,7 +2,7 @@ Name: vte3 Version: 0.36.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Terminal emulator library License: LGPLv2+ Group: User Interface/X @@ -92,6 +92,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 0.36.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 0.36.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From fc81c28b0aef8e1f6761fab7adfdf46f374c3e23 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 10:09:34 +0000 Subject: [PATCH 09/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- vte3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vte3.spec b/vte3.spec index 3092f0b..25c9e63 100644 --- a/vte3.spec +++ b/vte3.spec @@ -2,7 +2,7 @@ Name: vte3 Version: 0.36.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Terminal emulator library License: LGPLv2+ Group: User Interface/X @@ -92,6 +92,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 0.36.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 0.36.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From c109edeed56b2cf6ab83b98fbd877fcc332a8174 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 20:41:55 +0000 Subject: [PATCH 10/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vte3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vte3.spec b/vte3.spec index 25c9e63..b725d21 100644 --- a/vte3.spec +++ b/vte3.spec @@ -2,7 +2,7 @@ Name: vte3 Version: 0.36.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Terminal emulator library License: LGPLv2+ Group: User Interface/X @@ -92,6 +92,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 0.36.5-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 0.36.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 0249b0776bf6e86062d32d1fe06c4685158d3f7d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:40:39 +0000 Subject: [PATCH 11/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vte3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vte3.spec b/vte3.spec index b725d21..5b9a1ce 100644 --- a/vte3.spec +++ b/vte3.spec @@ -2,7 +2,7 @@ Name: vte3 Version: 0.36.5 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Terminal emulator library License: LGPLv2+ Group: User Interface/X @@ -92,6 +92,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 0.36.5-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 0.36.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 01cda3298572cf867b0417d716e413d44208b4ae Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 13 Aug 2018 09:40:43 +0200 Subject: [PATCH 12/12] Retire vte3 now that all dependencies have been ported to newer vte291. --- .gitignore | 37 --- ...y-show-the-cursor-on-motion-if-moved.patch | 39 --- dead.package | 1 + sources | 1 - vte3.spec | 292 ------------------ 5 files changed, 1 insertion(+), 369 deletions(-) delete mode 100644 .gitignore delete mode 100644 0001-widget-Only-show-the-cursor-on-motion-if-moved.patch create mode 100644 dead.package delete mode 100644 sources delete mode 100644 vte3.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index cfb431e..0000000 --- a/.gitignore +++ /dev/null @@ -1,37 +0,0 @@ -/vte-0.27.0.tar.bz2 -/vte-0.27.2-gitd512516.tar.bz2 -/vte-0.27.2.tar.bz2 -/vte-0.27.3.tar.bz2 -/vte-0.27.4.tar.bz2 -/vte-0.27.5.tar.bz2 -/vte-0.27.90.tar.bz2 -/vte-0.28.0.tar.bz2 -/vte-0.28.1.tar.xz -/vte-0.29.1.tar.xz -/vte-0.30.0.tar.xz -/vte-0.30.1.tar.xz -/vte-0.31.0.tar.xz -/vte-0.32.0.tar.xz -/vte-0.32.1.tar.xz -/vte-0.32.2.tar.xz -/vte-0.33.90.tar.xz -/vte-0.34.0.tar.xz -/vte-0.34.1.tar.xz -/vte-0.34.2.tar.xz -/vte-0.34.3.tar.xz -/vte-0.34.4.tar.xz -/vte-0.34.5.tar.xz -/vte-0.34.6.tar.xz -/vte-0.34.7.tar.xz -/vte-0.34.8.tar.xz -/vte-0.34.9.tar.xz -/vte-0.35.0.tar.xz -/vte-0.35.1.tar.xz -/vte-0.35.2.tar.xz -/vte-0.35.90.tar.xz -/vte-0.36.0.tar.xz -/vte-0.36.1.tar.xz -/vte-0.36.2.tar.xz -/vte-0.36.3.tar.xz -/vte-0.36.4.tar.xz -/vte-0.36.5.tar.xz diff --git a/0001-widget-Only-show-the-cursor-on-motion-if-moved.patch b/0001-widget-Only-show-the-cursor-on-motion-if-moved.patch deleted file mode 100644 index 6195e27..0000000 --- a/0001-widget-Only-show-the-cursor-on-motion-if-moved.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 9077ef68bebee9a22d836a00af72aa02d5628ed4 Mon Sep 17 00:00:00 2001 -From: Bastien Nocera -Date: Fri, 16 Nov 2012 16:18:05 +0100 -Subject: [PATCH] widget: Only show the cursor on motion if moved - -Some devices, like Wacom tablets, will emit mouse motion -events even when the mouse doesn't move on the tablet. This -means that the mouse cursor will show up on the screen very shortly -after hiding. - -We now check the motion event against the last location of the -mouse cursor to avoid this behaviour. - -https://bugzilla.gnome.org/show_bug.cgi?id=688456 ---- - src/vte.c | 7 +++++-- - 1 file changed, 5 insertions(+), 2 deletions(-) - -diff --git a/src/vte.c b/src/vte.c -index bbe6cf6..c5922e6 100644 ---- a/src/vte.c -+++ b/src/vte.c -@@ -7294,8 +7294,11 @@ vte_terminal_motion_notify(GtkWidget *widget, GdkEventMotion *event) - } else { - /* Hilite any matches. */ - vte_terminal_match_hilite(terminal, x, y); -- /* Show the cursor. */ -- _vte_terminal_set_pointer_visible(terminal, TRUE); -+ /* Show the cursor if we moved. */ -+ if (event->type != GDK_MOTION_NOTIFY || -+ x != terminal->pvt->mouse_last_x || -+ y != terminal->pvt->mouse_last_y) -+ _vte_terminal_set_pointer_visible(terminal, TRUE); - } - - switch (event->type) { --- -1.8.0 - diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..6a2e77e --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Retire vte3 now that all dependencies have been ported to newer vte291. diff --git a/sources b/sources deleted file mode 100644 index 6353acd..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -96f102ef9e178b6238edcfdb1fa9dbcc vte-0.36.5.tar.xz diff --git a/vte3.spec b/vte3.spec deleted file mode 100644 index 5b9a1ce..0000000 --- a/vte3.spec +++ /dev/null @@ -1,292 +0,0 @@ -%global apiver 2.90 - -Name: vte3 -Version: 0.36.5 -Release: 7%{?dist} -Summary: Terminal emulator library -License: LGPLv2+ -Group: User Interface/X -URL: http://www.gnome.org/ -#VCS: git:git://git.gnome.org/vte -Source: http://download.gnome.org/sources/vte/0.36/vte-%{version}.tar.xz -# https://bugzilla.gnome.org/show_bug.cgi?id=688456 -Patch2: 0001-widget-Only-show-the-cursor-on-motion-if-moved.patch - -BuildRequires: gtk3-devel >= 3.0.0 -BuildRequires: ncurses-devel -BuildRequires: gettext -BuildRequires: libXt-devel -BuildRequires: intltool -BuildRequires: gobject-introspection-devel - -# initscripts creates the utmp group -Requires: initscripts -Requires: vte-profile - -%description -VTE is a library implementing a terminal emulator widget for GTK+. VTE -is mainly used in gnome-terminal, but can also be used to embed a -console/terminal in games, editors, IDEs, etc. - -VTE supports Unicode and character set conversion, as well as emulating -any terminal known to the system's terminfo database. - -%package devel -Summary: Development files for %{name} -Group: Development/Libraries -Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: ncurses-devel%{?_isa} - -%description devel -The %{name}-devel package contains libraries and header files for -developing applications that use %{name}. - -%prep -%setup -q -n vte-%{version} -%patch2 -p1 -b .motion - -%build -CFLAGS="%optflags -fPIE -DPIE" \ -CXXFLAGS="$CFLAGS" \ -LDFLAGS="$LDFLAGS -Wl,-z,relro -Wl,-z,now -pie" \ -%configure \ - --enable-shared \ - --disable-static \ - --with-gtk=3.0 \ - --libexecdir=%{_libdir}/vte-%{apiver} \ - --without-glX \ - --disable-gtk-doc \ - --enable-introspection -make %{?_smp_mflags} V=1 - -%install -make install DESTDIR=$RPM_BUILD_ROOT - -# Remove the vte.sh built here and use the one from the vte-profile package -# instead. -rm -f $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/vte.sh - -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la - -%find_lang vte-%{apiver} - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - -%files -f vte-%{apiver}.lang -%license COPYING -%doc NEWS README -%{_libdir}/*.so.* -%dir %{_libdir}/vte-%{apiver} -%attr(2711,root,utmp) %{_libdir}/vte-%{apiver}/gnome-pty-helper -%{_libdir}/girepository-1.0 - -%files devel -%{_includedir}/* -%{_libdir}/*.so -%{_libdir}/pkgconfig/* -%{_bindir}/vte2_90 -%doc %{_datadir}/gtk-doc/ -%{_datadir}/gir-1.0 - - -%changelog -* Sat Jul 14 2018 Fedora Release Engineering - 0.36.5-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 0.36.5-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 0.36.5-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.36.5-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.36.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 0.36.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Thu Oct 15 2015 Kalev Lember - 0.36.5-1 -- Update to 0.36.5 -- Use license macro for COPYING - -* Fri Jun 19 2015 Fedora Release Engineering - 0.36.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Tue Apr 14 2015 Kalev Lember - 0.36.4-1 -- Update to 0.36.4 - -* Mon Aug 18 2014 Fedora Release Engineering - 0.36.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Tue Jul 22 2014 Kalev Lember - 0.36.3-2 -- Rebuilt for gobject-introspection 1.41.4 - -* Tue Jun 24 2014 Richard Hughes - 0.36.3-1 -- Update to 0.36.3 - -* Tue Jun 10 2014 Richard Hughes - 0.36.2-1 -- Update to 0.36.2 - -* Sun Jun 08 2014 Fedora Release Engineering - 0.36.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Wed May 07 2014 Kalev Lember - 0.36.1-3 -- Use vte.sh from the vte-profile package - -* Wed May 07 2014 Kalev Lember - 0.36.1-2 -- Minor packaging cleanups -- Own the gtk-doc directory -- Update description -- Use parallel make - -* Sat Apr 26 2014 Kalev Lember - 0.36.1-1 -- Update to 0.36.1 - -* Sat Apr 05 2014 Kalev Lember - 0.36.0-2 -- Tighten -devel deps - -* Mon Mar 24 2014 Richard Hughes - 0.36.0-1 -- Update to 0.36.0 - -* Tue Mar 18 2014 Richard Hughes - 0.35.90-1 -- Update to 0.35.90 - -* Wed Feb 19 2014 Richard Hughes - 0.35.2-1 -- Update to 0.35.2 - -* Mon Jan 13 2014 Richard Hughes - 0.35.1-1 -- Update to 0.35.1 - -* Tue Nov 19 2013 Richard Hughes - 0.35.0-1 -- Update to 0.35.0 - -* Tue Oct 29 2013 Richard Hughes - 0.34.9-1 -- Update to 0.34.9 - -* Wed Sep 18 2013 Kalev Lember - 0.34.8-1 -- Update to 0.34.8 - -* Sun Aug 04 2013 Fedora Release Engineering - 0.34.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Tue Jul 16 2013 Richard Hughes - 0.34.7-1 -- Update to 0.34.7 - -* Mon Jun 10 2013 Kalev Lember - 0.34.6-1 -- Update to 0.34.6 - -* Mon May 13 2013 Richard Hughes - 0.34.5-1 -- Update to 0.34.5 - -* Mon Apr 15 2013 Kalev Lember - 0.34.4-1 -- Update to 0.34.4 - -* Tue Mar 26 2013 Kalev Lember - 0.34.3-1 -- Update to 0.34.3 - -* Thu Jan 31 2013 Tomas Bzatek - 0.34.2-4 -- Enable verbose build -- Build with full RELRO and PIE for sgid gnome-pty-helper - -* Thu Nov 29 2012 Peter Robinson 0.34.2-3 -- Add patch to fix an introspection issue. Fixes RHBZ #881662 - -* Fri Nov 16 2012 Bastien Nocera 0.34.2-2 -- Only show the cursor on motion if moved - -* Tue Nov 13 2012 Kalev Lember - 0.34.2-1 -- Update to 0.34.2 - -* Tue Oct 16 2012 Kalev Lember - 0.34.1-1 -- Update to 0.34.1 - -* Tue Sep 18 2012 Kalev Lember - 0.34.0-1 -- Update to 0.34.0 -- Include /etc/profile.d/vte.sh - -* Wed Aug 22 2012 Richard Hughes - 0.33.90-1 -- Update to 0.33.90 - -* Fri Jul 27 2012 Fedora Release Engineering - 0.32.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Thu Jun 07 2012 Richard Hughes - 0.32.2-1 -- Update to 0.32.2 - -* Tue Apr 17 2012 Kalev Lember - 0.32.1-1 -- Update to 0.32.1 - -* Wed Mar 21 2012 Kalev Lember - 0.32.0-1 -- Update to 0.32.0 -- Dropped upstreamed vte-scroll-mask.patch - -* Wed Mar 07 2012 Kalev Lember - 0.31.0-4 -- Fix scrolling with latest gtk3 - -* Sat Jan 14 2012 Fedora Release Engineering - 0.31.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Dec 14 2011 Tomas Bzatek - 0.31.0-2 -- Fix problems with Alt<>Meta with recent gtk - -* Mon Nov 21 2011 Matthias Clasen - 0.31.0-1 -- Update to 0.31.0 - -* Wed Oct 26 2011 Fedora Release Engineering - 0.30.1-2 -- Rebuilt for glibc bug#747377 - -* Tue Oct 18 2011 Matthias Clasen - 0.30.1-1 -- Update to 0.30.1 - -* Tue Sep 27 2011 Ray - 0.30.0-1 -- Update to 0.30.0 - -* Wed Aug 31 2011 Matthias Clasen - 0.29.1-1 -- Update to 0.29.1 - -* Thu Jun 16 2011 Tomas Bzatek - 0.28.1-1 -- Update to 0.28.1 - -* Mon Apr 4 2011 Matthias Clasen 0.28.0-1 -- Update to 0.28.0 - -* Thu Feb 24 2011 Matthias Clasen 0.27.90-2 -- Enable introspection - -* Tue Feb 22 2011 Matthias Clasen 0.27.90-1 -- Update to 0.27.90 - -* Thu Feb 10 2011 Matthias Clasen 0.27.5-3 -- Rebuild against newer gtk - -* Mon Feb 07 2011 Fedora Release Engineering - 0.27.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Wed Feb 2 2011 Matthias Clasen 0.27.5-1 -- 0.27.5 - -* Fri Jan 14 2011 Matthias Clasen 0.27.4-2 -- Stop shrinking-terminal disease - -* Tue Jan 11 2011 Matthias Clasen 0.27.4-1 -- Update to 0.27.4 - -* Fri Jan 7 2011 Matthias Clasen 0.27.3-1 -- Update to 0.27.3 - -* Fri Dec 3 2010 Matthias Clasen 0.27.2-2 -- Rebuild against new gtk - -* Thu Nov 11 2010 Matthias Clasen 0.27.2-1 -- Update to 0.27.2 - -* Mon Nov 1 2010 Matthias Clasen 0.27.2-0.1.git512516 -- Git snapshot that builds with recent gtk3 - -* Mon Oct 4 2010 Matthias Clasen 0.27.0-1 -- Initial packaging