diff --git a/_service b/_service index 7056851..7e0dabf 100644 --- a/_service +++ b/_service @@ -1,7 +1,6 @@ - enable - 0.9.27 + 0.9.29 git https://gitlab.gnome.org/gnumdk/eolie.git @PARENT_TAG@ diff --git a/eolie-0.9.27.tar.xz b/eolie-0.9.27.tar.xz deleted file mode 100644 index 7095b10..0000000 --- a/eolie-0.9.27.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2c899c3501922df8aecf9a2e5d3564b161c4b75d1f80c5c9358c09a2a4e8d5c -size 249768 diff --git a/eolie-0.9.29.tar.xz b/eolie-0.9.29.tar.xz new file mode 100644 index 0000000..6641e09 --- /dev/null +++ b/eolie-0.9.29.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce09e685f7c6337ea4a0f9fc459019ae80873e8d246b62aef894b38b2975817 +size 250376 diff --git a/eolie.changes b/eolie.changes index 10fc5d5..bc17c7e 100644 --- a/eolie.changes +++ b/eolie.changes @@ -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 diff --git a/eolie.spec b/eolie.spec index 5539926..8549852 100644 --- a/eolie.spec +++ b/eolie.spec @@ -19,10 +19,10 @@ %global __requires_exclude typelib\\(Unity\\) Name: eolie -Version: 0.9.27 +Version: 0.9.29 Release: 0 Summary: Web browser for GNOME -License: GPL-3.0 +License: GPL-3.0-or-later Group: Productivity/Networking/Web/Browsers URL: https://wiki.gnome.org/Apps/Eolie Source: %{name}-%{version}.tar.xz @@ -37,11 +37,12 @@ Requires: python3-cairo Requires: python3-dateutil Requires: python3-gobject Recommends: python3-PyFxA +Recommends: python3-beautifulsoup4 Recommends: python3-cryptography Recommends: python3-pycrypto Recommends: python3-requests-hawk # 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 %description