Update to version 1.2.1; Fixes RHBZ#2133232

epel9
Fabio Valentini 2 years ago
parent d625fa1be5
commit 72cef6f6b8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/uuid-1.1.1.crate
/uuid-1.1.2.crate
/uuid-1.2.0.crate
/uuid-1.2.1.crate

@ -5,7 +5,7 @@
%global crate uuid
Name: rust-uuid
Version: 1.2.0
Version: 1.2.1
Release: %autorelease
Summary: Library to generate and parse UUIDs
@ -297,18 +297,6 @@ use the "v8" feature of the "%{crate}" crate.
%files -n %{name}+v8-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+wasm-bindgen-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+wasm-bindgen-devel %{_description}
This package contains library source intended for building other packages which
use the "wasm-bindgen" feature of the "%{crate}" crate.
%files -n %{name}+wasm-bindgen-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep

@ -1,5 +1,6 @@
[DEFAULT]
unwanted-features =
wasm-bindgen
zerocopy
js
macro-diagnostics

@ -1 +1 @@
SHA512 (uuid-1.2.0.crate) = 123e7987c6847e14c001a92d92e1f49ab7961130edf66c0db9aed94e20e3146fb01111414abcd627688de7b01618d399f0ffaf97781aa183f60c8e75fa6cf4e0
SHA512 (uuid-1.2.1.crate) = e45b17d1fee6f32efbb0c4d556ff04d90ae94521890f0cbb7253171f3d469a202251cbdfc8d422e5ac39eea7b912a9ebd47fa749d6d183d05f8445d8e09a98cf

@ -1,5 +1,5 @@
--- uuid-1.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
--- 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",
]

@ -1,5 +1,5 @@
--- uuid-1.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.2.0/Cargo.toml 2022-10-08T14:28:24.038588+00:00
--- 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 @@
]

Loading…
Cancel
Save