Accepting request 687897 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/687897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webkit2gtk3?expand=0&rev=76
This commit is contained in:
Dominique Leuenberger 2019-03-24 13:58:07 +00:00 committed by Git OBS Bridge
commit f72d16f1f6
2 changed files with 9 additions and 0 deletions

View File

@ -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 <bjorn.lie@gmail.com> Wed Mar 13 13:40:11 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
@ -9,6 +14,7 @@ Wed Mar 13 13:40:11 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
+ Support for JPEG2000 images. + Support for JPEG2000 images.
+ Script dialogs are now modal to the current web view only. + Script dialogs are now modal to the current web view only.
+ New API to convert URI to format for display. + 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 <bjorn.lie@gmail.com> Wed Mar 6 16:25:48 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -75,8 +75,10 @@ BuildRequires: hyphen-devel
BuildRequires: libicu-devel BuildRequires: libicu-devel
BuildRequires: libjpeg-devel BuildRequires: libjpeg-devel
BuildRequires: ninja BuildRequires: ninja
%if 0%{?suse_version} >= 1500
BuildRequires: openjpeg2 BuildRequires: openjpeg2
BuildRequires: openjpeg2-devel BuildRequires: openjpeg2-devel
%endif
BuildRequires: perl >= 5.10.0 BuildRequires: perl >= 5.10.0
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: ruby >= 1.8.7 BuildRequires: ruby >= 1.8.7
@ -329,6 +331,7 @@ export PYTHON=%{_bindir}/python3
-DCMAKE_CXX_COMPILER=g++-7 \ -DCMAKE_CXX_COMPILER=g++-7 \
-DENABLE_WEB_CRYPTO=OFF \ -DENABLE_WEB_CRYPTO=OFF \
-DUSE_GSTREAMER_GL=false \ -DUSE_GSTREAMER_GL=false \
-DUSE_OPENJPEG=false \
%endif %endif
%if 0%{?suse_version} <= 1500 %if 0%{?suse_version} <= 1500
-DUSE_WOFF2=false \ -DUSE_WOFF2=false \