From 119e0a114fe6082bcc470f1b7accdd1d176041b573c3ca2a0258bf8a5dcae724 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 19 Mar 2024 13:33:55 +0000 Subject: [PATCH] Accepting request 1159401 from GNOME:Next GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1159401 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=397 --- _service | 19 ++++++++++++++++ epiphany-45.1.tar.xz | 3 --- epiphany-46.0.obscpio | 3 +++ epiphany.changes | 52 +++++++++++++++++++++++++++++++++++++++++++ epiphany.obsinfo | 4 ++++ epiphany.spec | 23 ++++++++++--------- 6 files changed, 90 insertions(+), 14 deletions(-) create mode 100644 _service delete mode 100644 epiphany-45.1.tar.xz create mode 100644 epiphany-46.0.obscpio create mode 100644 epiphany.obsinfo diff --git a/_service b/_service new file mode 100644 index 0000000..dd6fd5b --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + git + https://gitlab.gnome.org/GNOME/epiphany.git + 46.0 + @PARENT_TAG@+@TAG_OFFSET@ + (.*)\+0 + \1 + disable + + + + *.tar + zst + + + + diff --git a/epiphany-45.1.tar.xz b/epiphany-45.1.tar.xz deleted file mode 100644 index 603d280..0000000 --- a/epiphany-45.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c994ef34ecd60e915de331ee123c08938f9623cefada6d50b99e3c9c5ad8135 -size 4003488 diff --git a/epiphany-46.0.obscpio b/epiphany-46.0.obscpio new file mode 100644 index 0000000..205c42f --- /dev/null +++ b/epiphany-46.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d494a7f7a1b883abbdb7edd69eda413704030e4edf95a895fcb651bb677dc955 +size 23346701 diff --git a/epiphany.changes b/epiphany.changes index 4c159ba..54952e5 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -1,3 +1,55 @@ +------------------------------------------------------------------- +Fri Mar 15 14:30:14 UTC 2024 - Dominique Leuenberger + +- Update to version 46.0: + + Improve keyboard navigation of address bar dropdown. + + Add "Send Link by Email..." to context menu for links. + + Use selected text when middle clicking on New Tab button. + +------------------------------------------------------------------- +Thu Feb 29 07:48:32 UTC 2024 - Dominique Leuenberger + +- Update to version 46.rc: + + Close security popover after selection. + + Focus location entry on search hotkey. + + Close page menu popover on print, search and fullscreen + actions. + + Forward key events directly to web view. + + Updated translations. +- Replace pkgconfig(gck-1) BuildRequires with pkgconfig(gck-2): + follow upstream changes. + +------------------------------------------------------------------- +Mon Feb 12 15:47:29 UTC 2024 - Dominique Leuenberger + +- Update to version 46.beta: + + Fix a crash. + + Allow closing pinned tabs. + + Adjust labels to improve HIG compliance. + + Support PKCS #11 smart card authentication. + + Updated translations. +- Add pkgconfig(gck-1) BuildRequires: new depenency. + +------------------------------------------------------------------- +Tue Jan 16 07:36:15 UTC 2024 - Dominique Leuenberger + +- Update to version 46.alpha: + + Use web app manifest to get better app name and icon. + + Prevent websites from using certain Epiphany internal APIs. + + Fix poor Firefox Sync error message when gnome-keyring is not + installed. + + Reduce adblock filter update interval on metered connections. + + Rename Firefox Account to Mozilla Account. + + Hide various context menu items when text is selected. + + Remove Google Safe Browsing support due to terms of service + changes. + + Hide developer context menu actions by default. + + Update to highlight.js 11.9.0. + + Use AdwSpinRow in preferences dialog. + + Many improvements to appstream metainfo. + + Updated translations. +- Convert to source service for easier updating. + ------------------------------------------------------------------- Mon Nov 6 19:00:44 UTC 2023 - Bjørn Lie diff --git a/epiphany.obsinfo b/epiphany.obsinfo new file mode 100644 index 0000000..397d18b --- /dev/null +++ b/epiphany.obsinfo @@ -0,0 +1,4 @@ +name: epiphany +version: 46.0 +mtime: 1710511899 +commit: 344c4a78136222fbf197da87782467f318d7b7fa diff --git a/epiphany.spec b/epiphany.spec index 7a41379..b464d1e 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -1,7 +1,7 @@ # # spec file for package epiphany # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: epiphany -Version: 45.1 +Version: 46.0 Release: 0 Summary: GNOME Web Browser License: GPL-3.0-or-later Group: Productivity/Networking/Web/Browsers URL: https://wiki.gnome.org/Apps/Web -Source0: https://download.gnome.org/sources/epiphany/45/%{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.zst BuildRequires: desktop-file-utils BuildRequires: fdupes @@ -31,31 +31,32 @@ BuildRequires: meson >= 0.47.0 BuildRequires: pkgconfig BuildRequires: yelp-tools BuildRequires: pkgconfig(cairo) >= 1.2 +BuildRequires: pkgconfig(gck-2) BuildRequires: pkgconfig(gcr-4) >= 3.9.0 BuildRequires: pkgconfig(gdk-3.0) >= 3.24.0 BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.36.5 -BuildRequires: pkgconfig(gio-2.0) >= 2.67.1 -BuildRequires: pkgconfig(gio-unix-2.0) >= 2.67.1 -BuildRequires: pkgconfig(glib-2.0) >= 2.67.1 +BuildRequires: pkgconfig(gio-2.0) >= 2.74.0 +BuildRequires: pkgconfig(gio-unix-2.0) >= 2.74.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.74.0 BuildRequires: pkgconfig(gsettings-desktop-schemas) BuildRequires: pkgconfig(gstreamer-1.0) -BuildRequires: pkgconfig(gtk4) +BuildRequires: pkgconfig(gtk4) >= 4.12.0 BuildRequires: pkgconfig(gtk4-unix-print) BuildRequires: pkgconfig(hogweed) >= 3.2 BuildRequires: pkgconfig(icu-uc) >= 4.6 BuildRequires: pkgconfig(iso-codes) >= 0.35 BuildRequires: pkgconfig(json-glib-1.0) >= 1.6 -BuildRequires: pkgconfig(libadwaita-1) >= 1.4.alpha +BuildRequires: pkgconfig(libadwaita-1) >= 1.4.beta BuildRequires: pkgconfig(libarchive) BuildRequires: pkgconfig(libportal-gtk4) BuildRequires: pkgconfig(libsecret-1) >= 0.19.0 BuildRequires: pkgconfig(libsoup-3.0) >= 2.99.4 BuildRequires: pkgconfig(libxml-2.0) >= 2.6.12 BuildRequires: pkgconfig(libxslt) >= 1.1.7 -BuildRequires: pkgconfig(nettle) >= 3.2 +BuildRequires: pkgconfig(nettle) >= 3.4 BuildRequires: pkgconfig(sqlite3) >= 3.22 -BuildRequires: pkgconfig(webkitgtk-6.0) >= 2.41.1 -BuildRequires: pkgconfig(webkitgtk-web-process-extension-6.0) >= 2.41.1 +BuildRequires: pkgconfig(webkitgtk-6.0) >= 2.43.4 +BuildRequires: pkgconfig(webkitgtk-web-process-extension-6.0) >= 2.43.4 Requires: %{name}-branding = %{version} Requires: iso-codes Recommends: ca-certificates