diff --git a/bfbb5f7bab38301d8a4a444173acdae8d9692146.patch b/bfbb5f7bab38301d8a4a444173acdae8d9692146.patch deleted file mode 100644 index c989ad4..0000000 --- a/bfbb5f7bab38301d8a4a444173acdae8d9692146.patch +++ /dev/null @@ -1,33 +0,0 @@ -From bfbb5f7bab38301d8a4a444173acdae8d9692146 Mon Sep 17 00:00:00 2001 -From: rvalue -Date: Wed, 24 Nov 2021 04:52:42 +0000 -Subject: [PATCH] Remove incorrect args for i18n.merge_file - -Part-of: ---- - data/meson.build | 2 -- - 1 file changed, 2 deletions(-) - -diff --git a/data/meson.build b/data/meson.build -index 46df3fd80..eac6b8224 100644 ---- a/data/meson.build -+++ b/data/meson.build -@@ -16,7 +16,6 @@ install_data( - desktop_conf = configuration_data() - desktop_conf.set('icon', application_id) - desktop = i18n.merge_file( -- 'desktop', - input: configure_file( - input: files('org.gnome.Epiphany.desktop.in.in'), - output: 'org.gnome.Epiphany.desktop.in', -@@ -32,7 +31,6 @@ desktop = i18n.merge_file( - appdata_conf = configuration_data() - appdata_conf.set('appid', application_id) - appdata = i18n.merge_file( -- 'appdata', - input: configure_file( - input: files('org.gnome.Epiphany.appdata.xml.in.in'), - output: 'org.gnome.Epiphany.appdata.xml.in', --- -GitLab - diff --git a/epiphany-41.3.tar.xz b/epiphany-41.3.tar.xz deleted file mode 100644 index d8c0c59..0000000 --- a/epiphany-41.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba01268ee54f318dfdac2e01eba38a3fc96940c1cbf640ed2613ae29f8bcb9ad -size 6153540 diff --git a/epiphany-42.0.tar.xz b/epiphany-42.0.tar.xz new file mode 100644 index 0000000..aa33b85 --- /dev/null +++ b/epiphany-42.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dbfa8c00e45b7f44e1824d01f0febe83707b5fb9330c261173f68b7f03cd5e3 +size 6101296 diff --git a/epiphany.changes b/epiphany.changes index 1293edf..fe0fe4f 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Thu Mar 17 22:51:01 UTC 2022 - Bjørn Lie + +- Update to version 42.0: + + Fix crashes when loading broken session state. + + Fix crashes when entering reader mode with JS disabled. + + Rework search engine manager code. + + Fix various memory leaks. + + Fix icons on Synced Tabs dialog. + + Update appdata screenshot. + + Updated translations. + +------------------------------------------------------------------- +Fri Feb 11 17:24:15 UTC 2022 - Bjørn Lie + +- Update to version 42.beta: + + Update to latest readability.js + + Fix label for Show downloads list shortcut on shortcuts dialog + + Update to highlight.js 11.4.0 + + Update to PDF.js 2.12.313 + + Fix handling of mailto: URIs with multiple emails + + Don't depend on web-browser-symbolic icon + +------------------------------------------------------------------- +Thu Feb 10 19:00:33 UTC 2022 - Bjørn Lie + +- Update to version 42.alpha: + + Rename metainfo from "GNOME Web" to "Web" + + Update to PDF.js + + New network error icon + + Support system dark preference + + Leak fixes (!1020), more leak fixes + + Update to highlight.js 11.3.1 + + Enable accelerated compositing mode always + + Fix build with meson 0.60.0 + + Many cleanups in preparation for GTK 4 + + Web app delete button is now red + + Detect Snap sandbox + + Cleanup icons + + Allow opening URIs via desktop actions + + Port to libportal 0.5 + + Various search engine fixes +- Drop bfbb5f7bab38301d8a4a444173acdae8d9692146.patch: Fixed + upstream. + ------------------------------------------------------------------- Thu Feb 10 18:00:33 UTC 2022 - Bjørn Lie diff --git a/epiphany.spec b/epiphany.spec index 6c283e5..8a2097d 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -17,15 +17,13 @@ Name: epiphany -Version: 41.3 +Version: 42.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/41/%{name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM bfbb5f7bab38301d8a4a444173acdae8d9692146.patch -- Fix build with meson 0.61 and newer -Patch0: https://gitlab.gnome.org/GNOME/epiphany/-/commit/bfbb5f7bab38301d8a4a444173acdae8d9692146.patch +Source0: https://download.gnome.org/sources/epiphany/42/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: meson >= 0.47.0 @@ -101,10 +99,10 @@ search results from Web (epiphany) %build %meson \ - -Ddeveloper_mode=false \ - -Dunit_tests=disabled \ - -Dsoup2=disabled \ - -Dlibportal=disabled \ + -D developer_mode=false \ + -D unit_tests=disabled \ + -D soup2=disabled \ + -D libportal=disabled \ %{nil} %meson_build