parent
9bd8fe13ce
commit
5ebf76f9c2
2
.gitignore
vendored
2
.gitignore
vendored
@ -71,3 +71,5 @@
|
||||
/webkitgtk-2.31.91.tar.xz.asc
|
||||
/webkitgtk-2.32.0.tar.xz
|
||||
/webkitgtk-2.32.0.tar.xz.asc
|
||||
/webkitgtk-2.32.1.tar.xz
|
||||
/webkitgtk-2.32.1.tar.xz.asc
|
||||
|
@ -1,9 +0,0 @@
|
||||
Index: /Source/cmake/WebKitFeatures.cmake
|
||||
===================================================================
|
||||
--- /Source/cmake/WebKitFeatures.cmake (revision 277014)
|
||||
+++ /Source/cmake/WebKitFeatures.cmake (revision 277015)
|
||||
@@ -452,2 +452,4 @@
|
||||
option(ENABLE_EXPERIMENTAL_FEATURES "Enable experimental features" OFF)
|
||||
SET_AND_EXPOSE_TO_BUILD(ENABLE_EXPERIMENTAL_FEATURES ${ENABLE_EXPERIMENTAL_FEATURES})
|
||||
+
|
||||
+SET_AND_EXPOSE_TO_BUILD(USE_64KB_PAGE_BLOCK ${USE_64KB_PAGE_BLOCK})
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (webkitgtk-2.32.0.tar.xz) = 4832a4614be24481028ca8a6480a8e6cfacd8e22f5ba9f936703c09944550056f06f75ccf8fffa7dee3f5a1d11ab1870841407745be2e61ebad6557a0934db15
|
||||
SHA512 (webkitgtk-2.32.0.tar.xz.asc) = 0444f165a0438a6b089abe8ad29b26b0ae7fb8d27b8c1b7d76ec903336745334d13aae6748ae3ad53516c4936f16c0ba3e904572bcf3afe88161d61d09454015
|
||||
SHA512 (webkitgtk-2.32.1.tar.xz) = ff49522c585d3c5c9b88c4176673aebfdf7f2a127d7bc4007008a66c493476ae6551189865e4f0f330a7b332a438b6c951bf1a4c21cd0acf69b7051903d24843
|
||||
SHA512 (webkitgtk-2.32.1.tar.xz.asc) = 9b6ae4ccc3a1c487a49159d972373eb1de11679e93dec6db5271baac69732c7794a8bca77b03e8fe05895c5da6f7a547a2298ca1433c059de4c115030952b5fd
|
||||
|
@ -16,8 +16,8 @@
|
||||
%bcond_without docs
|
||||
|
||||
Name: webkit2gtk3
|
||||
Version: 2.32.0
|
||||
Release: 4%{?dist}
|
||||
Version: 2.32.1
|
||||
Release: 1%{?dist}
|
||||
Summary: GTK Web content engine library
|
||||
|
||||
License: LGPLv2
|
||||
@ -27,9 +27,6 @@ Source1: https://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz.asc
|
||||
# Created from http://hkps.pool.sks-keyservers.net/pks/lookup?op=get&search=0xF3D322D0EC4582C3
|
||||
Source2: https://people.gnome.org/~mcatanzaro/gpg-key-D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3.gpg
|
||||
|
||||
# https://bugs.webkit.org/show_bug.cgi?id=225393
|
||||
Patch0: fix-aarch64.patch
|
||||
|
||||
BuildRequires: bison
|
||||
BuildRequires: bubblewrap
|
||||
BuildRequires: cmake
|
||||
@ -309,6 +306,10 @@ export NINJA_STATUS="[%f/%t][%e] "
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue May 11 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.32.1-1
|
||||
- Update to 2.32.1
|
||||
Related: #1947884
|
||||
|
||||
* Wed May 05 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.32.0-4
|
||||
- Fix aarch64
|
||||
Resolves: #1957265
|
||||
|
Loading…
Reference in New Issue
Block a user