#1064490 inputplug - upcoming rust-nix and rust-x11rb updates.

Package:
inputplug
Source:
inputplug
Description:
XInput monitor
Submitter:
Peter Green
Date:
2024-02-24 07:33:08 UTC
Severity:
normal
#1064490#5
Date:
2024-02-23 01:50:19 UTC
From:
To:
We are preparing an update of rust-nix to version 0.27 and rust-x11rb to 0.13,
the new versions are available in experimental.

The new version of rustix does not seem to require any code changes, but it
does require the "process" feature to be explicitly enabled.

The new version of x11rb changed HierarchyInfo.flags from a u32 to a
HierarchyMask. Heirachymask implements into<u32>, so I just added
a conversion.

A debdiff is attached, if I get no response I will probablly NMU this
when I upload the new nix and x11rb packages to unstable.

#1064490#10
Date:
2024-02-23 10:04:23 UTC
From:
To:
Hello,
<...>

Thanks, applied both upstream and in Debian.

#1064490#15
Date:
2024-02-23 10:19:50 UTC
From:
To:
We believe that the bug you reported is fixed in the latest version of
inputplug, 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 1064490@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrej Shadura <andrewsh@debian.org> (supplier of updated inputplug 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 ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Fri, 23 Feb 2024 11:01:01 +0100
Source: inputplug
Architecture: source
Version: 0.4.0-3
Distribution: unstable
Urgency: medium
Maintainer: Andrej Shadura <andrewsh@debian.org>
Changed-By: Andrej Shadura <andrewsh@debian.org>
Closes: 1064490
Changes:
 inputplug (0.4.0-3) unstable; urgency=medium
 .
   [ Peter Michael Green ]
   * Provide compatibility with upcoming rust-nix and rust-x11rb updates:
     - Explicitly enable the "process" feature in nix dependency (needed
       for nix 0.27)
     - Use of u32::from on info.flags is a no-op with x11rb 0.10 and lower
       because flags is already a u32. With x11rb 0.13, this will convert
       the flags to a u32.
     Closes: #1064490.
Checksums-Sha1:
 c6a469eeab26d99b266e1d9b97f387dab70dd65e 1582 inputplug_0.4.0-3.dsc
 263dd8c7eb76ad63eb634b5a0f5d93e742f48b97 3568 inputplug_0.4.0-3.debian.tar.xz
Checksums-Sha256:
 7467be6a30fcad1641f4a6e541a1d5c5ce52c45824a902d31f9aae775d962ec0 1582 inputplug_0.4.0-3.dsc
 da6723a8a0ef3ecb8129548deddbf14ef12d473b64877017e3d0cbea8ae44d43 3568 inputplug_0.4.0-3.debian.tar.xz
Files:
 6bd6ea52211771563d49b4b677887ae8 1582 x11 optional inputplug_0.4.0-3.dsc
 dcd804073d5f025163e6274832950711 3568 x11 optional inputplug_0.4.0-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----

iHUEARYIAB0WIQSD3NF/RLIsyDZW7aHoRGtKyMdyYQUCZdht1AAKCRDoRGtKyMdy
YdkDAQDZxAOvBbGPqxOreExXkdinZqcwpNVPFbF5BwtiLQFWnQD/VxQYCWQ+/a8y
DEiTuVlQaFeeo+LXNh0qLpzb7UCVcQU=
=4Lv0
-----END PGP SIGNATURE-----

#1064490#20
Date:
2024-02-24 07:25:37 UTC
From:
To:
reopen 1064490
thanks

Thanks for adopting the patches, however the package still build-depends on
librust-x11rb-0.8+default-dev, so it can't currently be built with the rust-x11rb
from experimental.