Update to 1.2.6

epel9
Josh Stone 7 years ago
parent 809ba1fbca
commit 281eab921e

1
.gitignore vendored

@ -3,3 +3,4 @@
/byteorder-1.2.2.crate
/byteorder-1.2.3.crate
/byteorder-1.2.4.crate
/byteorder-1.2.6.crate

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

@ -1 +1 @@
SHA512 (byteorder-1.2.4.crate) = 9a33433d942916b726b9d99c5abc6a7fe72c1d3f49faac12d124d066a98a0fbf6af865f18232f46e6d9898978659f31732f9e9f73d978b452389cf29ff646791
SHA512 (byteorder-1.2.6.crate) = 7106b5404a213b080a231c4bcc3010caa2f2743a0d0b64553e0c789ad849970ce1fb547b330711d03374cba5a7ff56b728f5259d0c6fe7ac00c8c13324503dce

Loading…
Cancel
Save