Accepting request 861458 from GNOME:Apps

- 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/request/show/861458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eolie?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2021-01-08 16:37:10 +00:00 committed by Git OBS Bridge
commit 77e1b04fbb
6 changed files with 15 additions and 37 deletions

View File

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

View File

@ -1,29 +0,0 @@
From fc8d9227f20eca8df0bea785c731386d4caa3618 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Bellegarde?= <cedric.bellegarde@adishatz.org>
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

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jan 7 18:50:25 UTC 2021 - Antoine Belvire <antoine.belvire@opensuse.org>
- 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 <antoine.belvire@opensuse.org>

View File

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