From fad2f1458bccb68b90c441ce4dde799bb2ba6d8f Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Tue, 13 Jul 2021 11:05:20 -0500 Subject: [PATCH] Update to 2.32.2 Related: #1947884 Also, switch aarch64 to 4 KB page size. --- .gitignore | 2 ++ sources | 4 ++-- webkit2gtk3.spec | 12 ++++++------ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 9825767..85497a2 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 315ab8e..bb2648d 100644 --- a/sources +++ b/sources @@ -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 diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index 5f57837..d6d88d6 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -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 - 2.32.2-1 +- Update to 2.32.2 + Related: #1947884 +- Switch aarch64 to 4 KB page size + * Tue May 11 2021 Michael Catanzaro - 2.32.1-1 - Update to 2.32.1 Related: #1947884