sfeed: update debian port - randomcrap - random crap programs of varying quality
(HTM) git clone git://git.codemadness.org/randomcrap
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit b542409e595b49c3b68ea610da2a6dbd243b3765
(DIR) parent 661cd79bf17b590b03ac12c132cad739fe08d065
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 29 Dec 2023 16:24:03 +0100
sfeed: update debian port
Diffstat:
M ports/debian/sfeed/debian/changelog | 28 ++++++++++++++++++++++++++++
M ports/debian/sfeed/debian/files | 6 +++---
2 files changed, 31 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/ports/debian/sfeed/debian/changelog b/ports/debian/sfeed/debian/changelog
@@ -1,3 +1,31 @@
+sfeed (2.0-1) unstable; urgency=medium
+
+ * Features:
+ * sfeed_update: use xargs -P for improved job handling when updating
+ feeds in parallel.
+ * sfeed_update: update default maxjobs from 8 to 16.
+
+ * Fixes:
+ * sfeed_json: fix name of "url" field for attachments.
+ * sfeed_opml_export and sfeed_update: allow only regular files.
+ * sfeed_update: improve compatibility with zsh as a non-interactive
+ shell, because some variables likes like $path and $status are
+ reserved.
+ * sfeed_update:
+ when the feeds() function is not defined then exit with status
+ code 1 (this was incorrectly status code 0).
+ * sfeed_update: improvements in the cleanup of temporary files for
+ edge-cases.
+
+ * Code improvements:
+ * sfeed_curses/sfeed_gopher: mark functions as static.
+ * sfeed_gopher: fix a clang-analyzer warning.
+ * sfeed_update: in the order() function suppress output to stderr,
+ like merge() already does.
+ * Some small documentation improvements.
+
+ -- Hiltjo Posthuma <hiltjo@codemadness.org> Fri, 29 Dec 2023 12:34:56 +0100
+
sfeed (1.9-1) unstable; urgency=medium
* Fixes:
(DIR) diff --git a/ports/debian/sfeed/debian/files b/ports/debian/sfeed/debian/files
@@ -1,3 +1,3 @@
-sfeed-dbgsym_1.9-1_amd64.deb debug optional automatic=yes
-sfeed_1.9-1_amd64.buildinfo net optional
-sfeed_1.9-1_amd64.deb net optional
+sfeed-dbgsym_2.0-1_amd64.deb debug optional automatic=yes
+sfeed_2.0-1_amd64.buildinfo net optional
+sfeed_2.0-1_amd64.deb net optional