Your message dated Thu, 07 May 2026 07:49:05 +0000
with message-id <[email protected]>
and subject line Bug#1135835: fixed in rust-flume 0.11.1+20241019-4
has caused the Debian Bug report #1135835,
regarding Update spin to 0.10
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1135835: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135835
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rust-flume
Version: 0.12-1
Hi Jonas,
I have opened [1] against debcargo-conf with a semver-breaking change for
spin. Attaching a patch for the rust-flume update.
Thanks,
~Wesley
diff --git a/debian/changelog b/debian/changelog
index 78593e8..8a34a34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+rust-flume (0.12-2) UNRELEASED; urgency=medium
+
+ * d/control: Bump spin to 0.10
+ * d/p/2001-bump-spin.patch: Bump & relax spin to 0.10
+
+ -- Wesley Hershberger <[email protected]> Wed, 06 May 2026 06:15:35 -0500
+
rust-flume (0.12-1) experimental; urgency=medium
[ upstream ]
diff --git a/debian/control b/debian/control
index c0743ac..a95f144 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,8 @@ Build-Depends:
librust-futures-core-0.3-dev,
librust-futures-sink-0.3-dev,
librust-rand-0.8+default-dev,
- librust-spin-0.9+default-dev,
- librust-spin-0.9+mutex-dev,
+ librust-spin-0.10+default-dev,
+ librust-spin-0.10+mutex-dev,
librust-tokio-1+default-dev,
librust-tokio-1+macros-dev,
librust-tokio-1+rt-dev,
@@ -39,8 +39,8 @@ Depends:
librust-fastrand-2+std-dev,
librust-futures-core-0.3-dev,
librust-futures-sink-0.3-dev,
- librust-spin-0.9+default-dev,
- librust-spin-0.9+mutex-dev,
+ librust-spin-0.10+default-dev,
+ librust-spin-0.10+mutex-dev,
${misc:Depends},
Provides:
librust-flume-0.12+async-dev (= ${binary:Version}),
diff --git a/debian/patches/2001-bump-spin.patch b/debian/patches/2001-bump-spin.patch
new file mode 100644
index 0000000..118af3b
--- /dev/null
+++ b/debian/patches/2001-bump-spin.patch
@@ -0,0 +1,23 @@
+From: Wesley Hershberger <[email protected]>
+Date: Wed, 6 May 2026 06:12:22 -0500
+Subject: Bump & relax spin to 0.10
+
+Forwarded: not-needed
+Signed-off-by: Wesley Hershberger <[email protected]>
+---
+ Cargo.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Cargo.toml b/Cargo.toml
+index 66ec82b..3f80f0b 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -28,7 +28,7 @@ eventual-fairness = ["select", "fastrand"]
+ default = ["async", "select", "eventual-fairness"]
+
+ [dependencies]
+-spin1 = { package = "spin", version = "0.9.8", features = ["mutex"] }
++spin1 = { package = "spin", version = "0.10", features = ["mutex"] }
+ futures-sink = { version = "0.3", default-features = false, optional = true }
+ futures-core = { version = "0.3", default-features = false, optional = true }
+ fastrand = { version = "2.3", features = ["std", "js"], optional = true }
diff --git a/debian/patches/series b/debian/patches/series
index d805f6d..004b968 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
2001_no_wasm.patch
+2001-bump-spin.patch
--- End Message ---
--- Begin Message ---
Source: rust-flume
Source-Version: 0.11.1+20241019-4
Done: Jonas Smedegaard <[email protected]>
We believe that the bug you reported is fixed in the latest version of
rust-flume, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jonas Smedegaard <[email protected]> (supplier of updated rust-flume package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 07 May 2026 09:28:30 +0200
Source: rust-flume
Architecture: source
Version: 0.11.1+20241019-4
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Closes: 1135835
Changes:
rust-flume (0.11.1+20241019-4) unstable; urgency=medium
.
* relax (build-, autopkgtest-)dependencies for all crates,
except autopkgtest-dependencies for own feature-providing provisions
* stop superfluously set fields Rules-Requires-Root Priority
* stop set Multi-Arch: foreign,
incompatible with arch-any packaged crates
* declare compliance with Debian Policy 4.7.4
* add patch 1001_spin to accept newer minor version of crate spin;
closes: bug#1135835, thanks to Wesley Hershberger
* update copyright info:
+ avoid any .git* files when repackaging upstream source
+ license patches same as main upstream license
+ update coverage
* update git-buildpackage config:
+ stop superfluously filter out .git* files
* update watch file:
+ use file format 5
+ auto-mangle upstream version
+ stop mangle filename
+ use repack suffix +ds
Checksums-Sha1:
8977103586e98d39f91df1f5254c1f301816326f 2637 rust-flume_0.11.1+20241019-4.dsc
faf22f521213a9acbe1b9171b71f7f5c09860655 6276
rust-flume_0.11.1+20241019-4.debian.tar.xz
675b629032aa7c728e8479ce81faabcd557cffbf 25843
rust-flume_0.11.1+20241019-4_amd64.buildinfo
Checksums-Sha256:
7dc8d58130c9bab59bae7b4f4bfbfece50dfe01bf3519570473451c4ca0edd80 2637
rust-flume_0.11.1+20241019-4.dsc
a26fd9c35b5a34aff34f082f71e5d84a96b1540b88ad03e7ca9b147411c40b7d 6276
rust-flume_0.11.1+20241019-4.debian.tar.xz
f3be73ee5189c272a9101a945e3b43904055580674f16be64fa7fa29866f50a0 25843
rust-flume_0.11.1+20241019-4_amd64.buildinfo
Files:
e96afffe8c4f025026f21d1cc5f2aaca 2637 rust optional
rust-flume_0.11.1+20241019-4.dsc
6bde0062b06502f1ae43d408dea53c0f 6276 rust optional
rust-flume_0.11.1+20241019-4.debian.tar.xz
07af2afa593f6f2c5d88e2cd5dd82a06 25843 rust optional
rust-flume_0.11.1+20241019-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJABAEBCgAqFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmn8P7cMHGRyQGpvbmVz
LmRrAAoJECx8MUbBoAEhM3IQAIJcVCgh8ubAwLnn0KchGrGTMhGwkn/q2GYLEI1n
KjfJvZgFo0r8lIH+tazpwG2waTzEoDW9lcd1TlAS5X6VKW74kaKNDIw0KaGxfv5M
VuQwXQvt1qfCNc2Zd6MqwP/eFx/Zx6PDcT8D2CETzekhfC5y+2D1EVPO2jwI0iUn
2NU8RMubjcQUSAnLR6Nci0F6nQ1Emv1AAIE+N1VNaiH+1D0o837P33fGmXrOg5yl
iUvf31G79aziEqxqG22PxjaxYIdlYaH92KRKb1U/RI0VkVldobWy5zpWBNDIaqgD
r8Pn2vQ7fe8tRRYO2tRu6XoX2AJ2GniZtUZjLoUuyskLoimIEjSAB9Y0Ifs4wrDv
ckjDgU+xb5xxcLZBzVlyoj2gto718Xh7rIdD5/E65zYkBHbggvyQ+XsWgOZUeOD1
c3rL4lfrXZlnxmGqhSGj3dPCFod/Dg9V1qQmjIzckL5hM1RReKm3TA3M4D8mGjjk
bIjXl+udUs9+qoirFOA+1WcV+S/LobBGJjOvrhBtRxfpx5bVAtTGMvQ7AXQmWlQQ
mZa8LdF8baFHvr56QxbIJEwb4mvriJ4B9dLt7qC3i/sfr0420O3PjkFeFqosl5L3
ZXWO34aduQUNykZqMhIOn0tFHUEb+Ae/77CQ3wKJfYY6A7J8jSc/qj9LAoZYGQU0
358v
=ibAD
-----END PGP SIGNATURE-----
pgpEtBnY5hKEU.pgp
Description: PGP signature
--- End Message ---