|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.7.1
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Library to generate and parse UUIDs
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: Apache-2.0 OR MIT
|
|
|
|
@ -16,14 +16,16 @@ URL: https://crates.io/crates/uuid
|
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
|
# Initial patched metadata
|
|
|
|
|
# * Drop slog dependency until packaged
|
|
|
|
|
# * Bump rand to 0.6
|
|
|
|
|
# * Bump md5 to 0.6
|
|
|
|
|
Patch0: uuid-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
BuildRequires: (crate(byteorder/i128) >= 1.0.0 with crate(byteorder/i128) < 2.0.0)
|
|
|
|
|
BuildRequires: (crate(md5/default) >= 0.3.0 with crate(md5/default) < 0.4.0)
|
|
|
|
|
BuildRequires: (crate(rand/default) >= 0.5.0 with crate(rand/default) < 0.6.0)
|
|
|
|
|
BuildRequires: (crate(md5/default) >= 0.6.0 with crate(md5/default) < 0.7.0)
|
|
|
|
|
BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0)
|
|
|
|
|
BuildRequires: (crate(serde) >= 1.0.56 with crate(serde) < 2.0.0)
|
|
|
|
|
BuildRequires: (crate(sha1/default) >= 0.6.0 with crate(sha1/default) < 0.7.0)
|
|
|
|
|
%if %{with check}
|
|
|
|
@ -213,6 +215,9 @@ chmod -x benches/*.rs
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Dec 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.1-3
|
|
|
|
|
- Bump rand, md5 to 0.6
|
|
|
|
|
|
|
|
|
|
* Sat Dec 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.1-2
|
|
|
|
|
- Run tests in infrastructure
|
|
|
|
|
|
|
|
|
|