Accepting request 963560 from GNOME:Factory

GNOME 42 - ready for impact

OBS-URL: https://build.opensuse.org/request/show/963560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epiphany?expand=0&rev=190
This commit is contained in:
Dominique Leuenberger 2022-03-23 19:17:24 +00:00 committed by Git OBS Bridge
commit d3d2a06504
5 changed files with 54 additions and 44 deletions

View File

@ -1,33 +0,0 @@
From bfbb5f7bab38301d8a4a444173acdae8d9692146 Mon Sep 17 00:00:00 2001
From: rvalue <i@rvalue.moe>
Date: Wed, 24 Nov 2021 04:52:42 +0000
Subject: [PATCH] Remove incorrect args for i18n.merge_file
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1031>
---
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

View File

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

3
epiphany-42.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,48 @@
-------------------------------------------------------------------
Thu Mar 17 22:51:01 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <bjorn.lie@gmail.com>
- 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 <bjorn.lie@gmail.com>
- 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 <bjorn.lie@gmail.com>

View File

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