|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate num-iter
|
|
|
|
%global crate num-iter
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.1.38
|
|
|
|
Version: 0.1.39
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: External iterators for generic mathematics
|
|
|
|
Summary: External iterators for generic mathematics
|
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ Source: %{crates_source}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: (crate(autocfg/default) >= 0.1.2 with crate(autocfg/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(autocfg/default) >= 0.1.3 with crate(autocfg/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(num-integer) >= 0.1.38 with crate(num-integer) < 0.2.0)
|
|
|
|
BuildRequires: (crate(num-integer) >= 0.1.38 with crate(num-integer) < 0.2.0)
|
|
|
|
BuildRequires: (crate(num-integer/std) >= 0.1.38 with crate(num-integer/std) < 0.2.0)
|
|
|
|
BuildRequires: (crate(num-integer/std) >= 0.1.38 with crate(num-integer/std) < 0.2.0)
|
|
|
|
BuildRequires: (crate(num-traits) >= 0.2.4 with crate(num-traits) < 0.3.0)
|
|
|
|
BuildRequires: (crate(num-traits) >= 0.2.4 with crate(num-traits) < 0.3.0)
|
|
|
@ -94,6 +94,9 @@ which use "std" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed May 22 2019 Josh Stone <jistone@redhat.com> - 0.1.39-1
|
|
|
|
|
|
|
|
- Update to 0.1.39
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 20 2019 Josh Stone <jistone@redhat.com> - 0.1.38-1
|
|
|
|
* Mon May 20 2019 Josh Stone <jistone@redhat.com> - 0.1.38-1
|
|
|
|
- Update to 0.1.38
|
|
|
|
- Update to 0.1.38
|
|
|
|
|
|
|
|
|
|
|
|