SHA256
1
0
forked from pool/eolie

- 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.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/eolie?expand=0&rev=53
This commit is contained in:
Antoine Belvire 2020-10-25 10:33:07 +00:00 committed by Git OBS Bridge
parent e9332615bf
commit 2be2bca56f
5 changed files with 18 additions and 11 deletions

View File

@ -1,6 +1,6 @@
<services>
<service mode="disabled" name="tar_scm">
<param name="revision">0.9.63</param>
<param name="revision">0.9.100</param>
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/World/eolie.git</param>
<param name="versionformat">@PARENT_TAG@</param>

3
eolie-0.9.100.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b32b8b68eea524299ed4be4234c321fdddbb35fdd50255b33d9c572b02f2040
size 283856

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb7a7538045fecb64bedd51dbe258832b59c4e35718dbf344eacf244f0a5c37e
size 281296

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Oct 25 09:56:52 UTC 2020 - Antoine Belvire <antoine.belvire@opensuse.org>
- 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 <antoine.belvire@opensuse.org>

View File

@ -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