Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package foliate for openSUSE:Factory checked 
in at 2021-11-12 15:59:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/foliate (Old)
 and      /work/SRC/openSUSE:Factory/.foliate.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "foliate"

Fri Nov 12 15:59:37 2021 rev:19 rq:931148 version:2.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/foliate/foliate.changes  2021-10-15 
23:04:53.514137172 +0200
+++ /work/SRC/openSUSE:Factory/.foliate.new.1890/foliate.changes        
2021-11-12 16:00:24.670596766 +0100
@@ -1,0 +2,6 @@
+Fri Nov 12 13:38:40 UTC 2021 - Dominique Leuenberger <[email protected]>
+
+- Add foliate-WebKit-version.patch: Fix launch if WebKit2-5.0
+  happens to be installed (boo#1192627).
+
+-------------------------------------------------------------------

New:
----
  foliate-WebKit-version.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ foliate.spec ++++++
--- /var/tmp/diff_new_pack.NQFeSk/_old  2021-11-12 16:00:25.230597025 +0100
+++ /var/tmp/diff_new_pack.NQFeSk/_new  2021-11-12 16:00:25.230597025 +0100
@@ -26,6 +26,8 @@
 Group:          Productivity/Office/Other
 URL:            https://johnfactotum.github.io/foliate/
 Source:         %{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM foliate-WebKit-version.patch boo#1192627 
[email protected] -- Fix launch in case WebKit2-5.0 happens to be installed
+Patch0:         foliate-WebKit-version.patch
 
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++

++++++ foliate-WebKit-version.patch ++++++
diff --git a/src/main.js b/src/main.js
index 8725301..a608f75 100644
--- a/src/main.js
+++ b/src/main.js
@@ -17,7 +17,8 @@ pkg.initGettext()
 pkg.initFormat()
 pkg.require({
     'Gio': '2.0',
-    'Gtk': '3.0'
+    'Gtk': '3.0',
+    'WebKit2': '4.0'
 })
 
 const { Gio, Gtk, Gdk, GLib, WebKit2 } = imports.gi

Reply via email to