public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/newsboat] f44: Update to version 2.44 (rhbz#2491145)
Date: Mon, 22 Jun 2026 13:02:08 GMT [thread overview]
Message-ID: <178213332882.1.5522402194685336416.rpms-newsboat-a5d9f0d83f88@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/newsboat
Branch : f44
Commit : a5d9f0d83f88cedb65adbb3cc29e8c14135d3c91
Author : Jan Staněk <jstanek@redhat.com>
Date : 2026-06-22T15:01:36+02:00
Stats : +22/-35 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/newsboat/c/a5d9f0d83f88cedb65adbb3cc29e8c14135d3c91?branch=f44
Log:
Update to version 2.44 (rhbz#2491145)
---
diff --git a/0002-libnewsboat-relax-requirements.patch b/0002-libnewsboat-relax-requirements.patch
index 93ad6ad..1a917b2 100644
--- a/0002-libnewsboat-relax-requirements.patch
+++ b/0002-libnewsboat-relax-requirements.patch
@@ -1,4 +1,4 @@
-From 41330ab27a61890a9c81c4fe3309a8ade8c4bf86 Mon Sep 17 00:00:00 2001
+From bbb52bd095264ef030cb9872efb3eed0bb87912f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= <jstanek@redhat.com>
Date: Tue, 14 Jan 2025 15:31:26 +0100
Subject: [PATCH] libnewsboat: relax requirements
@@ -9,35 +9,26 @@ Content-Transfer-Encoding: 8bit
Signed-off-by: Jan Staněk <jstanek@redhat.com>
Signed-off-by: rpm-build <rpm-build>
---
- rust/libnewsboat/Cargo.toml | 12 ++++++------
- rust/regex-rs/Cargo.toml | 2 +-
- 2 files changed, 7 insertions(+), 7 deletions(-)
+ rust/libnewsboat/Cargo.toml | 8 ++++----
+ rust/regex-rs/Cargo.toml | 4 ++--
+ 2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml
-index d8f1318..ea8633f 100644
+index 1e857a5..39a0c4d 100644
--- a/rust/libnewsboat/Cargo.toml
+++ b/rust/libnewsboat/Cargo.toml
-@@ -9,7 +9,7 @@ strprintf = { path="../strprintf" }
- regex-rs = { path="../regex-rs" }
-
- fastrand = "2.3.0"
--url = "2.5.8"
-+url = "2.5.7"
- percent-encoding = "2.3.2"
- xdg = "3.0.0"
- backtrace = "= 0.3"
-@@ -17,20 +17,20 @@ unicode-width = "0.2.2"
+@@ -17,14 +17,14 @@ unicode-width = "0.2.2"
nom = "8"
libc = "0.2"
natord = "1.0.9"
-md5 = "0.8.0"
--lexopt = "0.3.2"
+md5 = "0.7.0"
-+lexopt = "0.3.1"
- chrono = "0.4.44"
- unicode-segmentation = "1.12.0"
--regex = "1.12.3"
-+regex = "1.12.2"
+ lexopt = "0.3.2"
+-chrono = "0.4.45"
+-unicode-segmentation = "1.13.3"
++chrono = "0.4.44"
++unicode-segmentation = "1.12.0"
+ regex = "1.12.3"
[dependencies.gettext-rs]
-version = "0.7.7"
@@ -45,23 +36,19 @@ index d8f1318..ea8633f 100644
# Don't let the crate build its own copy of gettext; force it to use the one
# built into glibc.
features = [ "gettext-system" ]
-
- [dependencies.curl-sys]
--version = "0.4.85"
-+version = "0.4.84"
- # This disables the only default feature, "ssl". It doesn't affect the
- # functionality, since it can't affect the libcurl.so available on the host.
- #
diff --git a/rust/regex-rs/Cargo.toml b/rust/regex-rs/Cargo.toml
-index d510e9d..acbe359 100644
+index 738c946..1956b12 100644
--- a/rust/regex-rs/Cargo.toml
+++ b/rust/regex-rs/Cargo.toml
-@@ -12,4 +12,4 @@ strprintf = { path="../strprintf" }
+@@ -10,6 +10,6 @@ license = "MIT"
+ [dependencies]
+ strprintf = { path="../strprintf" }
- bitflags = "2.11"
+-bitflags = "2.13"
++bitflags = "2.12"
libc = ">=0.2.69"
-gettext-rs = "0.7.7"
+gettext-rs = "0.7.2"
--
-2.53.0
+2.54.0
diff --git a/newsboat.spec b/newsboat.spec
index 6b632c9..c894c48 100644
--- a/newsboat.spec
+++ b/newsboat.spec
@@ -2,7 +2,7 @@
%bcond check 0
Name: newsboat
-Version: 2.43
+Version: 2.44
Release: %{autorelease}
Summary: RSS/Atom feed reader for the text console
diff --git a/sources b/sources
index 7089985..e85a25d 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (newsboat-2.43.tar.xz) = fa401bdd09d08ebd2443f825ac4b3f2be22d153ec48112792aa60ef97d013dbe0909a295d417d42419e6c259ac677a81cb87f4e973a411067368b247b42fe2ff
-SHA512 (newsboat-2.43.tar.xz.asc) = becd475963cd4923a4ecb4707919c7a6f167e860998a389aa582da3f73748aa0f8d26e6f442ae8de2cf95fe1d08b337e4777caf0cb8ca6e31e8ff4608ccd9771
+SHA512 (newsboat-2.44.tar.xz) = e23a42d2a435efca3080c2de8ed5fe9ffd960997059514e2ab883f48a421c9d81dbb3a5c7aa9234f16acc574bab888d0681ddd4a2958bcbe5233b0acec01a226
+SHA512 (newsboat-2.44.tar.xz.asc) = d84aa3749c6098dd0ffc5dab81d233ed9b6fce94189475d9e22b03329e8a18c6d253064b565b0c826eca883d250544abbc849b2f1fe4350a8f603886ac998ac0
SHA512 (newsboat.pgp) = ac070d8d5a109899c284c2bcc7e03d6baf88a5370856e64285d7bcde9bbe45260d5e590b3bcfb3bdf7ee6c7dabfc44db7e244374e95671cef04fc6989e012a63
reply other threads:[~2026-06-22 13:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178213332882.1.5522402194685336416.rpms-newsboat-a5d9f0d83f88@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox