Accepting request 1205421 from GNOME:Factory
SCripted push of GNOME 47 OBS-URL: https://build.opensuse.org/request/show/1205421 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epiphany?expand=0&rev=211
This commit is contained in:
commit
21e7f60d2a
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.4</param>
|
||||
<param name="revision">47.0</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:c3ff0e1c24e09bfaa1333e67f1f8b7add9691c4d2238b02f084401d7cb1dbc75
|
||||
size 23474701
|
3
epiphany-47.0.obscpio
Normal file
3
epiphany-47.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0bcc7d8a97a737156eb7b7f39b541bbf9948f1786cfe48547b89c77b548380e
|
||||
size 23893005
|
@ -1,3 +1,76 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 15 16:53:16 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.0:
|
||||
+ Fix crash when using Ctrl+D or Ctrl+Alt+D
|
||||
+ Fix icon URL used for install web application dialog
|
||||
+ Remove tab overview shortcut in web apps
|
||||
+ Fix crashes in tab overview mode with no open tabs
|
||||
+ Fix pluralization in privacy report dialog
|
||||
+ Fix bookmark tag widget focus border
|
||||
+ Revert key event handling changes due to problems with
|
||||
non-Latin keyboard layouts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 14 18:16:14 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.rc:
|
||||
+ Extract .xpi during web app installation
|
||||
+ Show confirmation dialog when deleting web app
|
||||
+ Allow exporting passwords to CSV and improve CSV import
|
||||
+ Improve count of trackers in privacy report
|
||||
+ Fix crash on close multiple tabs dialog
|
||||
+ Many improvements to bookmarks sidebar and dialog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 08:27:38 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.beta:
|
||||
+ Add autofill support
|
||||
+ Add bookmarks search bar
|
||||
+ Improve sorting of bookmarks
|
||||
+ Restore set image as wallpaper functionality under flatpak
|
||||
+ New Window should always open a non-incognito window
|
||||
+ Prompt for confirmation when installing a WebExtension
|
||||
+ Add Ctrl+Shift+Delete shortcut for Clear Website Data
|
||||
+ Add Privacy Report feature (#1982) and improve its UI
|
||||
+ Use GtkGraphicsOffload to maybe improve graphics performance in
|
||||
fullscreen mode
|
||||
+ Replace bookmark properties popover with redesigned dialog
|
||||
+ Disable Firefox Sync
|
||||
+ Don't show reader mode button when page is loading
|
||||
+ Revert address bar UI changes due to pango bug
|
||||
+ Fix application mode when always start in incognito mode
|
||||
setting is enabled
|
||||
+ Don't warn about failure to download favicon when creating web
|
||||
app
|
||||
+ Fix crash when starting secondary instance
|
||||
+ Fix crash when web process becomes unresponsive
|
||||
+ Fix crash when closing window with context menu open
|
||||
+ Fix crash on exit
|
||||
+ Allow overriding fatal criticals using G_DEBUG= environment
|
||||
variable
|
||||
+ Fix hiding of developer context menu actions
|
||||
+ Fix a different crash when destroying window
|
||||
+ Stop using various deprecated GTK APIs
|
||||
+ Support importing passwords from CSV files
|
||||
+ Reduce the size of the preferences dialog
|
||||
+ Use modern libadwaita spinners
|
||||
+ Fix yet another crash when destroying window
|
||||
+ Improve autofill dialog UI
|
||||
+ Update to highlight.js 11.10.0
|
||||
+ Miscellaneous code robustness improvements
|
||||
+ Load only one web process extension rather than two
|
||||
+ Add fallback web app icon
|
||||
+ Redesign the bookmarks UI to use sidebar instead of popover
|
||||
+ Rearrange the window/hamburger menu
|
||||
+ Adopt new floating bar style from nautilus
|
||||
+ Focus address bar after deleting URL
|
||||
+ Reenable search in preferences dialog
|
||||
+ Make address bar dropdown suggestions selectable
|
||||
+ WebExtensions: support runtime.getManifest() API
|
||||
+ Modernize encoding dialog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 16:51:26 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: epiphany
|
||||
version: 46.4
|
||||
mtime: 1726159043
|
||||
commit: 844e3a58f3f2e797c59961a00e07a412838b781d
|
||||
version: 47.0
|
||||
mtime: 1726156348
|
||||
commit: 033c855991214f38e6ad8fd73f2121678636d2ce
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: epiphany
|
||||
Version: 46.4
|
||||
Version: 47.0
|
||||
Release: 0
|
||||
Summary: GNOME Web Browser
|
||||
License: GPL-3.0-or-later
|
||||
@ -46,7 +46,7 @@ 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.beta
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.6.alpha
|
||||
BuildRequires: pkgconfig(libarchive)
|
||||
BuildRequires: pkgconfig(libportal-gtk4)
|
||||
BuildRequires: pkgconfig(libsecret-1) >= 0.19.0
|
||||
@ -132,9 +132,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/org.gnome.Epiphany*
|
||||
%{_mandir}/man1/epiphany.1%{ext_man}
|
||||
%dir %{_libdir}/epiphany
|
||||
%{_libdir}/epiphany/libephyautofill.so
|
||||
%dir %{_libdir}/epiphany/web-process-extensions
|
||||
%{_libdir}/epiphany/web-process-extensions/libephywebprocessextension.so
|
||||
%{_libdir}/epiphany/web-process-extensions/libephywebextension.so
|
||||
%{_libdir}/epiphany/libephymain.so
|
||||
%{_libdir}/epiphany/libephymisc.so
|
||||
%{_libdir}/epiphany/libephysync.so
|
||||
|
Loading…
Reference in New Issue
Block a user