Update to 2.32.2

Related: #1947884

Also, switch aarch64 to 4 KB page size.
This commit is contained in:
Michael Catanzaro 2021-07-13 11:05:20 -05:00
parent 44053c4f0b
commit fad2f1458b
3 changed files with 10 additions and 8 deletions

2
.gitignore vendored
View File

@ -73,3 +73,5 @@
/webkitgtk-2.32.0.tar.xz.asc
/webkitgtk-2.32.1.tar.xz
/webkitgtk-2.32.1.tar.xz.asc
/webkitgtk-2.32.2.tar.xz
/webkitgtk-2.32.2.tar.xz.asc

View File

@ -1,2 +1,2 @@
SHA512 (webkitgtk-2.32.1.tar.xz) = ff49522c585d3c5c9b88c4176673aebfdf7f2a127d7bc4007008a66c493476ae6551189865e4f0f330a7b332a438b6c951bf1a4c21cd0acf69b7051903d24843
SHA512 (webkitgtk-2.32.1.tar.xz.asc) = 9b6ae4ccc3a1c487a49159d972373eb1de11679e93dec6db5271baac69732c7794a8bca77b03e8fe05895c5da6f7a547a2298ca1433c059de4c115030952b5fd
SHA512 (webkitgtk-2.32.2.tar.xz) = ca131fef749e5d882cebcf71b4f865511a43fb60b41c917a8a98876dde108a71888e986e40217ff12a43fb395c147e7b6c7a262bc353269498f1dba33e3905f8
SHA512 (webkitgtk-2.32.2.tar.xz.asc) = 174e00358b007b2b3f0e7b27a0d23e7fab5023538de458107ccf597521b7e815ae3a6df22e9cf1053ab4247b3b784147ef9411b07c13c47bd2461e7ac008cd26

View File

@ -16,7 +16,7 @@
%bcond_without docs
Name: webkit2gtk3
Version: 2.32.1
Version: 2.32.2
Release: 1%{?dist}
Summary: GTK Web content engine library
@ -220,11 +220,6 @@ rm -rf Source/ThirdParty/qunit/
%endif
%if 0%{?fedora}
-DUSER_AGENT_BRANDING="Fedora" \
%endif
%if 0%{?rhel}
%ifarch aarch64
-DUSE_64KB_PAGE_BLOCK=ON \
%endif
%endif
%{nil}
@ -306,6 +301,11 @@ export NINJA_STATUS="[%f/%t][%e] "
%endif
%changelog
* Tue Jul 13 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.32.2-1
- Update to 2.32.2
Related: #1947884
- Switch aarch64 to 4 KB page size
* Tue May 11 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.32.1-1
- Update to 2.32.1
Related: #1947884