Update to 1.3.2

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 1a2db97f08
commit 7488f06ca3
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -7,3 +7,4 @@
/byteorder-1.2.7.crate /byteorder-1.2.7.crate
/byteorder-1.3.0.crate /byteorder-1.3.0.crate
/byteorder-1.3.1.crate /byteorder-1.3.1.crate
/byteorder-1.3.2.crate

@ -5,16 +5,14 @@
%global crate byteorder %global crate byteorder
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.3.1 Version: 1.3.2
Release: 4%{?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
# Upstream license specification: Unlicense OR MIT # Upstream license specification: Unlicense OR MIT
License: Unlicense or MIT License: Unlicense or MIT
URL: https://crates.io/crates/byteorder URL: https://crates.io/crates/byteorder
Source: %{crates_source} Source: %{crates_source}
# https://github.com/BurntSushi/byteorder/commit/c25f0f9db85c3de547053db8a36e208930c836e0
Patch0001: 0001-doc-fix-overflowing-literals-in-doc-tests.patch
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -24,6 +22,7 @@ BuildArch: noarch
BuildRequires: rust-packaging BuildRequires: rust-packaging
%if ! %{__cargo_skip_build} %if ! %{__cargo_skip_build}
%if %{with check} %if %{with check}
BuildRequires: (crate(doc-comment/default) >= 0.3.0 with crate(doc-comment/default) < 0.4.0)
BuildRequires: (crate(quickcheck) >= 0.8.0 with crate(quickcheck) < 0.9.0) BuildRequires: (crate(quickcheck) >= 0.8.0 with crate(quickcheck) < 0.9.0)
BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0) BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0)
%endif %endif
@ -100,6 +99,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Jun 09 17:01:45 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.2-1
- Update to 1.3.2
* Sun Jun 09 12:28:17 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.1-4 * Sun Jun 09 12:28:17 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.1-4
- Fix skip_build - Fix skip_build

@ -1 +1 @@
SHA512 (byteorder-1.3.1.crate) = b8d8273293f776cf567dbb9357e73a65cfd352461963b2ba202959bb48338f5e14eaebb221f940c09dc0b3214924e40194f6952c32631f20a18030ad22258c25 SHA512 (byteorder-1.3.2.crate) = 2ef6b986926a4671dd945583730b0bfd4bd5e75b62a8a70c2875328157ba95f2c1b17c534d905e9b287457bd34363c1a33fd3dee9217c371032393ebbe206a8f

Loading…
Cancel
Save