From 8e4d77e0af7365cbe7a70f308a45247ca081b584 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 22 Sep 2015 16:04:05 +0200 Subject: [PATCH] Update to 0.42.0 --- .gitignore | 1 + sources | 2 +- vte291.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3420df5..24ba8aa 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /vte-0.40.0.tar.xz /vte-0.40.2.tar.xz /vte-0.41.90.tar.xz +/vte-0.42.0.tar.xz diff --git a/sources b/sources index 9dfa449..292e56f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e82d00c389068b8da1176f6a38582820 vte-0.41.90.tar.xz +6dd98fd69b66508dcc2707bcdbdab93c vte-0.42.0.tar.xz diff --git a/vte291.spec b/vte291.spec index ec7c20f..5617eea 100644 --- a/vte291.spec +++ b/vte291.spec @@ -1,13 +1,13 @@ %global apiver 2.91 Name: vte291 -Version: 0.41.90 +Version: 0.42.0 Release: 1%{?dist} Summary: Terminal emulator library License: LGPLv2+ URL: http://www.gnome.org/ -Source0: http://download.gnome.org/sources/vte/0.40/vte-%{version}.tar.xz +Source0: http://download.gnome.org/sources/vte/0.42/vte-%{version}.tar.xz # https://bugzilla.gnome.org/show_bug.cgi?id=688456 Patch0: 0001-widget-Only-show-the-cursor-on-motion-if-moved.patch @@ -99,6 +99,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_sysconfdir}/profile.d/vte.sh %changelog +* Tue Sep 22 2015 Kalev Lember - 0.42.0-1 +- Update to 0.42.0 + * Mon Sep 14 2015 Debarshi Ray - 0.41.90-1 - Update to 0.41.90 - Rebased downstream patches after the migration to C++