diff --git a/webkit2gtk3.changes b/webkit2gtk3.changes index 9dcb0c8..f8e4c05 100644 --- a/webkit2gtk3.changes +++ b/webkit2gtk3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 26 12:44:51 UTC 2015 - dimstar@opensuse.org + +- Change webkit2gtk-4_0-injected-bundles Recommends to Requires: + apps fail to load webkit if the bunldes are not available. + ------------------------------------------------------------------- Mon Mar 23 13:06:25 UTC 2015 - dimstar@opensuse.org diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index 591de89..380bcc2 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -86,8 +86,8 @@ Summary: Library for rendering web content, GTK+ Port Group: System/Libraries Provides: %{_pkgname_no_slpp} = %{version} Recommends: %{_pkgname_no_slpp}-lang = %{version} -# Recommend the injected bundles -Recommends: webkit2gtk-4_0-injected-bundles +# Require the injected bundles. The bundles are dlopen()ed +Requires: webkit2gtk-4_0-injected-bundles %description -n libwebkit2gtk%{_wk2sover} WebKit is a web content engine, derived from KHTML and KJS from KDE,