diff --git a/.gitignore b/.gitignore index 34fb6e6..ac1807b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /vte-0.43.1.tar.xz /vte-0.43.2.tar.xz /vte-0.43.90.tar.xz +/vte-0.43.91.tar.xz diff --git a/sources b/sources index 3b0912b..ad9efc5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -97a18281ab1364c644611da23704daa5 vte-0.43.90.tar.xz +d2f096650929182f4c4dc11c2434e44f vte-0.43.91.tar.xz diff --git a/vte291-command-notify.patch b/vte291-command-notify.patch index e9d1751..ff9f483 100644 --- a/vte291-command-notify.patch +++ b/vte291-command-notify.patch @@ -1,4 +1,4 @@ -From 92cc94a5592f29d033c7bb9e92ce00007a4cfae3 Mon Sep 17 00:00:00 2001 +From 63ebfacfb790788c8ec6e3bec83c901360365eb0 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 7 Jan 2015 16:01:00 +0100 Subject: [PATCH 1/3] emulation: Add sequences and signals for desktop @@ -62,10 +62,10 @@ index 0276422ec6d4..2c35c685930a 100644 VOID:STRING,UINT VOID:UINT,UINT diff --git a/src/vte.cc b/src/vte.cc -index 97e8782ea5ec..0bd3a888bcb5 100644 +index 0b44c9a2ecda..c8fc7bd2d783 100644 --- a/src/vte.cc +++ b/src/vte.cc -@@ -8506,6 +8506,9 @@ VteTerminalPrivate::~VteTerminalPrivate() +@@ -8513,6 +8513,9 @@ VteTerminalPrivate::~VteTerminalPrivate() remove_update_timeout(this); @@ -75,7 +75,7 @@ index 97e8782ea5ec..0bd3a888bcb5 100644 /* discard title updates */ g_free(m_window_title); g_free(m_window_title_changed); -@@ -10540,6 +10543,15 @@ VteTerminalPrivate::emit_pending_signals() +@@ -10547,6 +10550,15 @@ VteTerminalPrivate::emit_pending_signals() emit_adjustment_changed(); @@ -164,10 +164,10 @@ index 5fd8c1161538..d28c72ff5adb 100644 COPY_CLIPBOARD, PASTE_CLIPBOARD, diff --git a/src/vteinternal.hh b/src/vteinternal.hh -index 04edeeb8cce5..6659f2cc86f1 100644 +index 696750b585f0..cb57a60c4e7e 100644 --- a/src/vteinternal.hh +++ b/src/vteinternal.hh -@@ -512,6 +512,11 @@ public: +@@ -513,6 +513,11 @@ public: gboolean m_cursor_moved_pending; gboolean m_contents_changed_pending; @@ -293,7 +293,7 @@ index 1a646029abbe..53ce98332e43 100644 2.5.0 -From 48c5e5d1ece9f94040950132d2afa7c66a8909b5 Mon Sep 17 00:00:00 2001 +From 38d37a1d2426a08a7a83fc09705b006e88d156ed Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 29 Jan 2015 13:09:17 +0100 Subject: [PATCH 2/3] vte.sh: Emit OSC 777 from PROMPT_COMMAND @@ -324,7 +324,7 @@ index 2d211caa2f17..1c0543bd9d26 100644 2.5.0 -From dfec74c9f4def771a0708b99a9cc36e3e8a8a814 Mon Sep 17 00:00:00 2001 +From 8ec45285ea80100a3fc6fe1b61fa6eb247640e3c Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 22 Jan 2015 16:37:10 +0100 Subject: [PATCH 3/3] vteapp: Add a test for the notification-received signal diff --git a/vte291.spec b/vte291.spec index 98caa8e..97bd789 100644 --- a/vte291.spec +++ b/vte291.spec @@ -1,7 +1,7 @@ %global apiver 2.91 Name: vte291 -Version: 0.43.90 +Version: 0.43.91 Release: 1%{?dist} Summary: Terminal emulator library @@ -14,7 +14,6 @@ Patch100: vte291-command-notify.patch BuildRequires: gettext BuildRequires: pkgconfig(gnutls) -BuildRequires: pkgconfig(libpcre2-8) >= 10.00 BuildRequires: gobject-introspection-devel BuildRequires: gperf BuildRequires: pkgconfig(gtk+-3.0) @@ -97,6 +96,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_sysconfdir}/profile.d/vte.sh %changelog +* Tue Mar 01 2016 Debarshi Ray - 0.43.91-1 +- Update to 0.43.91 +- Remove BuildRequires on pkgconfig(libpcre2-8) + * Tue Mar 01 2016 Debarshi Ray - 0.43.90-1 - Update to 0.43.90