Update to 2.32.3

Related: #1947884
This commit is contained in:
Michael Catanzaro 2021-07-23 10:45:44 -05:00
parent d2cb4cedb2
commit 9882292d53
3 changed files with 10 additions and 4 deletions

2
.gitignore vendored
View File

@ -75,3 +75,5 @@
/webkitgtk-2.32.1.tar.xz.asc
/webkitgtk-2.32.2.tar.xz
/webkitgtk-2.32.2.tar.xz.asc
/webkitgtk-2.32.3.tar.xz
/webkitgtk-2.32.3.tar.xz.asc

View File

@ -1,2 +1,2 @@
SHA512 (webkitgtk-2.32.2.tar.xz) = ca131fef749e5d882cebcf71b4f865511a43fb60b41c917a8a98876dde108a71888e986e40217ff12a43fb395c147e7b6c7a262bc353269498f1dba33e3905f8
SHA512 (webkitgtk-2.32.2.tar.xz.asc) = 174e00358b007b2b3f0e7b27a0d23e7fab5023538de458107ccf597521b7e815ae3a6df22e9cf1053ab4247b3b784147ef9411b07c13c47bd2461e7ac008cd26
SHA512 (webkitgtk-2.32.3.tar.xz) = 473f89c6d56f6718e3e352a023d12188365b67cbe6535025205594729a10d792122275257b81ebe8e504a98814aa4e2a663616ffb13fea445df2b06929d89ebe
SHA512 (webkitgtk-2.32.3.tar.xz.asc) = d221f2834c7e4962c2751d3cc1d003e33ac70c380d22db520521536b96eb8837d6617c4e609fe9a08ec9f307d6ffbcc45907c59543231242004ab0e70f8107db

View File

@ -16,8 +16,8 @@
%bcond_without docs
Name: webkit2gtk3
Version: 2.32.2
Release: 2%{?dist}
Version: 2.32.3
Release: 1%{?dist}
Summary: GTK Web content engine library
License: LGPLv2
@ -309,6 +309,10 @@ export NINJA_STATUS="[%f/%t][%e] "
%endif
%changelog
* Fri Jul 23 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.32.3-1
- Update to 2.32.3
- Related: #1947884
* Fri Jul 16 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.32.2-2
- Add missing GStreamer recommends
Resolves: #1972375