|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.5.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Library to generate and parse UUIDs
|
|
|
|
|
|
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
@ -32,11 +32,6 @@ BuildRequires: (crate(sha1) >= 0.4.0 with crate(sha1) < 0.5.0)
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
# FIXME: implicit features
|
|
|
|
|
# https://github.com/rust-lang-nursery/uuid/pull/111
|
|
|
|
|
# https://github.com/rust-lang/cargo/issues/4911
|
|
|
|
|
Provides: crate(%{crate}/rustc-serialize) = %{version}
|
|
|
|
|
Provides: crate(%{crate}/serde) = %{version}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
@ -66,6 +61,9 @@ which use %{crate} from crates.io.
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.1-4
|
|
|
|
|
- Rebuild for rust-packaging v5
|
|
|
|
|
|
|
|
|
|
* Sun Jan 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.1-3
|
|
|
|
|
- Add implicit cargo features
|
|
|
|
|
|
|
|
|
|