From 873652178698545f6e64dfdd70c3e92e527f392f5416cccaf336237576ed7918 Mon Sep 17 00:00:00 2001 From: Antoine Belvire Date: Thu, 7 Jan 2021 19:12:01 +0000 Subject: [PATCH 1/2] - 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. OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/eolie?expand=0&rev=58 --- _service | 2 +- eolie-0.9.100-fix-crash-on-ctrl-shift-p.patch | 29 ------------------- eolie-0.9.100.tar.xz | 3 -- eolie-0.9.101.tar.xz | 3 ++ eolie.changes | 9 ++++++ eolie.spec | 4 +-- 6 files changed, 14 insertions(+), 36 deletions(-) delete mode 100644 eolie-0.9.100-fix-crash-on-ctrl-shift-p.patch delete mode 100644 eolie-0.9.100.tar.xz create mode 100644 eolie-0.9.101.tar.xz 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..2249d58 100644 --- a/eolie.spec +++ b/eolie.spec @@ -20,15 +20,13 @@ %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: pkgconfig BuildRequires: pkgconfig(glib-2.0) From 8f269c3b9ee1c9f533b197ad5c6852d49aef17b1735e1b634c7a12b762290c6c Mon Sep 17 00:00:00 2001 From: Antoine Belvire Date: Thu, 7 Jan 2021 19:49:08 +0000 Subject: [PATCH 2/2] Require at least meson 0.47 to build Type feature required. OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/eolie?expand=0&rev=59 --- eolie.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eolie.spec b/eolie.spec index 2249d58..8aa2735 100644 --- a/eolie.spec +++ b/eolie.spec @@ -27,7 +27,7 @@ License: GPL-3.0-or-later Group: Productivity/Networking/Web/Browsers URL: https://wiki.gnome.org/Apps/Eolie Source: %{name}-%{version}.tar.xz -BuildRequires: meson +BuildRequires: meson >= 0.47 BuildRequires: pkgconfig BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.35.9