diff --git a/_service b/_service index cfb09a6..9309e8b 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - 0.9.100 + 0.9.101 git https://gitlab.gnome.org/World/eolie.git @PARENT_TAG@ diff --git a/eolie-0.9.100-fix-crash-on-ctrl-shift-p.patch b/eolie-0.9.100-fix-crash-on-ctrl-shift-p.patch deleted file mode 100644 index c8b4caf..0000000 --- a/eolie-0.9.100-fix-crash-on-ctrl-shift-p.patch +++ /dev/null @@ -1,29 +0,0 @@ -From fc8d9227f20eca8df0bea785c731386d4caa3618 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?C=C3=A9dric=20Bellegarde?= -Date: Sun, 3 Jan 2021 17:18:46 +0100 -Subject: [PATCH] Fix #381 - ---- - eolie/window.py | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/eolie/window.py b/eolie/window.py -index 40d159de..987abc6b 100644 ---- a/eolie/window.py -+++ b/eolie/window.py -@@ -439,9 +439,9 @@ class Window(Handy.ApplicationWindow, WindowState): - elif string == "print": - self.container.webview.print() - elif string == "private": -- self.container.add_webview(App().start_page, -- LoadingType.FOREGROUND, -- True) -+ self.container.add_webview_for_uri(App().start_page, -+ LoadingType.FOREGROUND, -+ True) - elif string == "last_page": - App().pages_menu.activate_last_action() - elif string == "zoom_in": --- -GitLab - diff --git a/eolie-0.9.100.tar.xz b/eolie-0.9.100.tar.xz deleted file mode 100644 index 1d170be..0000000 --- a/eolie-0.9.100.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b32b8b68eea524299ed4be4234c321fdddbb35fdd50255b33d9c572b02f2040 -size 283856 diff --git a/eolie-0.9.101.tar.xz b/eolie-0.9.101.tar.xz new file mode 100644 index 0000000..53bb40d --- /dev/null +++ b/eolie-0.9.101.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92111cadccb32de3e6f39b2773198479dce2ae16ffbb9028ff2a9c030feadb19 +size 310288 diff --git a/eolie.changes b/eolie.changes index 3aaad79..da9a799 100644 --- a/eolie.changes +++ b/eolie.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jan 7 18:50:25 UTC 2021 - Antoine Belvire + +- Update to version 0.9.101: + * New settings dialog. + * Fixed flatpak support. +- Remove eolie-0.9.100-fix-crash-on-ctrl-shift-p.patch: Fixed + upstream. + ------------------------------------------------------------------- Mon Jan 4 21:18:38 UTC 2021 - Antoine Belvire diff --git a/eolie.spec b/eolie.spec index aa1353d..8aa2735 100644 --- a/eolie.spec +++ b/eolie.spec @@ -20,16 +20,14 @@ %global __requires_exclude typelib\\(Unity\\) Name: eolie -Version: 0.9.100 +Version: 0.9.101 Release: 0 Summary: Web browser for GNOME License: GPL-3.0-or-later Group: Productivity/Networking/Web/Browsers URL: https://wiki.gnome.org/Apps/Eolie Source: %{name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM eolie-0.9.100-fix-crash-on-ctrl-shift-p.patch -- glgo#World/eolie#381 -Patch0: eolie-0.9.100-fix-crash-on-ctrl-shift-p.patch -BuildRequires: meson +BuildRequires: meson >= 0.47 BuildRequires: pkgconfig BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.35.9