Update to 2.44.2
Resolves: RHEL-32578
This commit is contained in:
parent
1319a525ab
commit
1d7fe8a3f0
2
.gitignore
vendored
2
.gitignore
vendored
@ -139,3 +139,5 @@
|
|||||||
/webkitgtk-2.42.5.tar.xz.asc
|
/webkitgtk-2.42.5.tar.xz.asc
|
||||||
/webkitgtk-2.44.1.tar.xz
|
/webkitgtk-2.44.1.tar.xz
|
||||||
/webkitgtk-2.44.1.tar.xz.asc
|
/webkitgtk-2.44.1.tar.xz.asc
|
||||||
|
/webkitgtk-2.44.2.tar.xz
|
||||||
|
/webkitgtk-2.44.2.tar.xz.asc
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (webkitgtk-2.44.1.tar.xz) = b1752303f9ee38ef98c1e5c0cad001d389eaedbbf07d13fed8699104e6e311cb47a9bed7089868cb92c53d2777aaff441147353da13123d5c8eee4adf8709169
|
SHA512 (webkitgtk-2.44.2.tar.xz) = b7eb85c1695b7240285fd467443829c94b0c015fba9953a6e370d2195a3e3afab951bab279c922e7499ba7ca150949f3c1126b6100b30b08bef3338f84f08ac5
|
||||||
SHA512 (webkitgtk-2.44.1.tar.xz.asc) = 2d2ab4a903ff3e8eeb128b2e7a182d073fc12e14d4b8f2668aaafc638f194e2fa3cf707c040f679f320636c1398dd11df2b6e2941dd3580b8032ea30b604c711
|
SHA512 (webkitgtk-2.44.2.tar.xz.asc) = b0115b9c0d521d8382d5001876c45960a4f34a501cdf4db0337d07e9ae5bd3d9158da185806a959803f4902112afafaac11c7fbca4fe0ceba86241954304c46d
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: webkit2gtk3
|
Name: webkit2gtk3
|
||||||
Version: 2.44.1
|
Version: 2.44.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: GTK Web content engine library
|
Summary: GTK Web content engine library
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ Source0: https://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
|
|||||||
Source1: https://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz.asc
|
Source1: https://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz.asc
|
||||||
# Use the keys from https://webkitgtk.org/verifying.html
|
# Use the keys from https://webkitgtk.org/verifying.html
|
||||||
# $ gpg --import aperez.key carlosgc.key
|
# $ gpg --import aperez.key carlosgc.key
|
||||||
# $ gpg --export --export-options export-minimal D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B > webkitgtk-keys.gpg
|
# $ gpg --export --export-options export-minimal 013A0127AC9C65B34FFA62526C1009B693975393 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B > webkitgtk-keys.gpg
|
||||||
Source2: webkitgtk-keys.gpg
|
Source2: webkitgtk-keys.gpg
|
||||||
|
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -294,6 +294,10 @@ export NINJA_STATUS="[%f/%t][%e] "
|
|||||||
%{_datadir}/gir-1.0/JavaScriptCore-4.0.gir
|
%{_datadir}/gir-1.0/JavaScriptCore-4.0.gir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 16 2024 Michael Catanzaro <mcatanzaro@redhat.com> - 2.44.2-1
|
||||||
|
- Update to 2.44.2
|
||||||
|
Resolves: RHEL-32578
|
||||||
|
|
||||||
* Thu Apr 11 2024 Michael Catanzaro <mcatanzaro@redhat.com> - 2.44.1-1
|
* Thu Apr 11 2024 Michael Catanzaro <mcatanzaro@redhat.com> - 2.44.1-1
|
||||||
- Update to 2.44.1
|
- Update to 2.44.1
|
||||||
Resolves: RHEL-32578
|
Resolves: RHEL-32578
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user