diff --git a/.gitignore b/.gitignore index 3328e65..59206c1 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /uuid-1.8.0.crate /uuid-1.9.0.crate /uuid-1.9.1.crate +/uuid-1.10.0.crate diff --git a/rust-uuid.spec b/rust-uuid.spec index e5fc50e..43d43d7 100644 --- a/rust-uuid.spec +++ b/rust-uuid.spec @@ -5,7 +5,7 @@ %global crate uuid Name: rust-uuid -Version: 1.9.1 +Version: 1.10.0 Release: %autorelease Summary: Library to generate and parse UUIDs diff --git a/sources b/sources index bc683be..7a34b4c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uuid-1.9.1.crate) = 4d2a728155eea2fb065f72df36bf88092d0f7edb4d1a1472e380943ceba9cf7b396364238fbf33d5f8d7891664c94daa56f3dd58148258644ffb539d5804111e +SHA512 (uuid-1.10.0.crate) = e17db9433d919b51468acaebd240a2cb218d07f099fade49118ca9313f8cdf6aa3103e7aa24440be65a4f25a25f8f511e36dba08cbef27747f9e43b849cd612b diff --git a/uuid-fix-metadata-auto.diff b/uuid-fix-metadata-auto.diff index 8d78074..6a9fed9 100644 --- a/uuid-fix-metadata-auto.diff +++ b/uuid-fix-metadata-auto.diff @@ -1,5 +1,5 @@ ---- uuid-1.9.1/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ uuid-1.9.1/Cargo.toml 2024-07-06T01:33:16.138565+00:00 +--- uuid-1.10.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ uuid-1.10.0/Cargo.toml 2024-07-31T15:34:42.021322+00:00 @@ -169,7 +169,6 @@ "dep:rand", ] diff --git a/uuid-fix-metadata.diff b/uuid-fix-metadata.diff index fe4add4..798f6c3 100644 --- a/uuid-fix-metadata.diff +++ b/uuid-fix-metadata.diff @@ -1,6 +1,14 @@ ---- uuid-1.9.1/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ uuid-1.9.1/Cargo.toml 2024-07-06T01:35:23.157191+00:00 -@@ -88,16 +88,6 @@ +--- uuid-1.10.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ uuid-1.10.0/Cargo.toml 2024-07-31T15:36:07.779549+00:00 +@@ -48,7 +48,6 @@ + "serde", + "arbitrary", + "slog", +- "borsh", + "v1", + "v3", + "v4", +@@ -88,16 +87,6 @@ optional = true default-features = false @@ -17,18 +25,18 @@ [dependencies.bytemuck] version = "1.14.0" features = ["derive"] -@@ -130,10 +120,6 @@ +@@ -130,10 +119,6 @@ version = "2" optional = true -[dependencies.uuid-macro-internal] --version = "1.9.1" +-version = "1.10.0" -optional = true - [dependencies.zerocopy] version = "0.7" features = ["derive"] -@@ -159,19 +145,11 @@ +@@ -159,19 +144,11 @@ [features] atomic = ["dep:atomic"]