Update to 0.42.0

This commit is contained in:
Kalev Lember 2015-09-22 16:04:05 +02:00
parent a58925ccd4
commit 8e4d77e0af
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
e82d00c389068b8da1176f6a38582820 vte-0.41.90.tar.xz
6dd98fd69b66508dcc2707bcdbdab93c vte-0.42.0.tar.xz

View File

@ -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 <klember@redhat.com> - 0.42.0-1
- Update to 0.42.0
* Mon Sep 14 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.41.90-1
- Update to 0.41.90
- Rebased downstream patches after the migration to C++