diff --git a/.gitignore b/.gitignore index bdb382f..07aeecf 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /uuid-1.1.2.crate /uuid-1.2.0.crate /uuid-1.2.1.crate +/uuid-1.2.2.crate diff --git a/rust-uuid.spec b/rust-uuid.spec index 6658dfc..1e9dcb2 100644 --- a/rust-uuid.spec +++ b/rust-uuid.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 23 %bcond_without check %global debug_package %{nil} %global crate uuid Name: rust-uuid -Version: 1.2.1 +Version: 1.2.2 Release: %autorelease Summary: Library to generate and parse UUIDs @@ -14,11 +14,6 @@ URL: https://crates.io/crates/uuid Source: %{crates_source} # Automatically generated patch to strip foreign dependencies Patch: uuid-fix-metadata-auto.diff -# Manually created patch for downstream crate metadata changes -# * relax arbitrary dependency from =1.1.3 to ^1.1.3 -Patch: uuid-fix-metadata.diff - -ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21 diff --git a/sources b/sources index e9a496c..518de01 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uuid-1.2.1.crate) = e45b17d1fee6f32efbb0c4d556ff04d90ae94521890f0cbb7253171f3d469a202251cbdfc8d422e5ac39eea7b912a9ebd47fa749d6d183d05f8445d8e09a98cf +SHA512 (uuid-1.2.2.crate) = 6036d9e115a99b4359ae52c00bd194639d0e37afb86713cf8cec21ba67c71b89b0b10e3c08d9603f948023b532a75f869bee4d11e6ba8a9ef844f7464b028037 diff --git a/uuid-fix-metadata-auto.diff b/uuid-fix-metadata-auto.diff index 9c635c8..aa5f3e1 100644 --- a/uuid-fix-metadata-auto.diff +++ b/uuid-fix-metadata-auto.diff @@ -1,14 +1,6 @@ ---- uuid-1.2.1/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ uuid-1.2.1/Cargo.toml 1970-01-01T00:00:01+00:00 -@@ -153,7 +153,6 @@ - "rand", - ] - js = [ -- "wasm-bindgen", - "getrandom", - "getrandom/js", - ] -@@ -173,17 +172,6 @@ +--- uuid-1.2.2/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ uuid-1.2.2/Cargo.toml 1970-01-01T00:00:01+00:00 +@@ -173,17 +173,6 @@ ] v8 = [] diff --git a/uuid-fix-metadata.diff b/uuid-fix-metadata.diff deleted file mode 100644 index 6456211..0000000 --- a/uuid-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- uuid-1.2.1/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ uuid-1.2.1/Cargo.toml 2022-10-11T13:28:50.750561+00:00 -@@ -74,7 +74,7 @@ - ] - - [dependencies.arbitrary] --version = "=1.1.3" -+version = "1.1.3" - optional = true - - [dependencies.atomic]