Update to 1.3.0

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

1
.gitignore vendored

@ -5,3 +5,4 @@
/byteorder-1.2.4.crate /byteorder-1.2.4.crate
/byteorder-1.2.6.crate /byteorder-1.2.6.crate
/byteorder-1.2.7.crate /byteorder-1.2.7.crate
/byteorder-1.3.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm # Generated by rust2rpm
# Tests are run in infrastructure # * Tests are run in infrastructure
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate byteorder %global crate byteorder
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.2.7 Version: 1.3.0
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}
BuildRequires: (crate(quickcheck) >= 0.7.0 with crate(quickcheck) < 0.8.0) BuildRequires: (crate(quickcheck) >= 0.8.0 with crate(quickcheck) < 0.9.0)
BuildRequires: (crate(rand/default) >= 0.5.0 with crate(rand/default) < 0.6.0) BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0)
%endif %endif
%global _description \ %global _description \
@ -94,6 +94,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Jan 19 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.0-1
- Update to 1.3.0
* Fri Oct 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.7-1 * Fri Oct 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.7-1
- Update to 1.2.7 - Update to 1.2.7

@ -1 +1 @@
SHA512 (byteorder-1.2.7.crate) = 166bf831dac44332fb05679add5ed8c54d692a582cdb8584486dee8295080a625d12eebe40de6f3b82ef98a1f4c65503da9c84d570b14d58dd5e31a3cc6b7391 SHA512 (byteorder-1.3.0.crate) = 7a5383c3592edfceec89d52b57ec57e5d7dccebaf5b6ee44782449363ede202dae74c4b6184a1e00dc5b1c5ee4025264887319507b13826cfd9dad60d5d60be8

Loading…
Cancel
Save