diff --git a/.gitignore b/.gitignore index e029434..a050297 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /webkitgtk-2.43.3.tar.xz.asc /webkitgtk-2.43.4.tar.xz.asc /webkitgtk-2.44.0.tar.xz.asc +/webkitgtk-2.44.1.tar.xz.asc diff --git a/i686-build.patch b/i686-build.patch deleted file mode 100644 index 937221b..0000000 --- a/i686-build.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/Source/WebCore/platform/Timer.cpp b/Source/WebCore/platform/Timer.cpp -index 4f7c0f5c39ca..0f3734cca247 100644 ---- a/Source/WebCore/platform/Timer.cpp -+++ b/Source/WebCore/platform/Timer.cpp -@@ -263,7 +263,11 @@ struct SameSizeAsTimer { - - WeakPtr timerAlignment; - double times[2]; -- void* pointers[3]; -+ void* pointers[2]; -+#if CPU(ADDRESS32) -+ uint8_t bitfields; -+#endif -+ void* pointer; - }; - - static_assert(sizeof(Timer) == sizeof(SameSizeAsTimer), "Timer should stay small"); diff --git a/sources b/sources index 2a53c56..f6daeb0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (webkitgtk-2.44.0.tar.xz) = fb40fe1002b368ce5b498d9f5bf76c1f275156d5ee3b17339b682fcb4ebfd711c8c337ae9dbe90382a72d2a04d49cff23133fc318ec74cd81ae9c5d01c206d2a -SHA512 (webkitgtk-2.44.0.tar.xz.asc) = e4c3da75318de3e06e74f4f6fdeb24b2a6f36eb206da089c218d6b7891666b491089a7e20433889816de12bcd7359b69eb0c658dacd27a51098732ec933249f0 +SHA512 (webkitgtk-2.44.1.tar.xz) = b1752303f9ee38ef98c1e5c0cad001d389eaedbbf07d13fed8699104e6e311cb47a9bed7089868cb92c53d2777aaff441147353da13123d5c8eee4adf8709169 +SHA512 (webkitgtk-2.44.1.tar.xz.asc) = 2d2ab4a903ff3e8eeb128b2e7a182d073fc12e14d4b8f2668aaafc638f194e2fa3cf707c040f679f320636c1398dd11df2b6e2941dd3580b8032ea30b604c711 diff --git a/webkitgtk.spec b/webkitgtk.spec index 4797e2e..e241300 100644 --- a/webkitgtk.spec +++ b/webkitgtk.spec @@ -16,7 +16,7 @@ %bcond_without docs Name: webkitgtk -Version: 2.44.0 +Version: 2.44.1 Release: %autorelease Summary: GTK web content engine library @@ -54,9 +54,6 @@ Source1: https://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz.asc # $ gpg --export --export-options export-minimal D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B > webkitgtk-keys.gpg Source2: webkitgtk-keys.gpg -# https://bugs.webkit.org/show_bug.cgi?id=271108 -Patch: i686-build.patch - BuildRequires: bison BuildRequires: bubblewrap BuildRequires: cmake