]> git.pld-linux.org Git - packages/gtk-webkit4.git/commitdiff
- updated to 2.26.4 auto/th/gtk-webkit4-2.26.4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 2 Mar 2020 04:36:28 +0000 (05:36 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 2 Mar 2020 04:36:28 +0000 (05:36 +0100)
- removed obsolete icu65 patch

gtk-webkit4-icu65.patch [deleted file]
gtk-webkit4.spec

diff --git a/gtk-webkit4-icu65.patch b/gtk-webkit4-icu65.patch
deleted file mode 100644 (file)
index e1d7f8a..0000000
+++ /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) {
index f5b30ba6254c23885dcd35a1d274c3c7466be9f7..23421d4569e56156084680321f68950733d8bd9d 100644 (file)
@@ -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
This page took 0.665541 seconds and 4 git commands to generate.