Accepting request 599588 from home:1Antoine1:branches:GNOME:Apps
- Update to version 0.9.29: * Fix an issue with YouTube. - Update to version 0.9.28: * Do not cache snapshots on error. * Faster adblock updater. - Add missing recommended dependency on python3-beautifulsoup4 (for bookmarks import). - Disable changelog generation in _service file (too many commits listed to be useful). OBS-URL: https://build.opensuse.org/request/show/599588 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/eolie?expand=0&rev=15
This commit is contained in:
parent
989760e91a
commit
b608b084d3
3
_service
3
_service
@ -1,7 +1,6 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="tar_scm">
|
<service mode="disabled" name="tar_scm">
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="revision">0.9.29</param>
|
||||||
<param name="revision">0.9.27</param>
|
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.gnome.org/gnumdk/eolie.git</param>
|
<param name="url">https://gitlab.gnome.org/gnumdk/eolie.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f2c899c3501922df8aecf9a2e5d3564b161c4b75d1f80c5c9358c09a2a4e8d5c
|
|
||||||
size 249768
|
|
3
eolie-0.9.29.tar.xz
Normal file
3
eolie-0.9.29.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bce09e685f7c6337ea4a0f9fc459019ae80873e8d246b62aef894b38b2975817
|
||||||
|
size 250376
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 20 19:30:44 UTC 2018 - antoine.belvire@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.9.29:
|
||||||
|
* Fix an issue with YouTube.
|
||||||
|
- Update to version 0.9.28:
|
||||||
|
* Do not cache snapshots on error.
|
||||||
|
* Faster adblock updater.
|
||||||
|
- Add missing recommended dependency on python3-beautifulsoup4
|
||||||
|
(for bookmarks import).
|
||||||
|
- Disable changelog generation in _service file (too many commits
|
||||||
|
listed to be useful).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 11 17:34:32 UTC 2018 - antoine.belvire@opensuse.org
|
Wed Apr 11 17:34:32 UTC 2018 - antoine.belvire@opensuse.org
|
||||||
|
|
||||||
|
@ -19,10 +19,10 @@
|
|||||||
%global __requires_exclude typelib\\(Unity\\)
|
%global __requires_exclude typelib\\(Unity\\)
|
||||||
|
|
||||||
Name: eolie
|
Name: eolie
|
||||||
Version: 0.9.27
|
Version: 0.9.29
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Web browser for GNOME
|
Summary: Web browser for GNOME
|
||||||
License: GPL-3.0
|
License: GPL-3.0-or-later
|
||||||
Group: Productivity/Networking/Web/Browsers
|
Group: Productivity/Networking/Web/Browsers
|
||||||
URL: https://wiki.gnome.org/Apps/Eolie
|
URL: https://wiki.gnome.org/Apps/Eolie
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
@ -37,11 +37,12 @@ Requires: python3-cairo
|
|||||||
Requires: python3-dateutil
|
Requires: python3-dateutil
|
||||||
Requires: python3-gobject
|
Requires: python3-gobject
|
||||||
Recommends: python3-PyFxA
|
Recommends: python3-PyFxA
|
||||||
|
Recommends: python3-beautifulsoup4
|
||||||
Recommends: python3-cryptography
|
Recommends: python3-cryptography
|
||||||
Recommends: python3-pycrypto
|
Recommends: python3-pycrypto
|
||||||
Recommends: python3-requests-hawk
|
Recommends: python3-requests-hawk
|
||||||
# Eolie can use git to retrieve more adblock rules from
|
# Eolie can use git to retrieve more adblock rules from
|
||||||
# https://github.com/gnumdk/eolie-adblock.git.
|
# https://gitlab.gnome.org/gnumdk/eolie-adblock.git.
|
||||||
Suggests: git
|
Suggests: git
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user