Update to version 4.2.2; Fixes RHBZ#2298753

epel10 imports/epel10/rust-thread-id-4.2.2-1.el10
Fabio Valentini 7 months ago
parent 0bb040ffc3
commit c8626baf54
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/thread-id-4.1.0.crate
/thread-id-4.2.0.crate
/thread-id-4.2.1.crate
/thread-id-4.2.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate thread-id
Name: rust-thread-id
Version: 4.2.1
Version: 4.2.2
Release: %autorelease
Summary: Get a unique thread ID

@ -1 +1 @@
SHA512 (thread-id-4.2.1.crate) = 91b07c01dbcf9a0b3edd6fd14f9f60ea26ed0cc8b21972e40fa2e34a0fa4abba1c71106994972929a99d9542bb186cc814406ee7979212526a69c5a8a49950c2
SHA512 (thread-id-4.2.2.crate) = f67ee525d118a41270d45de609dd020d708853a6dce4f2dbe181ccaaaaf75cc7e615bcb37c05dd7b5a9bfd08fbf1ea611fb01f7fc171c56f8df13c56faffb49e

@ -1,5 +1,5 @@
--- thread-id-4.2.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ thread-id-4.2.1/Cargo.toml 2023-10-17T10:20:41.246114+00:00
--- thread-id-4.2.2/Cargo.toml 2024-07-18T18:38:11+00:00
+++ thread-id-4.2.2/Cargo.toml 2024-07-29T21:57:39.735297+00:00
@@ -22,6 +22,4 @@
repository = "https://github.com/ruuda/thread-id"
[target."cfg(unix)".dependencies.libc]

Loading…
Cancel
Save