From 12b6e723060b60ad53474f8c8ef2bf1cb04cf87a Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 21 Sep 2023 19:32:32 +0200 Subject: [PATCH] - updated to 0.74.0 --- vte-wordsep.patch | 8 ++++---- vte.spec | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/vte-wordsep.patch b/vte-wordsep.patch index ed0775b..0fe27dd 100644 --- a/vte-wordsep.patch +++ b/vte-wordsep.patch @@ -1,8 +1,8 @@ ---- 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; +--- vte-0.74.0/src/vte.cc.orig 2023-09-21 06:28:59.064532927 +0200 ++++ vte-0.74.0/src/vte.cc 2023-09-21 06:28:53.223547680 +0200 +@@ -98,7 +98,7 @@ static inline double round(double x) { } - #endif + #endif /* !HAVE_ROUND */ -#define WORD_CHAR_EXCEPTIONS_DEFAULT "-#%&+,./=?@\\_~\302\267"sv +#define WORD_CHAR_EXCEPTIONS_DEFAULT "-#%&+,./=?@:;\\_~\302\267"sv diff --git a/vte.spec b/vte.spec index c591175..5982424 100644 --- a/vte.spec +++ b/vte.spec @@ -8,13 +8,13 @@ Summary: VTE terminal widget library Summary(pl.UTF-8): Biblioteka z kontrolką terminala VTE Name: vte -Version: 0.72.2 -Release: 2 +Version: 0.74.0 +Release: 1 # some files have LGPL v2.1+ signature, but some LGPL v3+ License: LGPL v3+ (library), GPL v3+ (app) Group: X11/Libraries -Source0: https://download.gnome.org/sources/vte/0.72/%{name}-%{version}.tar.xz -# Source0-md5: 677e24f7a8dab11e20b1e1e195f1354f +Source0: https://download.gnome.org/sources/vte/0.74/%{name}-%{version}.tar.xz +# Source0-md5: ab2df0e0c0f197eb16eb4894bf8d2826 Patch0: %{name}-wordsep.patch URL: https://wiki.gnome.org/Apps/Terminal/VTE BuildRequires: cairo-gobject-devel -- 2.44.0