6 Commits

Author SHA256 Message Date
03a265c56d Accepting request 1319633 from GNOME:Factory
- Update to version 49.2:
  + Bugs fixed:
    - URL of open tab replaced with ephy-tab://
    - Nothing is shown in the location bar on file:// URIs
    - Consistently decode URLs before displaying in user interface
    - location-entry: fix file URLs disappearing
    - Always show action bar while switching to narrow mode
  + Updated translations. (forwarded request 1318969 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1319633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epiphany?expand=0&rev=225
2025-11-24 13:13:21 +00:00
410da8a4cf - Update to version 49.2:
+ Bugs fixed:
    - URL of open tab replaced with ephy-tab://
    - Nothing is shown in the location bar on file:// URIs
    - Consistently decode URLs before displaying in user interface
    - location-entry: fix file URLs disappearing
    - Always show action bar while switching to narrow mode
  + Updated translations.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=436
2025-11-24 07:43:29 +00:00
37c99231c0 Accepting request 1311112 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1311112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epiphany?expand=0&rev=224
2025-10-14 16:07:39 +00:00
08c7af9a6c - Update to version 49.1:
+ Address bar dropdown appears when using "open link in new tab"
  + Address bar dropdown remains open when window is unfocused
  + Non-Latin characters not displaying properly in address bar
  + Fix location entry not properly going into display mode
  + Fix memory transfer handling in decide_navigation_policy
  + Updated translations.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=434
2025-10-13 12:45:16 +00:00
f782f5f127 Accepting request 1305438 from GNOME:Factory
Scripted push from GNOME:Next (forwarded request 1304869 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1305438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epiphany?expand=0&rev=223
2025-09-24 13:23:04 +00:00
90422c1806 Scripted push from GNOME:Next
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=432
2025-09-17 15:51:16 +00:00
7 changed files with 103 additions and 46 deletions

View File

@@ -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">48.5</param>
<param name="revision">49.2</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

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

3
epiphany-49.2.obscpio Normal file
View File

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

View File

@@ -1,33 +0,0 @@
From 901162f0a733e76b1f99362931523b3706ea2b35 Mon Sep 17 00:00:00 2001
From: q66 <q66@chimera-linux.org>
Date: Mon, 7 Jul 2025 17:07:30 -0500
Subject: [PATCH] bookmark-properties: fix on_tags_activated callback
The callback was taking wrong arguments, as the callback is supposed to
take two arguments, not three, and the user_data is in the second one.
The third one was NULL presumably because the register was zeroed.
This fixes crash when editing bookmark tags.
---
src/bookmarks/ephy-bookmark-properties.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/bookmarks/ephy-bookmark-properties.c b/src/bookmarks/ephy-bookmark-properties.c
index a981af4f7..0fb9b29c3 100644
--- a/src/bookmarks/ephy-bookmark-properties.c
+++ b/src/bookmarks/ephy-bookmark-properties.c
@@ -293,9 +293,8 @@ ephy_bookmark_properties_bookmark_tag_removed_cb (EphyBookmarkProperties *self,
}
static void
-on_tags_activated (GtkListBox *box,
- GtkListBoxRow *row,
- gpointer user_data)
+on_tags_activated (AdwActionRow *row,
+ gpointer user_data)
{
EphyBookmarkProperties *self = EPHY_BOOKMARK_PROPERTIES (user_data);
--
2.50.0

View File

@@ -1,3 +1,93 @@
-------------------------------------------------------------------
Fri Nov 21 06:43:36 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 49.2:
+ Bugs fixed:
- URL of open tab replaced with ephy-tab://
- Nothing is shown in the location bar on file:// URIs
- Consistently decode URLs before displaying in user interface
- location-entry: fix file URLs disappearing
- Always show action bar while switching to narrow mode
+ Updated translations.
-------------------------------------------------------------------
Sat Oct 11 04:18:27 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 49.1:
+ Address bar dropdown appears when using "open link in new tab"
+ Address bar dropdown remains open when window is unfocused
+ Non-Latin characters not displaying properly in address bar
+ Fix location entry not properly going into display mode
+ Fix memory transfer handling in decide_navigation_policy
+ Updated translations.
-------------------------------------------------------------------
Fri Sep 12 06:24:09 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 49.0:
+ Need profile migrator to add OpenSearch capability to existing
predefined DuckDuckGo, Bing, and Google search engines
+ The caret position after typing Ctrl+k
+ REGRESSION: favicons have black square background instead of
transparent background
+ ci: update check-potfiles to handle Blueprint (Michael Catanzaro)
+ shell: fix leak in ephy_shell_before_emit() (Michael Catanzaro)
+ Fix missing thumbnails (Jan-Michael Brummer)
+ Updated translations
-------------------------------------------------------------------
Tue Sep 2 09:58:39 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 49.rc:
- Suggestions dropdown opens outside window in new incognito window
- Permission request button looks stupid
- Clicking downloads links causes crash
- Address bar dropdown appears when using "search the web"
- Address bar dropdown appears when using "open link in new tab"
- shell: fix session state being discarded with new GLib
- Change add bookmark item label if bookmark exists
- Explicit set position of suggestions popover
- Always focus location entry when opening new window
- bookmarks-dialog: Add a tooltip to the close button
- Fix web app crash on startup
- Handle edge case when undoing bookmark removal from window
- Unparent suggestion popover in dispose
- Fix cycling through address bar suggestions regression
- Fix screenshots being created as HTML
- Changes from version 49.beta:
- Text cursor position not saved when switching tabs
- Features preferences pane design ideas
- Missing download icon in narrow mode
- Quit menu item is visible for non-background web app
- Loading spinner displays in location entry even when tab bar is
visible
- Crash when opening preferences dialog after deleting default
search engine
- Exiting bookmarks sidebar makes forward/back buttons clickable
- Cannot reset location entry with Escape
- Web app run in background setting is broken outside Flatpak
- bookmark import creates duplicated entries
- Changes from version 49.alpha:
+ This release contains a major redesign of the address bar
- Do not close any windows, and do not close the EphySession,
before user has responded to all unsubmitted form warning dialogs
- Option for separate search engine in Incognito
- Deletion of bigger numbers of bookmarks is unintuitive
- No success/failure indication after clearing personal data
- Inconsistently possible to delete only configured language
- switch immediately to new tab option does not work when middle
clicking
- Add kiosk mode
- Review use of run_downloads_in_background() in ephy-window.c
- Rejecting a modified form close confirmation warning has
different results depending on how window is closed
- help: pref-cookies.page contains some outdated information
- Support adding opensearch XML search engine with autodiscovery
pages"), not full-page-height transparent thumbnails
- Drop epiphany-bookmark-tags-crash.patch: fixed upstream
- Add python3-docutils BuildRequires: rst2man is a new dependency
- Add blueprint-compiler BuildRequires: new dependency
-------------------------------------------------------------------
Fri Jul 11 19:46:31 UTC 2025 - Michael Gorse <mgorse@suse.com>

View File

@@ -1,4 +1,4 @@
name: epiphany
version: 48.5
mtime: 1750975201
commit: f523220a8942f9dc0e198b418358dd5f75dafe60
version: 49.2
mtime: 1763671239
commit: 287b247888dbcb316ad6d9c097e50ce80fbe1200

View File

@@ -1,7 +1,7 @@
#
# spec file for package epiphany
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,20 @@
Name: epiphany
Version: 48.5
Version: 49.2
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: %{name}-%{version}.tar.zst
# PATCH-FIX-UPSTREAM epiphany-bookmark-tags-crash.patch mgorse@suse.com -- fix a crash when editing bookmark tags.
Patch0: epiphany-bookmark-tags-crash.patch
BuildRequires: blueprint-compiler
BuildRequires: desktop-file-utils
BuildRequires: fdupes
BuildRequires: meson >= 0.47.0
BuildRequires: pkgconfig
BuildRequires: python3-docutils
BuildRequires: yelp-tools
BuildRequires: pkgconfig(cairo) >= 1.2
BuildRequires: pkgconfig(gck-2)
@@ -47,7 +47,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.6.alpha
BuildRequires: pkgconfig(libadwaita-1) >= 1.8.alpha
BuildRequires: pkgconfig(libarchive)
BuildRequires: pkgconfig(libportal-gtk4)
BuildRequires: pkgconfig(libsecret-1) >= 0.19.0
@@ -124,7 +124,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%doc %{_datadir}/help/C/%{name}/
%{_bindir}/epiphany
%dir %{_datadir}/metainfo
%{_datadir}/metainfo/org.gnome.Epiphany.appdata.xml
%{_datadir}/metainfo/org.gnome.Epiphany.metainfo.xml
%{_datadir}/applications/org.gnome.Epiphany.desktop
%exclude %{_datadir}/epiphany/default-bookmarks.rdf
%{_datadir}/epiphany/