|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
|
|
|
|
|
Name: webkit2gtk3
|
|
|
|
|
Version: 2.38.5
|
|
|
|
|
Release: 1%{?dist}.2
|
|
|
|
|
Release: 1%{?dist}.3
|
|
|
|
|
Summary: GTK Web content engine library
|
|
|
|
|
|
|
|
|
|
License: LGPLv2
|
|
|
|
@ -211,6 +211,7 @@ rm -rf Source/ThirdParty/qunit/
|
|
|
|
|
-GNinja \
|
|
|
|
|
-DPORT=GTK \
|
|
|
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
|
|
|
-DENABLE_JIT=OFF \
|
|
|
|
|
-DUSE_SOUP2=ON \
|
|
|
|
|
-DENABLE_DOCUMENTATION=OFF \
|
|
|
|
|
%if !0%{?with_gamepad}
|
|
|
|
@ -294,6 +295,11 @@ export NINJA_STATUS="[%f/%t][%e] "
|
|
|
|
|
%{_datadir}/gir-1.0/JavaScriptCore-4.0.gir
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jul 11 2023 Michael Catanzaro <mcatanzaro@redhat.com> - 2.38.5-1.3
|
|
|
|
|
- Disable JIT
|
|
|
|
|
Resolves: #2218792
|
|
|
|
|
Resolves: #2218802
|
|
|
|
|
|
|
|
|
|
* Thu May 25 2023 Michael Catanzaro <mcatanzaro@redhat.com> - 2.38.5-1.2
|
|
|
|
|
- Add patch for CVE-2023-28204
|
|
|
|
|
Resolves: #2209747
|
|
|
|
|