From 964051a0ad83ee60f3407c28b304fbb949708183 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sun, 14 Sep 2014 12:28:32 +0200 Subject: [PATCH] Update to 0.38.0 --- .gitignore | 1 + sources | 2 +- vte291.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b09b5a5..32ac788 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /vte-0.37.1.tar.xz /vte-0.37.2.tar.xz /vte-0.37.90.tar.xz +/vte-0.38.0.tar.xz diff --git a/sources b/sources index b1b0cd6..f5a0db3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cd0da4d9b6faee9e63e1b878c065eca1 vte-0.37.90.tar.xz +b3990d89afecc4bf44ab011b26d562c4 vte-0.38.0.tar.xz diff --git a/vte291.spec b/vte291.spec index db4b2a0..b41ba75 100644 --- a/vte291.spec +++ b/vte291.spec @@ -1,13 +1,13 @@ %global apiver 2.91 Name: vte291 -Version: 0.37.90 +Version: 0.38.0 Release: 1%{?dist} Summary: Terminal emulator library License: LGPLv2+ URL: http://www.gnome.org/ -Source0: http://download.gnome.org/sources/vte/0.37/vte-%{version}.tar.xz +Source0: http://download.gnome.org/sources/vte/0.38/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 @@ -96,6 +96,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_sysconfdir}/profile.d/vte.sh %changelog +* Sun Sep 14 2014 Kalev Lember - 0.38.0-1 +- Update to 0.38.0 + * Mon Aug 18 2014 Kalev Lember - 0.37.90-1 - Update to 0.37.90