Update to 2.40.5

Resolves: #2176269
This commit is contained in:
Michael Catanzaro 2023-08-01 10:17:46 -05:00
parent 9f372362f2
commit e7879d6956
3 changed files with 7 additions and 5 deletions

2
.gitignore vendored
View File

@ -59,3 +59,5 @@
/webkitgtk-2.38.5.tar.xz.asc
/webkitgtk-2.40.4.tar.xz
/webkitgtk-2.40.4.tar.xz.asc
/webkitgtk-2.40.5.tar.xz
/webkitgtk-2.40.5.tar.xz.asc

View File

@ -1,2 +1,2 @@
SHA512 (webkitgtk-2.40.4.tar.xz) = 3b9118f81d463d4d19d217abd0c4e109a159785bc5effe93188f62bca71f2d3124b232c969710ed958c58519b62cf2753bbdfbd2396e6200cc623a3343cdfc44
SHA512 (webkitgtk-2.40.4.tar.xz.asc) = 53e08ef656e9cf81d7988dd2b4b4eab4719d5ebff44f38b7691c297456b4425042db7d38e9c3769fa5f8a9bd59992712d2d9b6cf0a27a50fb0f6fe4b1673f81b
SHA512 (webkitgtk-2.40.5.tar.xz) = a8c9f04e971e0464ea39a5d1dacb6251a08c5a851def21bfeb990beebb82d1a2a97e7cfc65ae3ed1f6fe76ac6f6463b1f64a6a2a341d266c381710dd84c4082a
SHA512 (webkitgtk-2.40.5.tar.xz.asc) = f822f6d43158d4ce43cd1c533d6ec35b247b0ec1620332f59a6a1f2d571781b432a0dda73693154e0790bd58a1aeb1be31f3003a3d2affef7fbf93c6a907395c

View File

@ -6,7 +6,7 @@
cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g')
Name: webkit2gtk3
Version: 2.40.4
Version: 2.40.5
Release: 1%{?dist}
Summary: GTK Web content engine library
@ -293,8 +293,8 @@ export NINJA_STATUS="[%f/%t][%e] "
%{_datadir}/gir-1.0/JavaScriptCore-4.0.gir
%changelog
* Thu Jul 27 2023 Michael Catanzaro <mcatanzaro@redhat.com> - 2.40.4-1
- Upgrade to 2.40.4. Also, disable JIT
* Tue Aug 01 2023 Michael Catanzaro <mcatanzaro@redhat.com> - 2.40.5-1
- Upgrade to 2.40.5. Also, disable JIT
Resolves: #2176269
Resolves: #2185742
Resolves: #2209728