[packages/gtk-webkit4] - updated to 2.26.4 - removed obsolete icu65 patch

qboosh qboosh at pld-linux.org
Mon Mar 2 05:35:39 CET 2020


commit ada1775f7a99503d1409e20dbc3826e898881b0f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Mar 2 05:36:28 2020 +0100

    - updated to 2.26.4
    - removed obsolete icu65 patch

 gtk-webkit4-icu65.patch | 39 ---------------------------------------
 gtk-webkit4.spec        |  6 ++----
 2 files changed, 2 insertions(+), 43 deletions(-)
---
diff --git a/gtk-webkit4.spec b/gtk-webkit4.spec
index f5b30ba..23421d4 100644
--- a/gtk-webkit4.spec
+++ b/gtk-webkit4.spec
@@ -16,16 +16,15 @@ Summary:	Port of WebKit embeddable web component to GTK+ 3
 Summary(pl.UTF-8):	Port osadzalnego komponentu WWW WebKit do GTK+ 3
 Name:		gtk-webkit4
 # NOTE: 2.26.x is stable, 2.27.x devel (see DEVEL-2.27 branch)
-Version:	2.26.2
+Version:	2.26.4
 Release:	1
 License:	BSD-like
 Group:		X11/Libraries
 Source0:	https://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
-# Source0-md5:	65e06fe73ee166447894aaea95038e3b
+# Source0-md5:	60f881729f3b71244b7f6e58790073e0
 Patch0:		x32.patch
 Patch1:		%{name}-icu59.patch
 Patch2:		%{name}-gir.patch
-Patch3:		%{name}-icu65.patch
 URL:		https://webkitgtk.org/
 BuildRequires:	/usr/bin/ld.gold
 BuildRequires:	EGL-devel
@@ -168,7 +167,6 @@ Dokumentacja API WebKita.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 install -d build
diff --git a/gtk-webkit4-icu65.patch b/gtk-webkit4-icu65.patch
deleted file mode 100644
index e1d7f8a..0000000
--- a/gtk-webkit4-icu65.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff -urN webkitgtk-2.26.1.orig/Source/WebCore/dom/Document.cpp webkitgtk-2.26.1/Source/WebCore/dom/Document.cpp
---- webkitgtk-2.26.1.orig/Source/WebCore/dom/Document.cpp	2019-09-02 11:41:47.000000000 +0200
-+++ webkitgtk-2.26.1/Source/WebCore/dom/Document.cpp	2019-10-08 16:24:57.649551493 +0200
-@@ -4944,12 +4944,12 @@
-     unsigned i = 0;
- 
-     UChar32 c;
--    U16_NEXT(characters, i, length, c)
-+    U16_NEXT(characters, i, length, c);
-     if (!isValidNameStart(c))
-         return false;
- 
-     while (i < length) {
--        U16_NEXT(characters, i, length, c)
-+        U16_NEXT(characters, i, length, c);
-         if (!isValidNamePart(c))
-             return false;
-     }
-@@ -5009,7 +5009,7 @@
- 
-     for (unsigned i = 0; i < length; ) {
-         UChar32 c;
--        U16_NEXT(qualifiedName, i, length, c)
-+        U16_NEXT(qualifiedName, i, length, c);
-         if (c == ':') {
-             if (sawColon)
-                 return Exception { InvalidCharacterError };
-diff -urN webkitgtk-2.26.1.orig/Source/WTF/wtf/URLHelpers.cpp webkitgtk-2.26.1/Source/WTF/wtf/URLHelpers.cpp
---- webkitgtk-2.26.1.orig/Source/WTF/wtf/URLHelpers.cpp	2019-08-28 13:46:29.000000000 +0200
-+++ webkitgtk-2.26.1/Source/WTF/wtf/URLHelpers.cpp	2019-10-08 16:24:50.619850993 +0200
-@@ -301,7 +301,7 @@
-     Optional<UChar32> previousCodePoint;
-     while (i < length) {
-         UChar32 c;
--        U16_NEXT(buffer, i, length, c)
-+        U16_NEXT(buffer, i, length, c);
-         UErrorCode error = U_ZERO_ERROR;
-         UScriptCode script = uscript_getScript(c, &error);
-         if (error != U_ZERO_ERROR) {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtk-webkit4.git/commitdiff/ada1775f7a99503d1409e20dbc3826e898881b0f



More information about the pld-cvs-commit mailing list