From 9c0d765a24827344ccb3ec639a95a8ec4bc4e838490f8e807509593dcd6db6c0 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 30 Mar 2015 22:43:02 +0000 Subject: [PATCH] Accepting request 293260 from GNOME:Next - Change webkit2gtk-4_0-injected-bundles Recommends to Requires: apps fail to load webkit if the bunldes are not available. OBS-URL: https://build.opensuse.org/request/show/293260 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=25 --- webkit2gtk3.changes | 6 ++++++ webkit2gtk3.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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,