|
|
@ -5,8 +5,8 @@
|
|
|
|
%global crate uuid
|
|
|
|
%global crate uuid
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.6.5
|
|
|
|
Version: 0.7.1
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Library to generate and parse UUIDs
|
|
|
|
Summary: Library to generate and parse UUIDs
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: Apache-2.0 OR MIT
|
|
|
|
# Upstream license specification: Apache-2.0 OR MIT
|
|
|
@ -21,12 +21,13 @@ ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: (crate(byteorder/i128) >= 1.0.0 with crate(byteorder/i128) < 2.0.0)
|
|
|
|
BuildRequires: (crate(byteorder/i128) >= 1.0.0 with crate(byteorder/i128) < 2.0.0)
|
|
|
|
BuildRequires: (crate(cfg-if/default) >= 0.1.2 with crate(cfg-if/default) < 0.2.0)
|
|
|
|
|
|
|
|
BuildRequires: (crate(md5/default) >= 0.3.0 with crate(md5/default) < 0.4.0)
|
|
|
|
BuildRequires: (crate(md5/default) >= 0.3.0 with crate(md5/default) < 0.4.0)
|
|
|
|
BuildRequires: (crate(rand/default) >= 0.4.0 with crate(rand/default) < 0.5.0)
|
|
|
|
BuildRequires: (crate(rand/default) >= 0.5.0 with crate(rand/default) < 0.6.0)
|
|
|
|
BuildRequires: (crate(serde) >= 1.0.56 with crate(serde) < 2.0.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)
|
|
|
|
BuildRequires: (crate(sha1/default) >= 0.6.0 with crate(sha1/default) < 0.7.0)
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
|
|
|
|
BuildRequires: (crate(bincode/default) >= 1.0.0 with crate(bincode/default) < 2.0.0)
|
|
|
|
|
|
|
|
BuildRequires: (crate(serde_json/default) >= 1.0.0 with crate(serde_json/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(serde_test/default) >= 1.0.56 with crate(serde_test/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(serde_test/default) >= 1.0.56 with crate(serde_test/default) < 2.0.0)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
@ -169,18 +170,6 @@ which use "u128" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+u128-devel
|
|
|
|
%files -n %{name}+u128-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+use_std-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+use_std-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
|
|
|
which use "use_std" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+use_std-devel
|
|
|
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+v1-devel
|
|
|
|
%package -n %{name}+v1-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -245,6 +234,9 @@ which use "v5" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Nov 20 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.1-1
|
|
|
|
|
|
|
|
- Update to 0.7.1
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.5-3
|
|
|
|
* Fri Nov 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.5-3
|
|
|
|
- Adapt to new packaging
|
|
|
|
- Adapt to new packaging
|
|
|
|
|
|
|
|
|
|
|
|