public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/liferea] f44: Revert Update All to old behavior #2527248
@ 2026-09-02 13:25 Yanko Kaneti
0 siblings, 0 replies; only message in thread
From: Yanko Kaneti @ 2026-09-02 13:25 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/liferea
Branch : f44
Commit : b73e633f7ce1276b3556f6bbf6e24e55019040d1
Author : Yanko Kaneti <yaneti@declera.com>
Date : 2026-09-02T16:25:19+03:00
Stats : +50/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/liferea/c/b73e633f7ce1276b3556f6bbf6e24e55019040d1?branch=f44
Log:
Revert Update All to old behavior #2527248
---
diff --git a/0001-Revert-Enforce-only-updating-outdated-subscriptions.patch b/0001-Revert-Enforce-only-updating-outdated-subscriptions.patch
new file mode 100644
index 0000000..9be108a
--- /dev/null
+++ b/0001-Revert-Enforce-only-updating-outdated-subscriptions.patch
@@ -0,0 +1,43 @@
+From b443cad78f9130c5149574b725bca687dc087711 Mon Sep 17 00:00:00 2001
+From: Yanko Kaneti <yaneti@declera.com>
+Date: Wed, 2 Sep 2026 15:42:24 +0300
+Subject: [PATCH] Revert "Enforce only updating outdated subscriptions"
+
+This reverts commit 06ce0e2cd1087091d0804bb89b3ec861a809e8f8.
+---
+ src/dbus.c | 2 +-
+ src/ui/feed_list_view.c | 3 ++-
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/src/dbus.c b/src/dbus.c
+index d8855953f..2e8e016bf 100644
+--- a/src/dbus.c
++++ b/src/dbus.c
+@@ -92,7 +92,7 @@ liferea_dbus_get_new_items (LifereaDBus *self, GError **err)
+ static gboolean
+ liferea_dbus_refresh (LifereaDBus *self, GError **err)
+ {
+- node_auto_update_subscription (feedlist_get_root ());
++ node_update_subscription (feedlist_get_root (), GUINT_TO_POINTER (0));
+ return TRUE;
+ }
+
+diff --git a/src/ui/feed_list_view.c b/src/ui/feed_list_view.c
+index e6dafc48c..30f4e888d 100644
+--- a/src/ui/feed_list_view.c
++++ b/src/ui/feed_list_view.c
+@@ -421,9 +421,10 @@ static void
+ do_menu_update (Node *node)
+ {
+ if (network_monitor_is_online ())
+- node_auto_update_subscription (node);
++ node_update_subscription (node, GUINT_TO_POINTER (UPDATE_REQUEST_PRIORITY_HIGH));
+ else
+ liferea_shell_set_status_bar (_("Liferea is in offline mode. No update possible."));
++
+ }
+
+ void
+--
+2.55.0
+
diff --git a/liferea.spec b/liferea.spec
index bd01aa9..09051da 100644
--- a/liferea.spec
+++ b/liferea.spec
@@ -1,13 +1,16 @@
Name: liferea
Epoch: 1
Version: 1.16.14
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: An RSS/RDF feed reader
License: GPL-2.0-or-later
URL: https://lzone.de/liferea/
Source0: https://github.com/lwindolf/liferea/releases/download/v%{version}/liferea-%{version}.tar.bz2
+# https://github.com/lwindolf/liferea/issues/1593
+Patch: 0001-Revert-Enforce-only-updating-outdated-subscriptions.patch
+
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
ExcludeArch: %{ix86}
@@ -90,6 +93,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/net.sourc
%changelog
+* Wed Sep 2 2026 Yanko Kaneti <yaneti@declera.com> - 1:1.16.14-2
+- Revert Update All to old behavior #2527248
+
* Thu Aug 13 2026 Yanko Kaneti <yaneti@declera.com> - 1:1.16.14-1
- Update to 1.16.14
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-02 13:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-02 13:25 [rpms/liferea] f44: Revert Update All to old behavior #2527248 Yanko Kaneti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox