Update to 2.44.1
This commit is contained in:
parent
bdb1395041
commit
cd903237fa
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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> 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");
|
4
sources
4
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user