]> git.pld-linux.org Git - packages/vte.git/commitdiff
Restore wordseps patch from gnome-terminal. Release 2 auto/th/vte-0.48.1-2
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 28 Mar 2017 20:31:45 +0000 (22:31 +0200)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 28 Mar 2017 20:31:45 +0000 (22:31 +0200)
vte-wordsep.patch [new file with mode: 0644]
vte.spec

diff --git a/vte-wordsep.patch b/vte-wordsep.patch
new file mode 100644 (file)
index 0000000..22eb53e
--- /dev/null
@@ -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))
index a3393aa66661f11b6e7a863c0a1996e8d0ccd02d..6cea19871209b95f49cb6bf70c8bacbdc34be11a 100644 (file)
--- 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}
This page took 0.119872 seconds and 4 git commands to generate.