tags 1011620 +patch
thanks
In addition to the gettext crates, proptest has also just received an update.
I bumped the dependencies in newsboat and it built fine, I haven't tested it
beyond that though.
Debdiff attatched, no intent to NMU.
diff -Nru newsboat-2.21/debian/changelog newsboat-2.21/debian/changelog
--- newsboat-2.21/debian/changelog 2022-03-06 00:26:54.000000000 +0000
+++ newsboat-2.21/debian/changelog 2022-06-23 16:45:39.000000000 +0000
@@ -1,3 +1,10 @@
+newsboat (2.21-1.3) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Bump dependencies on gettext-sys, gettext-rs and proptest crates.
+
+ -- Peter Michael Green <plugw...@debian.org> Thu, 23 Jun 2022 16:45:39 +0000
+
newsboat (2.21-1.2) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru newsboat-2.21/debian/control newsboat-2.21/debian/control
--- newsboat-2.21/debian/control 2022-03-05 21:46:48.000000000 +0000
+++ newsboat-2.21/debian/control 2022-06-23 16:45:39.000000000 +0000
@@ -26,14 +26,14 @@
librust-nom-7-dev,
librust-curl-sys-0.4+ssl-dev,
librust-libc-0.2-dev,
- librust-gettext-rs-0.4-dev,
+ librust-gettext-rs-0.7-dev,
librust-natord-1-dev,
librust-clap-2-dev,
- librust-gettext-sys-0.19-dev,
+ librust-gettext-sys-0.21-dev,
librust-tempfile-3-dev,
- librust-proptest-0.9+bit-set-dev,
- librust-proptest-0.9+rusty-fork-dev,
- librust-proptest-0.9+timeout-dev,
+ librust-proptest-1+bit-set-dev,
+ librust-proptest-1+rusty-fork-dev,
+ librust-proptest-1+timeout-dev,
librust-percent-encoding-2-dev,
librust-section-testing-0.0.4-dev
Standards-Version: 4.5.0
diff -Nru newsboat-2.21/debian/patches/relax-deps.diff
newsboat-2.21/debian/patches/relax-deps.diff
--- newsboat-2.21/debian/patches/relax-deps.diff 2022-03-05
21:43:42.000000000 +0000
+++ newsboat-2.21/debian/patches/relax-deps.diff 2022-06-23
16:45:28.000000000 +0000
@@ -20,7 +20,7 @@
curl-sys = "0.4.5"
libc = "0.2"
-gettext-rs = "0.5.0"
-+gettext-rs = "0.4"
++gettext-rs = "0.7.0"
natord = "1.0.9"
lazy_static = "1.4.0"
@@ -29,7 +29,7 @@
[dependencies.gettext-sys]
-version = "0.19.9"
-+version = "0.19.8"
++version = "0.21.0"
# Don't let the crate build its own copy of gettext; force it to use the one
# built into glibc.
features = [ "gettext-system" ]
@@ -38,7 +38,7 @@
tempfile = "3"
-# 0.9.6 fixes build failures on Nightly >=2020-04-08:
https://github.com/newsboat/newsboat/issues/870
-proptest = ">=0.9.6"
-+proptest = "0.9"
++proptest = "1.0"
section_testing = "0.0.4"
Index: newsboat-2.21/rust/regex-rs/Cargo.toml
===================================================================
@@ -49,4 +49,4 @@
bitflags = "1.2"
libc = ">=0.2.69"
-gettext-rs = "0.5.0"
-+gettext-rs = "0.4.0"
++gettext-rs = "0.7.0"