[packages/vte] Restore wordseps patch from gnome-terminal. Release 2

megabajt megabajt at pld-linux.org
Tue Mar 28 22:33:15 CEST 2017


commit 8b6b627fa97ee2cf465ff9247baab4a6ce1101dd
Author: Marcin Banasiak <marcin.banasiak at gmail.com>
Date:   Tue Mar 28 22:31:45 2017 +0200

    Restore wordseps patch from gnome-terminal. Release 2

 vte-wordsep.patch | 11 +++++++++++
 vte.spec          |  4 +++-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/vte.spec b/vte.spec
index a3393aa..6cea198 100644
--- a/vte.spec
+++ b/vte.spec
@@ -6,11 +6,12 @@ Summary:	VTE terminal widget library
 Summary(pl.UTF-8):	Biblioteka z kontrolką terminala VTE
 Name:		vte
 Version:	0.48.1
-Release:	1
+Release:	2
 License:	LGPL v2.1+
 Group:		X11/Libraries
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/vte/0.48/%{name}-%{version}.tar.xz
 # Source0-md5:	de6dcb6af34ffe18763d17da3900fb20
+Patch0:		%{name}-wordsep.patch
 BuildRequires:	autoconf >= 2.63
 BuildRequires:	automake >= 1:1.9
 BuildRequires:	docbook-dtd412-xml
@@ -145,6 +146,7 @@ Dokumentacja API VTE (wersja dla GTK+ 3).
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__gtkdocize}
diff --git a/vte-wordsep.patch b/vte-wordsep.patch
new file mode 100644
index 0000000..22eb53e
--- /dev/null
+++ b/vte-wordsep.patch
@@ -0,0 +1,11 @@
+--- vte-0.48.1/src/vte.cc.wordsep	2017-03-28 22:00:28.568912081 +0200
++++ vte-0.48.1/src/vte.cc	2017-03-28 22:01:42.653878196 +0200
+@@ -94,7 +94,7 @@ typedef gunichar wint_t;
+ #define howmany(x, y) (((x) + ((y) - 1)) / (y))
+ #endif
+ 
+-#define WORD_CHAR_EXCEPTIONS_DEFAULT "-#%&+,./=?@\\_~\302\267"
++#define WORD_CHAR_EXCEPTIONS_DEFAULT "-#%&+,./=?@:;\\_~\302\267"
+ 
+ #define I_(string) (g_intern_static_string(string))
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vte.git/commitdiff/8b6b627fa97ee2cf465ff9247baab4a6ce1101dd



More information about the pld-cvs-commit mailing list