Hello community,

here is the log from the commit of package eolie for openSUSE:Factory checked 
in at 2020-03-12 23:06:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eolie (Old)
 and      /work/SRC/openSUSE:Factory/.eolie.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eolie"

Thu Mar 12 23:06:12 2020 rev:18 rq:784064 version:0.9.63

Changes:
--------
--- /work/SRC/openSUSE:Factory/eolie/eolie.changes      2020-02-20 
14:57:05.134488816 +0100
+++ /work/SRC/openSUSE:Factory/.eolie.new.3160/eolie.changes    2020-03-12 
23:11:38.771308290 +0100
@@ -1,0 +2,6 @@
+Wed Mar 11 19:53:08 UTC 2020 - Antoine Belvire <antoine.belv...@opensuse.org>
+
+- Disable Python WebExtension support: It does not build with
+  Python 3.8 and it will be replaced in a future release.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ eolie.spec ++++++
--- /var/tmp/diff_new_pack.5PM0Kh/_old  2020-03-12 23:11:40.007308777 +0100
+++ /var/tmp/diff_new_pack.5PM0Kh/_new  2020-03-12 23:11:40.011308779 +0100
@@ -33,8 +33,6 @@
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.35.9
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
 BuildRequires:  pkgconfig(pygobject-3.0)
-BuildRequires:  pkgconfig(python3)
-BuildRequires:  pkgconfig(webkit2gtk-web-extension-4.0)
 Requires:       python3-cairo
 Requires:       python3-dateutil
 Requires:       python3-gobject
@@ -46,6 +44,7 @@
 # Eolie can use git to retrieve more adblock rules from
 # https://gitlab.gnome.org/gnumdk/eolie-adblock.git.
 Suggests:       git
+BuildArch:      noarch
 
 %description
 Eolie is a Web browser for the GNOME Desktop. It provides:
@@ -68,6 +67,9 @@
 
 %prep
 %autosetup
+# Skip WebExtension code since it does not build with Python 3.8
+sed -i 's/subdir('"'"python-webextension"'"')//g' meson.build
+rm -r python-webextension
 
 %build
 %meson
@@ -86,7 +88,6 @@
 %{_datadir}/glib-2.0/schemas/org.gnome.Eolie.gschema.xml
 %{_datadir}/icons/hicolor/*/*/org.gnome.Eolie*
 %{_datadir}/%{name}
-%{_libdir}/%{name}
 %{python3_sitelib}/%{name}
 
 %files -n gnome-shell-search-provider-eolie


Reply via email to