Update to 2.40.4

Related: #2176270
This commit is contained in:
Michael Catanzaro 2023-07-21 08:47:44 -05:00
parent eb743d5862
commit 497b95a184
3 changed files with 10 additions and 4 deletions

2
.gitignore vendored
View File

@ -121,3 +121,5 @@
/webkitgtk-2.40.2.tar.xz.asc
/webkitgtk-2.40.3.tar.xz
/webkitgtk-2.40.3.tar.xz.asc
/webkitgtk-2.40.4.tar.xz
/webkitgtk-2.40.4.tar.xz.asc

View File

@ -1,2 +1,2 @@
SHA512 (webkitgtk-2.40.3.tar.xz) = 2b10d36427c6cf44c66bb9ddb166363dfc34e23c9b6095eb457d61514298103487a7e80096ead9e653da1b4c0db42613c3a83aa28b19298ec62f50da289eb42e
SHA512 (webkitgtk-2.40.3.tar.xz.asc) = 13b0cd6e6fb9555e138d8933272557548438693ae2e4330510d90a69965c12c3d2ba630b913fd630d5fb7d563256fb9ba795c5ca1d82648a55592f7af23cd0ab
SHA512 (webkitgtk-2.40.4.tar.xz) = 3b9118f81d463d4d19d217abd0c4e109a159785bc5effe93188f62bca71f2d3124b232c969710ed958c58519b62cf2753bbdfbd2396e6200cc623a3343cdfc44
SHA512 (webkitgtk-2.40.4.tar.xz.asc) = 53e08ef656e9cf81d7988dd2b4b4eab4719d5ebff44f38b7691c297456b4425042db7d38e9c3769fa5f8a9bd59992712d2d9b6cf0a27a50fb0f6fe4b1673f81b

View File

@ -11,8 +11,8 @@
%endif
Name: webkit2gtk3
Version: 2.40.3
Release: 2%{?dist}
Version: 2.40.4
Release: 1%{?dist}
Summary: GTK Web content engine library
License: LGPLv2
@ -291,6 +291,10 @@ export NINJA_STATUS="[%f/%t][%e] "
%{_datadir}/gir-1.0/JavaScriptCore-4.0.gir
%changelog
* Fri Jul 21 2023 Michael Catanzaro <mcatanzaro@redhat.com> - 2.40.4-1
- Update to 2.40.4
Related: #2176270
* Tue Jul 11 2023 Michael Catanzaro <mcatanzaro@redhat.com> - 2.40.3-2
- Disable JIT
Related: #2176270