Your message dated Mon, 10 Jun 2024 08:36:12 +0000
with message-id <e1sgavg-00gemx...@fasolo.debian.org>
and subject line Bug#1068929: fixed in rust-async-lock 3.4.0-1
has caused the Debian Bug report #1068929,
regarding Please update for event-listener 5.x
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 ow...@bugs.debian.org
immediately.)


-- 
1068929: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068929
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rust-async-lock
Version: 2.8.0-1
Severity: normal
Tags: patch
X-Debbugs-Cc: werdah...@riseup.net

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hi Jonas,

please find following patch attached for updating async-lock to
event-listener 5.x, too.

best, werdahias



- -- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.5.0-2-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: OpenRC (via /run/openrc), PID 1: init
LSM: AppArmor: enabled

-----BEGIN PGP SIGNATURE-----

iQJJBAEBCgAzFiEEwuGmy/3s5RGopBdtGL0QaztsVHUFAmYao7YVHHdlcmRhaGlh
c0ByaXNldXAubmV0AAoJEBi9EGs7bFR1brYQAKMm7aXiHgQGhO4cyw2DdnUDA5ct
AyljSJILT4jvdFBmo7YVzHdrekynMt/a+U5CL+5TITiFAqds47HWdLjBo8Vwbjg+
eOXMZmjGgX+G/JgEXbxLgj0U6ggcXjZkJ1+HwfuI9E3+P0UMnTNnSUpa4DikOp7R
CTvpd225vA0ED6I6h7Ws1bTrok0xsb7sk3FCFHfuBUYlwPTvR5dpZ+ep6B1MPWN+
7O+rWJ6E0Fl7EB6ykD2NfUyfZeEVAW8ux/9Ytlg2RitLSShqEBTJyLD7CReN8EaY
R+e0LuXnxId7cI+cWC3anKYBiki1PUcqrmuFflw3/cUMFymrNJvLZwYDV1isYt9m
iZhzXQkd2AKe1riTWiD5iLBosoPsfCK4uhoIyonw0KCx/A0ZQLx4X4S6XUnFmDRO
IDiVsc0v6DkrQackSExrZ51TrlMhXvT8GBzupgsQugDJ7vN8VG3p50GEF4WzjwnZ
ZkayRVM9hg/QiAsmLm9Mx7BqQgR/PVROQkW9VZ394ebUtPyBG2eCOfGVY6Wv9YO5
359IL2W/XMCwpXIWnJHjM94kAdnb3795om2noeSGrQlJSv8Wxf6jA8UKSLPUd8OG
hzq3O1kfy3MzCm91KxdfWtF7uXBowIvc18Mp0DW25ppohTyGJRGohUO3LJwa6dX6
f2HoxONBpPBb41Am
=9Xgk
-----END PGP SIGNATURE-----
--- rust-async-lock-2.8.0/debian/changelog      2023-08-24 10:46:30.000000000 
+0200
+++ rust-async-lock-2.8.0/debian/changelog      2024-04-13 17:07:17.000000000 
+0200
@@ -1,3 +1,10 @@
+rust-async-lock (2.8.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add patch for eventlistener 5.x
+
+ -- Matthias Geiger <werdah...@riseup.net>  Sat, 13 Apr 2024 17:07:17 +0200
+
 rust-async-lock (2.8.0-1) unstable; urgency=medium
 
   * add patch 2001_fastrand
diff -Nru rust-async-lock-2.8.0/debian/control 
rust-async-lock-2.8.0/debian/control
--- rust-async-lock-2.8.0/debian/control        2023-08-24 10:45:54.000000000 
+0200
+++ rust-async-lock-2.8.0/debian/control        2024-04-13 17:07:17.000000000 
+0200
@@ -5,7 +5,7 @@
  debhelper-compat (= 13),
  dh-cargo (>= 25),
  librust-async-channel-1+default-dev,
- librust-event-listener-2+default-dev,
+ librust-event-listener-5+default-dev,
  librust-fastrand-1+default-dev,
  librust-futures-lite-1+default-dev,
  libstring-shellquote-perl,
@@ -20,7 +20,7 @@
 Architecture: all
 Multi-Arch: foreign
 Depends:
- librust-event-listener-2+default-dev,
+ librust-event-listener-5+default-dev,
  ${misc:Depends},
 Provides:
  librust-async-lock-2+default-dev (= ${binary:Version}),
diff -Nru rust-async-lock-2.8.0/debian/patches/relax-event-listener.diff 
rust-async-lock-2.8.0/debian/patches/relax-event-listener.diff
--- rust-async-lock-2.8.0/debian/patches/relax-event-listener.diff      
1970-01-01 01:00:00.000000000 +0100
+++ rust-async-lock-2.8.0/debian/patches/relax-event-listener.diff      
2024-04-13 17:07:17.000000000 +0200
@@ -0,0 +1,23 @@
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -15,7 +15,7 @@
+ exclude = ["/.*"]
+ 
+ [dependencies]
+-event-listener = "2.5.1"
++event-listener = "5"
+ 
+ [dev-dependencies]
+ async-channel = "1.5.0"
+--- a/src/once_cell.rs
++++ b/src/once_cell.rs
+@@ -7,7 +7,7 @@
+ use std::sync::atomic::{AtomicUsize, Ordering};
+ use std::task::{Context, Poll, RawWaker, RawWakerVTable, Waker};
+ 
+-use event_listener::{Event, EventListener};
++use event_listener::{Event, EventListener, Listener};
+ 
+ /// The current state of the `OnceCell`.
+ #[derive(Copy, Clone, PartialEq, Eq)]
+
diff -Nru rust-async-lock-2.8.0/debian/patches/series 
rust-async-lock-2.8.0/debian/patches/series
--- rust-async-lock-2.8.0/debian/patches/series 2023-08-24 10:41:50.000000000 
+0200
+++ rust-async-lock-2.8.0/debian/patches/series 2024-04-13 17:07:04.000000000 
+0200
@@ -1,2 +1,3 @@
+relax-event-listener.diff
 2001_fastrand.patch
 2001_wasm.patch


--- End Message ---
--- Begin Message ---
Source: rust-async-lock
Source-Version: 3.4.0-1
Done: Jonas Smedegaard <d...@jones.dk>

We believe that the bug you reported is fixed in the latest version of
rust-async-lock, 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 1068...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Smedegaard <d...@jones.dk> (supplier of updated rust-async-lock 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 10 Jun 2024 09:38:03 +0200
Source: rust-async-lock
Architecture: source
Version: 3.4.0-1
Distribution: experimental
Urgency: medium
Maintainer: Jonas Smedegaard <d...@jones.dk>
Changed-By: Jonas Smedegaard <d...@jones.dk>
Closes: 1068929
Changes:
 rust-async-lock (3.4.0-1) experimental; urgency=medium
 .
   [ upstream ]
   * new release(s)
 .
   [ Jonas Smedegaard ]
   * update and unfuzz patches
   * tighten (build-)dependencies for crate event-listener;
     add (build-)dependencies
     for crates event-listener-strategy pin-project-lite;
     relax build- and autopkgtest-dependencies
     for crates fastrand futures-lite;
     build- and autopkgtest-depend on packages
     for crates flume waker-fn;
     closes: bug#1068929, thanks to Matthias Geiger and Ananthu C V
   * bump project versions in virtual packages and autopkgtests
   * provide and autopkgtest feature std
   * relax to build- and autopkgtest-depend unversioned
     when version is satisfied in Debian stable
   * annotate test-only build-dependencies
   * update copyright info: update coverage
Checksums-Sha1:
 df9fb846c08d51579ea2ee2b3884a60368e52790 2519 rust-async-lock_3.4.0-1.dsc
 e29a65276a07943264a7f98f8172c647b0bb80f0 35415 
rust-async-lock_3.4.0.orig.tar.gz
 813f0f59c827a566aa8e29022a6412b1fe0b2573 15696 
rust-async-lock_3.4.0-1.debian.tar.xz
 fa68e14ca60fc378ce6b68201218b02e1f01001c 10481 
rust-async-lock_3.4.0-1_amd64.buildinfo
Checksums-Sha256:
 7a6024f51b80577ded2333f669896ad0a9c43722722bf996057146c53f740263 2519 
rust-async-lock_3.4.0-1.dsc
 19ea03071180d4f6110709ef3c2734aec71c3618984793d71aa5c106b4dd1b49 35415 
rust-async-lock_3.4.0.orig.tar.gz
 99a3bd4b713d37948c298c4941eaa632639a0284653c7afa5400020994074741 15696 
rust-async-lock_3.4.0-1.debian.tar.xz
 20cd9e89a48b4eaaf8c686f536347ea0deac49f4413d9071111468fcfa855635 10481 
rust-async-lock_3.4.0-1_amd64.buildinfo
Files:
 eac81cc61b5aaac295980fe0c8a1b5a7 2519 rust optional rust-async-lock_3.4.0-1.dsc
 25a23dea0d3f359f8472bd0e7d4ff8c9 35415 rust optional 
rust-async-lock_3.4.0.orig.tar.gz
 f374120ccacb557c282b52cd87e89c2b 15696 rust optional 
rust-async-lock_3.4.0-1.debian.tar.xz
 23633c2813df50852a31ff4ffc7a2fe4 10481 rust optional 
rust-async-lock_3.4.0-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmZmt8YACgkQLHwxRsGg
ASH2jw//d4ut/Q9f56Bz9icpVDfRIwUrXb+0tQkEiRQiIroQXUa2iz79yWpaFbYd
01sGVY6fm2YfH5EIF/8zCDnPK40Fu1pKF0FIHMvfQiTs0HjwFir/Y/j2qT1jS/Ip
kyuzPzJsW3gR2DuyZBvvdoAblUGHcxGaLeCw0E5Clw9JlHKDH97PvzZKgQTmM0Pv
2bc05BOwvbj//lHXEemF7F+5w6/kDnRViCI6fgQJzAhumsBDQPOsq/4Yq7XvvCSD
UTQJWA7rTc64vrYA5+o2FLhuJYKfRZztl5NePA7bjmgD6zbCPT8nfG/c7Ju1JN+C
pyP97AlOHf4G7ib+Yj6GWAhuhAc4jxQlku9n5s5vEyg/abZ20uMNlTZQSslxpiIk
7EgxIK1XNPf0M7NqrS93w0MzFv5zY5JDbS7IAf8FFh51IHsXGG9zgKSibep2lQur
wH/czTUf665NcGuqj2rZACWGXKQf3t8NnF9chyQ6oKoTYkBtH1pOG9VDm4Mcn8B5
BWJk89bZ42Lny5pBJVAUNkvI2nMv3C/XdZ1ttUgH3pgKCNhtmCC2eaS8UUzamWhV
eKaetuGWaroEdLSHlWxoYa7wpXbzY6yO2wK/X7f/Us0/eceR1RHtVZ0/bboO9XVl
/+9SWmqA6aJykdLnfBpn/hd9aMQrA40HKq7S0DPEkzD+8+WFdAI=
=jKjb
-----END PGP SIGNATURE-----

Attachment: pgpDUe0hAPzQ9.pgp
Description: PGP signature


--- End Message ---

Reply via email to