+ Bugs fixed:
- "Installed on" label shown in about:applications reflects the
usage / access time, not creation time
- Incognito Epiphany shouldn't automatically use saved HTTP
Auth passwords from the regular Epiphany session(s)
- Crash on quit if the export dialog is dismissed before
- Improvements to HTTP authentication
- web-extension-manager: fix web process extension init
regression
- Fixes for ephy_window_disconnect_active_embed
- Don't consider og:image for web app icon
- shell: Fix startup crash on Pantheon
- action-bar-end: Fix startup crash on Pantheon
- ephy-password-import: improve robustness
- Fix PKCS #11 login for invalid cert/priv pairs
+ Updated translations.
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=428
20 lines
704 B
XML
20 lines
704 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<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">48.5</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">disable</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|
|
|