Update to 2.34.5

Related: #1985041
This commit is contained in:
Michael Catanzaro 2022-02-09 08:40:51 -06:00
parent 90ddf6435c
commit d402c4eaad
3 changed files with 11 additions and 5 deletions

2
.gitignore vendored
View File

@ -85,3 +85,5 @@
/webkitgtk-2.34.2.tar.xz.asc
/webkitgtk-2.34.4.tar.xz
/webkitgtk-2.34.4.tar.xz.asc
/webkitgtk-2.34.5.tar.xz
/webkitgtk-2.34.5.tar.xz.asc

View File

@ -1,2 +1,2 @@
SHA512 (webkitgtk-2.34.4.tar.xz) = 1a511ac6cb83cb602ecd8a56b3f6d00668de7fca74fcd5c6ce09e36af38b41742edc0bf572780867376aa27dd67d3aa451155f71d04bcdd3cba02c1f4f014df7
SHA512 (webkitgtk-2.34.4.tar.xz.asc) = fac81168ac95c37bd547dc7222369448c483d7f1fc838bc2b0de50cd25e997c54bbe0b9a01a7fa1f8855bf3af1a492396ce28ab1980368c69ee355c6b640463b
SHA512 (webkitgtk-2.34.5.tar.xz) = a708e23bb6bcc6b281f1de35f4c56a5360b8212a3749d931f8a3c39402761f30d7524d0bddf4e6cfb1b2fc753df28853dceb476c432bac3c453e4b2123e7e9d5
SHA512 (webkitgtk-2.34.5.tar.xz.asc) = ce66a6f4c7872fe7861aa04e9be6d45a76a4d8caf37bad46cda91e270ceaaaf7d6f36a5ac04d87ca1f0566736c4a8cb244204ff2eaab6903394bceab223ef835

View File

@ -16,7 +16,7 @@
%bcond_without docs
Name: webkit2gtk3
Version: 2.34.4
Version: 2.34.5
Release: 1%{?dist}
Summary: GTK Web content engine library
@ -108,8 +108,8 @@ Requires: xdg-dbus-proxy
Recommends: geoclue2
# Needed for various GStreamer elements.
Requires: gstreamer1-plugins-bad-free
Requires: gstreamer1-plugins-good
Recommends: gstreamer1-plugins-bad-free
Recommends: gstreamer1-plugins-good
# If no xdg-desktop-portal backend is installed, many features will be broken
# inside the sandbox. In particular, the -gtk backend has to be installed for
@ -313,6 +313,10 @@ export NINJA_STATUS="[%f/%t][%e] "
%endif
%changelog
* Wed Feb 09 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 2.34.5-1
- Update to 2.34.5
Related: #1985041
* Fri Jan 21 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 2.34.4-1
- Update to 2.34.4
Related: #1985041