Accepting request 881096 from GNOME:Factory

GNOME 40 - here we come (forwarded request 880924 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/881096
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epiphany?expand=0&rev=180
This commit is contained in:
Richard Brown 2021-04-10 13:26:44 +00:00 committed by Git OBS Bridge
commit 89734cbf36
4 changed files with 108 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,103 @@
-------------------------------------------------------------------
Sat Mar 20 08:42:51 UTC 2021 - Michael Gorse <mgorse@suse.com>
- Update to version 40.0:
+ Updated icon in user help.
+ Updated translations.
-------------------------------------------------------------------
Thu Mar 18 14:36:07 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 40.rc:
+ Close history when Escape is pressed.
+ Fix potential loss of session state when web process is
unresponsive.
+ Icons in page popover have a wrong scale after changing scale
factor.
+ Crash switching to the second page of keyboard shortcuts.
+ Fix language preferences.
+ Dismiss search bar when Escape is pressed.
+ Fix overaggressive adblocker.
+ Avoid adding ephy-pdf: URIs to history.
+ Fix clicking links beneath floating status bar.
-------------------------------------------------------------------
Mon Feb 15 10:38:10 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- Update to version 40.beta:
+ Remember previous settings in Clear Personal Data dialog.
+ Allow exporting bookmarks as HTML.
+ Remove smooth scrolling preference. Smooth scrolling is now
always enabled.
+ Update user help for new preferences dialog navigation.
+ Rename mobile-capable setting to show-navigation-buttons.
+ Update gvdb.
+ Fix crash when Firefox Sync token is invalid.
+ Fix floating bar blocking links on bottom of page.
+ Disable application manager in app mode.
+ Fix certain searches being converted into invalid addresses.
+ Add experimental support for a few WebExtensions APIs.
+ Several improvements to search engine configuration.
+ Fix state issues with the back/forward buttons.
+ Add preference to enable Google search suggestions.
+ Select pre-filled search text in search entry.
+ Improve construction of web app titles.
+ Use eslint and run it on CI.
+ Fancy new tabs bar.
+ Several UI improvements for the tabs list popover.
+ Remove preference to adjust position of tabs bar.
+ Stop spinners when not visible.
+ Update to highlights.js 10.6.0.
+ Improve empty states of various widgets.
- New build requirement: pkgconfig(libarchive).
-------------------------------------------------------------------
Fri Jan 22 18:53:27 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 40.alpha:
+ The Safe Browsing phishing protection feature is now disabled
by default to comply with changes to Google's terms of service,
which now prohibit inclusion of API keys in open source
projects. You may provide your own Google API key to enable
this feature using the -Dgsb_api_key build option at your own
risk. Most Linux distributions will be unable to do this
without similarly violating Google's terms of service, since it
would require some way to inject a secret into the build. Most
distributions include a Google API key in Firefox or Chromium
packaging in apparant violation of the new terms of service;
such distros may consider using the same key for Epiphany as
well. Epiphany Technology Preview is built using a secret API
key. Flathub builds will likely have Safe Browsing disabled.
+ Replace seach engine dialog with a listbox
+ Firefox Sync dialog is no longer modal
+ Fix primary menu popover changing size
+ Visit most recently-viewed tab with Alt+0
+ Fix hidpi favicons
+ Allow history dialog to grow wider
+ Remove Reopen Closed Tab from tab context menu
+ Fix mnemonic conflict between Import Passwords and Import
Bookmarks
+ Fix Remove button sensitivity in history dialog
+ Remove Firefox Sync from Preferences and add it to
Import/Export menu
+ Improve language selection widget
+ Refine tab context menu
+ Improve tab muting icons
+ Update to highlight.js 10.5.0
+ Update to PDF.js 2.5.207
+ Make bookmarks properties dialog resizable
+ Additional bookmarks popover fixes for mobile
+ Improve web app preferences
+ Various fixes for system web apps
+ libportal may not be disabled using -Dlibportal=disabled
+ Move destructive buttons in clear data and history dialogs
+ New Epiphany app icon
+ Add X-Purism-FormFactor to appdata and desktop file
+ Also add X-Purism-FormFactor to web app desktop files
+ Improve support for dark header bars in otherwise light themes
+ Improve flatpak support for elementary OS
+ Remove compulsory_for_desktop.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 2 11:53:55 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com> Wed Dec 2 11:53:55 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package epiphany # spec file for package epiphany
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,17 +17,17 @@
Name: epiphany Name: epiphany
Version: 3.38.2 Version: 40.0
Release: 0 Release: 0
Summary: GNOME Web Browser Summary: GNOME Web Browser
License: GPL-3.0-or-later License: GPL-3.0-or-later
Group: Productivity/Networking/Web/Browsers Group: Productivity/Networking/Web/Browsers
URL: https://wiki.gnome.org/Apps/Web URL: https://wiki.gnome.org/Apps/Web
Source0: https://download.gnome.org/sources/epiphany/3.38/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/epiphany/40/%{name}-%{version}.tar.xz
Source99: %{name}-rpmlintrc Source99: %{name}-rpmlintrc
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: meson >= 0.42.0 BuildRequires: meson >= 0.47.0
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: translation-update-upstream BuildRequires: translation-update-upstream
BuildRequires: yelp-tools BuildRequires: yelp-tools
@ -45,6 +45,7 @@ BuildRequires: pkgconfig(hogweed) >= 3.2
BuildRequires: pkgconfig(icu-uc) >= 4.6 BuildRequires: pkgconfig(icu-uc) >= 4.6
BuildRequires: pkgconfig(iso-codes) >= 0.35 BuildRequires: pkgconfig(iso-codes) >= 0.35
BuildRequires: pkgconfig(json-glib-1.0) >= 1.2.4 BuildRequires: pkgconfig(json-glib-1.0) >= 1.2.4
BuildRequires: pkgconfig(libarchive)
BuildRequires: pkgconfig(libdazzle-1.0) >= 3.37.1 BuildRequires: pkgconfig(libdazzle-1.0) >= 3.37.1
BuildRequires: pkgconfig(libhandy-1) >= 0.90.0 BuildRequires: pkgconfig(libhandy-1) >= 0.90.0
BuildRequires: pkgconfig(libportal) >= 0.0.2 BuildRequires: pkgconfig(libportal) >= 0.0.2