diff --git a/webkit2gtk3.changes b/webkit2gtk3.changes index beaf892..efc3e56 100644 --- a/webkit2gtk3.changes +++ b/webkit2gtk3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 19 19:52:23 UTC 2019 - mgorse@suse.com + +- Disable openjpeg on SLE 12. Our version isn't new enough. + ------------------------------------------------------------------- Wed Mar 13 13:40:11 UTC 2019 - Bjørn Lie @@ -9,6 +14,7 @@ Wed Mar 13 13:40:11 UTC 2019 - Bjørn Lie + Support for JPEG2000 images. + Script dialogs are now modal to the current web view only. + New API to convert URI to format for display. + + Security fixes: CVE-2019-8375 (boo#1126768). ------------------------------------------------------------------- Wed Mar 6 16:25:48 UTC 2019 - Bjørn Lie diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index 90bd5b7..79e6110 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -75,8 +75,10 @@ BuildRequires: hyphen-devel BuildRequires: libicu-devel BuildRequires: libjpeg-devel BuildRequires: ninja +%if 0%{?suse_version} >= 1500 BuildRequires: openjpeg2 BuildRequires: openjpeg2-devel +%endif BuildRequires: perl >= 5.10.0 BuildRequires: pkgconfig BuildRequires: ruby >= 1.8.7 @@ -329,6 +331,7 @@ export PYTHON=%{_bindir}/python3 -DCMAKE_CXX_COMPILER=g++-7 \ -DENABLE_WEB_CRYPTO=OFF \ -DUSE_GSTREAMER_GL=false \ + -DUSE_OPENJPEG=false \ %endif %if 0%{?suse_version} <= 1500 -DUSE_WOFF2=false \