From 5069f29268d5a14695a7606e2f7d08c8af2fbd37 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Wed, 24 Aug 2022 17:55:03 -0500 Subject: [PATCH] Update to 2.36.7 Related: #2061996 --- .gitignore | 2 ++ sources | 4 ++-- webkit2gtk3.spec | 6 +++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7c6941b..eebf9ef 100644 --- a/.gitignore +++ b/.gitignore @@ -101,3 +101,5 @@ /webkitgtk-2.36.5.tar.xz.asc /webkitgtk-2.36.6.tar.xz /webkitgtk-2.36.6.tar.xz.asc +/webkitgtk-2.36.7.tar.xz +/webkitgtk-2.36.7.tar.xz.asc diff --git a/sources b/sources index 24b40d0..524bda8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (webkitgtk-2.36.6.tar.xz) = 21e91d7b9a4af3b6c7eb7a8dd9fbbbd82c14d01a5cd6734c9476bcc6b81007dc622867f3c6cb1e5531a16c5abfe208f8540ca0a182fa02e274b46ebc4f9dd0d0 -SHA512 (webkitgtk-2.36.6.tar.xz.asc) = 61e6c71034a62b1db74309a58b5cc1c62d4fe7a67b7e0140bfee6a9d57165aa7dc2ed43db0dcada25a33a1e2c3db723f3ab6ffc150bc2cddb8a2e8a365f15f52 +SHA512 (webkitgtk-2.36.7.tar.xz) = e27975cf55b6be4cde2b34ed03fc717e6550dc495b444c781b3af0b32f7d580451de27ed41d74c6ff734b876118f22847096131168b0c8325031be84c1972888 +SHA512 (webkitgtk-2.36.7.tar.xz.asc) = bdf24c4d76f4524a7baa7a40a318d0f46c42a6e840b6f396b43b542ef75a6201ecfe7020265eea773fd684e74c5ce7657c59deb7f3f004e6482c413df6d479c6 diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index bae2c2c..2df65db 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -16,7 +16,7 @@ %bcond_without docs Name: webkit2gtk3 -Version: 2.36.6 +Version: 2.36.7 Release: 1%{?dist} Summary: GTK Web content engine library @@ -320,6 +320,10 @@ export NINJA_STATUS="[%f/%t][%e] " %endif %changelog +* Wed Aug 24 2022 Michael Catanzaro - 2.36.7-1 +- Update to 2.36.7 + Related: #2061996 + * Tue Aug 09 2022 Michael Catanzaro - 2.36.6-1 - Update to 2.36.6 Related: #2061996