Update to version 1.3.2; Fixes RHBZ#2192075

epel9
Fabio Valentini 2 years ago
parent 4f4749bc2b
commit 4abfac1159
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -15,3 +15,4 @@
/uuid-1.2.2.crate
/uuid-1.3.0.crate
/uuid-1.3.1.crate
/uuid-1.3.2.crate

@ -5,7 +5,7 @@
%global crate uuid
Name: rust-uuid
Version: 1.3.1
Version: 1.3.2
Release: %autorelease
Summary: Library to generate and parse UUIDs
@ -42,6 +42,7 @@ use the "%{crate}" crate.
%doc %{crate_instdir}/CODE_OF_CONDUCT.md
%doc %{crate_instdir}/CONTRIBUTING.md
%doc %{crate_instdir}/README.md
%doc %{crate_instdir}/SECURITY.md
%{crate_instdir}/
%package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (uuid-1.3.1.crate) = 53f2782cf4ded7bd84614d819e10979c3d60fb05fbbdf6adc8d282ec6a89be829feccc38fff29203260a4b267f332243cbb4d940d3dd83fc210716bf46e8ba44
SHA512 (uuid-1.3.2.crate) = b363d881d1eff875db7cf4de7290a41b74df5c419f9b78419ca074e2269f8fd24752f7ada5a87c8e2a6ecd5bb4ffd259bc7e900c8d3b7c709e4251cb449cf982

@ -1,5 +1,5 @@
--- uuid-1.3.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.3.1/Cargo.toml 2023-04-14T21:34:43.080760+00:00
--- uuid-1.3.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.3.2/Cargo.toml 2023-04-30T12:07:35.245653+00:00
@@ -173,17 +173,6 @@
]
v8 = []

@ -1,11 +1,11 @@
--- uuid-1.3.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.3.1/Cargo.toml 2023-04-14T21:36:00.861013+00:00
--- uuid-1.3.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.3.2/Cargo.toml 2023-04-30T12:08:00.549753+00:00
@@ -114,20 +114,6 @@
version = "2"
optional = true
-[dependencies.uuid-macro-internal]
-version = "1.3.1"
-version = "1.3.2"
-optional = true
-package = "uuid-macro-internal"
-

Loading…
Cancel
Save