Hello community, here is the log from the commit of package gnome-documents for openSUSE:Factory checked in at 2013-04-19 10:48:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-documents (Old) and /work/SRC/openSUSE:Factory/.gnome-documents.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-documents", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-documents/gnome-documents.changes 2013-04-05 17:27:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-documents.new/gnome-documents.changes 2013-04-19 10:48:07.000000000 +0200 @@ -1,0 +2,6 @@ +Sat Apr 13 21:27:19 UTC 2013 - [email protected] + +- Add gnome-documents-WebKit-3.0.patch: Specify that we need + WebKit 3.0 (for typelib dependencies). + +------------------------------------------------------------------- New: ---- gnome-documents-WebKit-3.0.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-documents.spec ++++++ --- /var/tmp/diff_new_pack.f01DsJ/_old 2013-04-19 10:48:08.000000000 +0200 +++ /var/tmp/diff_new_pack.f01DsJ/_new 2013-04-19 10:48:08.000000000 +0200 @@ -24,6 +24,8 @@ Group: Productivity/Office/Other Url: http://www.gnome.org Source: http://download.gnome.org/sources/gnome-documents/3.8/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM gnome-documents-WebKit-3.0.patch bgo#697967 [email protected] -- Specify that we need WebKit 3.0 (for typelib dependencies) +Patch0: gnome-documents-WebKit-3.0.patch # For directory ownership BuildRequires: gnome-shell BuildRequires: intltool @@ -71,6 +73,7 @@ %lang_package %prep %setup -q +%patch0 -p1 translation-update-upstream %build ++++++ gnome-documents-WebKit-3.0.patch ++++++ >From 3f28c2cb31e9801c6436bdae979910e2e4eb929f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger <[email protected]> Date: Sat, 13 Apr 2013 23:25:08 +0200 Subject: [PATCH] main: specify import of WebKit 3.0 Knowing that this is a GTK+ 3.0 application, we are sure that we also require WebKit 3.0; Distributions with automatic dependency generation will profit from more reliable deps. --- src/application.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/application.js b/src/application.js index 83a984e..b9f6b82 100644 --- a/src/application.js +++ b/src/application.js @@ -32,6 +32,7 @@ imports.gi.versions.Tracker = '0.16'; imports.gi.versions.TrackerMiner = '0.16'; imports.gi.versions.EvinceDocument = '3.0'; imports.gi.versions.Goa = '1.0'; +imports.gi.versions.WebKit = '3.0'; const EvDoc = imports.gi.EvinceDocument; const GdPrivate = imports.gi.GdPrivate; -- 1.8.2.1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
