|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate byteorder
|
|
|
|
%global crate byteorder
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.2.4
|
|
|
|
Version: 1.2.6
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Library for reading/writing numbers in big-endian and little-endian
|
|
|
|
Summary: Library for reading/writing numbers in big-endian and little-endian
|
|
|
|
|
|
|
|
|
|
|
@ -19,8 +19,8 @@ ExclusiveArch: %{rust_arches}
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
# [dev-dependencies]
|
|
|
|
# [dev-dependencies]
|
|
|
|
BuildRequires: (crate(quickcheck) >= 0.6.0 with crate(quickcheck) < 0.7.0)
|
|
|
|
BuildRequires: (crate(quickcheck) >= 0.7.0 with crate(quickcheck) < 0.8.0)
|
|
|
|
BuildRequires: (crate(rand) >= 0.4.0 with crate(rand) < 0.5.0)
|
|
|
|
BuildRequires: (crate(rand) >= 0.5.0 with crate(rand) < 0.6.0)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -58,6 +58,9 @@ which use %{crate} from crates.io.
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version}/ci
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version}/ci
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Aug 30 2018 Josh Stone <jistone@redhat.com> - 1.2.6-1
|
|
|
|
|
|
|
|
- Update to 1.2.6
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 31 2018 Josh Stone <jistone@redhat.com> - 1.2.4-1
|
|
|
|
* Tue Jul 31 2018 Josh Stone <jistone@redhat.com> - 1.2.4-1
|
|
|
|
- Update to 1.2.4
|
|
|
|
- Update to 1.2.4
|
|
|
|
|
|
|
|
|
|
|
|