Update to 1.2.4

epel9
Josh Stone 7 years ago
parent 2473c061f0
commit 809ba1fbca

1
.gitignore vendored

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

@ -6,8 +6,8 @@
%global crate byteorder %global crate byteorder
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.2.3 Version: 1.2.4
Release: 3%{?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
License: Unlicense or MIT License: Unlicense or MIT
@ -58,6 +58,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/ci %exclude %{cargo_registry}/%{crate}-%{version}/ci
%changelog %changelog
* Tue Jul 31 2018 Josh Stone <jistone@redhat.com> - 1.2.4-1
- Update to 1.2.4
* Sat Jul 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.3-3 * Sat Jul 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.3-3
- Rebuild to trigger tests - Rebuild to trigger tests

@ -1 +1 @@
SHA512 (byteorder-1.2.3.crate) = 336c9ac26d897042554d4c7c00a5c47cfdfa2a181511a7247b292c342156450c6cac95a2137d6f6a45f59ff1ef351a18dc73fb75e9e0c5b0b3a90d7026d39dc1 SHA512 (byteorder-1.2.4.crate) = 9a33433d942916b726b9d99c5abc6a7fe72c1d3f49faac12d124d066a98a0fbf6af865f18232f46e6d9898978659f31732f9e9f73d978b452389cf29ff646791

Loading…
Cancel
Save