Update to 0.43.2
This commit is contained in:
parent
b2dce51c87
commit
99a61b3cd1
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/vte-0.42.3.tar.xz
|
||||
/vte-0.43.0.tar.xz
|
||||
/vte-0.43.1.tar.xz
|
||||
/vte-0.43.2.tar.xz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
6b2f46ef762a831df076647960f5d949 vte-0.43.1.tar.xz
|
||||
4d31125ed1471ae79888d7dd883bf681 vte-0.43.2.tar.xz
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From 24d7703bbc57a2ee87c25b913c789eab51cb4164 Mon Sep 17 00:00:00 2001
|
||||
From a5b479c721fe6bb4001672ea5ee248642bdd86c8 Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Wed, 7 Jan 2015 16:01:00 +0100
|
||||
Subject: [PATCH 1/3] emulation: Add sequences and signals for desktop
|
||||
@ -199,7 +199,7 @@ index 4e2f3376d969..407139c37bfb 100644
|
||||
"set-current-file-uri", VTE_SEQUENCE_HANDLER(vte_sequence_handler_set_current_file_uri)
|
||||
+"send-notification", VTE_SEQUENCE_HANDLER(vte_sequence_handler_send_notification)
|
||||
diff --git a/src/vteseq.cc b/src/vteseq.cc
|
||||
index c859ee702ecb..712e65941a35 100644
|
||||
index d00fafba9449..45dabadc5fc3 100644
|
||||
--- a/src/vteseq.cc
|
||||
+++ b/src/vteseq.cc
|
||||
@@ -2335,6 +2335,96 @@ vte_sequence_handler_return_terminal_id (VteTerminalPrivate *that, GValueArray *
|
||||
@ -303,7 +303,7 @@ index c859ee702ecb..712e65941a35 100644
|
||||
2.5.0
|
||||
|
||||
|
||||
From 8e93abb1f7ccb2f6e22d5a977672f1092965572f Mon Sep 17 00:00:00 2001
|
||||
From 4689a888d297537d1e6b091967b5be8bd811811a Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Thu, 29 Jan 2015 13:09:17 +0100
|
||||
Subject: [PATCH 2/3] vte.sh: Emit OSC 777 from PROMPT_COMMAND
|
||||
@ -334,7 +334,7 @@ index 2d211caa2f17..1c0543bd9d26 100644
|
||||
2.5.0
|
||||
|
||||
|
||||
From c2bf8b93cf92374a72726af336a7069bcc732fbb Mon Sep 17 00:00:00 2001
|
||||
From b73e6a8055eb07d3c17e5fe84b692d45ca1428df Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Thu, 22 Jan 2015 16:37:10 +0100
|
||||
Subject: [PATCH 3/3] vteapp: Add a test for the notification-received signal
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%global apiver 2.91
|
||||
|
||||
Name: vte291
|
||||
Version: 0.43.1
|
||||
Version: 0.43.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Terminal emulator library
|
||||
|
||||
@ -97,6 +97,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%{_sysconfdir}/profile.d/vte.sh
|
||||
|
||||
%changelog
|
||||
* Fri Jan 29 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.43.2-1
|
||||
- Update to 0.43.2
|
||||
|
||||
* Fri Jan 29 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.43.1-1
|
||||
- Update to 0.43.1
|
||||
- Drop upstreamed patch
|
||||
|
||||
Loading…
Reference in New Issue
Block a user