2018-09-28 17:33:29 +00:00
committed by Git OBS Bridge
parent 14d0f14266
commit 7d8680482b
2 changed files with 18 additions and 3 deletions

View File

@@ -184,6 +184,13 @@ Fri Jun 8 20:49:13 UTC 2018 - mgorse@suse.com
- Add webkit2gtk3-boo1095611-null-page-url.patch: don't crash if
the page URL is null (CVE-2018-11646).
-------------------------------------------------------------------
Mon May 14 20:59:33 UTC 2018 - bjorn.lie@gmail.com
- Split out the MiniBrowser in own sub-package, there might be
users who just want to test it without having to pull all of the
builddependencies.
-------------------------------------------------------------------
Tue May 8 15:48:15 UTC 2018 - schwab@suse.de

View File

@@ -260,6 +260,13 @@ jsc can be run in an interactive mode to test out JavaScript
expressions, or it can be passed one or more files to run similar to
invoking a Perl or Python script.
%package minibrowser
Summary: MiniBrowser from WebKit
Group: Development/Tools/Other
%description minibrowser
A small test browswer from webkit, useful for testing features.
%lang_package -n %{_pkgname_no_slpp}
%prep
@@ -329,9 +336,8 @@ make -j $max_link_jobs
# Exclude Gtk2 plugin support from this package. That goes into plugin-process-gtk2.
%exclude %{_libexecdir}/libwebkit2gtk%{_wk2sover}/WebKitPluginProcess2
%endif
# Exclude jsc - we package that on its own
# Exclude jsc and MiniBrowser - we package them on their own
%exclude %{_libexecdir}/libwebkit2gtk%{_wk2sover}/jsc
# Exclude MiniBrowser, we package that in devel
%exclude %{_libexecdir}/libwebkit2gtk%{_wk2sover}/MiniBrowser
%{_libexecdir}/libwebkit2gtk%{_wk2sover}/
%{_libdir}/libwebkit2gtk-4.0.so.*
@@ -368,11 +374,13 @@ make -j $max_link_jobs
%{_libdir}/pkgconfig/javascriptcoregtk-4.0.pc
%{_libdir}/pkgconfig/webkit2gtk-4.0.pc
%{_libdir}/pkgconfig/webkit2gtk-web-extension-4.0.pc
%{_libexecdir}/libwebkit2gtk%{_wk2sover}/MiniBrowser
%files -n webkit-jsc-%{_jscver}
%{_libexecdir}/libwebkit2gtk%{_wk2sover}/jsc
%files minibrowser
%{_libexecdir}/libwebkit2gtk%{_wk2sover}/MiniBrowser
%files -n %{_pkgname_no_slpp}-lang -f WebKit2GTK-4.0.lang
%changelog