Accepting request 1178269 from GNOME:Next
- Update to version 46.1: + Properly remember window size. + Fix "sync secrets for the current sync user are invalid". + Fix retrieving web app icon from web app manifest. + Don't delay internal Epiphany pages on adblocker initialization. + Fix inability to open custom JS or stylesheet. + Fix sync service criticals when glib-networking is not installed. + Fix WebExtension accelerator parsing. + Fix critical when creating a duplicate notification. + Fix crash on exit when tab sync is enabled. + Fix set as default browser dialog under phoc. + Fix failure to save session state when it would contain a blob URL. * Fix web app provider crash when user data directory is empty. + Hide broken close context menu item on pinned tabs. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/1178269 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=399
This commit is contained in:
parent
119e0a114f
commit
376369e539
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/epiphany.git</param>
|
||||
<param name="revision">46.0</param>
|
||||
<param name="revision">46.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d494a7f7a1b883abbdb7edd69eda413704030e4edf95a895fcb651bb677dc955
|
||||
size 23346701
|
3
epiphany-46.1.obscpio
Normal file
3
epiphany-46.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3279aa7ced783ff164452ae010c2afb049a06f5c006a8622c34cde382a0955df
|
||||
size 23505421
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 09:51:22 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 46.1:
|
||||
+ Properly remember window size.
|
||||
+ Fix "sync secrets for the current sync user are invalid".
|
||||
+ Fix retrieving web app icon from web app manifest.
|
||||
+ Don't delay internal Epiphany pages on adblocker
|
||||
initialization.
|
||||
+ Fix inability to open custom JS or stylesheet.
|
||||
+ Fix sync service criticals when glib-networking is not
|
||||
installed.
|
||||
+ Fix WebExtension accelerator parsing.
|
||||
+ Fix critical when creating a duplicate notification.
|
||||
+ Fix crash on exit when tab sync is enabled.
|
||||
+ Fix set as default browser dialog under phoc.
|
||||
+ Fix failure to save session state when it would contain a blob
|
||||
URL.
|
||||
* Fix web app provider crash when user data directory is empty.
|
||||
+ Hide broken close context menu item on pinned tabs.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 15 14:30:14 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: epiphany
|
||||
version: 46.0
|
||||
mtime: 1710511899
|
||||
commit: 344c4a78136222fbf197da87782467f318d7b7fa
|
||||
version: 46.1
|
||||
mtime: 1716993106
|
||||
commit: 80b91ae3c1ce740a2019efc9690eec0b12079a02
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: epiphany
|
||||
Version: 46.0
|
||||
Version: 46.1
|
||||
Release: 0
|
||||
Summary: GNOME Web Browser
|
||||
License: GPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user