diff --git a/.gitignore b/.gitignore index 06176e1..68e9e1e 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/rust-thread-id.spec b/rust-thread-id.spec index 527ef3e..43798b5 100644 --- a/rust-thread-id.spec +++ b/rust-thread-id.spec @@ -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 diff --git a/sources b/sources index cf115f7..12a2de8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (thread-id-4.2.1.crate) = 91b07c01dbcf9a0b3edd6fd14f9f60ea26ed0cc8b21972e40fa2e34a0fa4abba1c71106994972929a99d9542bb186cc814406ee7979212526a69c5a8a49950c2 +SHA512 (thread-id-4.2.2.crate) = f67ee525d118a41270d45de609dd020d708853a6dce4f2dbe181ccaaaaf75cc7e615bcb37c05dd7b5a9bfd08fbf1ea611fb01f7fc171c56f8df13c56faffb49e diff --git a/thread-id-fix-metadata-auto.diff b/thread-id-fix-metadata-auto.diff index caa0a07..085bcb4 100644 --- a/thread-id-fix-metadata-auto.diff +++ b/thread-id-fix-metadata-auto.diff @@ -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]