diff --git a/_service b/_service index 4bd34f0..cfb09a6 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - 0.9.63 + 0.9.100 git https://gitlab.gnome.org/World/eolie.git @PARENT_TAG@ diff --git a/eolie-0.9.100.tar.xz b/eolie-0.9.100.tar.xz new file mode 100644 index 0000000..1d170be --- /dev/null +++ b/eolie-0.9.100.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b32b8b68eea524299ed4be4234c321fdddbb35fdd50255b33d9c572b02f2040 +size 283856 diff --git a/eolie-0.9.63.tar.xz b/eolie-0.9.63.tar.xz deleted file mode 100644 index 49d528a..0000000 --- a/eolie-0.9.63.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb7a7538045fecb64bedd51dbe258832b59c4e35718dbf344eacf244f0a5c37e -size 281296 diff --git a/eolie.changes b/eolie.changes index 915199e..3972f4b 100644 --- a/eolie.changes +++ b/eolie.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Oct 25 09:56:52 UTC 2020 - Antoine Belvire + +- Update to version 0.9.100: + * Add an option for a custom Firefox sync server. + * Allow zooming in reading view. + * Notifications support. + * Enable sandboxing. +- Drop soft dependency on git: Not used anymore for ad blocking. +- Replace shebangs which use env interpreter. + ------------------------------------------------------------------- Wed Mar 11 19:53:08 UTC 2020 - Antoine Belvire diff --git a/eolie.spec b/eolie.spec index 8274d96..ef97572 100644 --- a/eolie.spec +++ b/eolie.spec @@ -20,7 +20,7 @@ %global __requires_exclude typelib\\(Unity\\) Name: eolie -Version: 0.9.63 +Version: 0.9.100 Release: 0 Summary: Web browser for GNOME License: GPL-3.0-or-later @@ -41,9 +41,6 @@ Recommends: python3-beautifulsoup4 Recommends: python3-cryptography Recommends: python3-pycrypto Recommends: python3-requests-hawk -# Eolie can use git to retrieve more adblock rules from -# https://gitlab.gnome.org/gnumdk/eolie-adblock.git. -Suggests: git BuildArch: noarch %description @@ -67,9 +64,8 @@ search results from the Eolie Web browser. %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 +# Don't use env interpreter so that the rpm dependency detection works +sed -i 's;/usr/bin/env python3;/usr/bin/python3;' eolie.in search-provider/eolie-sp.in %build %meson