update to version 2.4.0

epel9
Fabio Valentini 4 years ago
parent b364a817e2
commit c7c9875b67
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/ordered-float-2.0.1.crate /ordered-float-2.0.1.crate
/ordered-float-2.1.1.crate /ordered-float-2.1.1.crate
/ordered-float-2.2.0.crate /ordered-float-2.2.0.crate
/ordered-float-2.4.0.crate

@ -5,7 +5,7 @@
%global crate ordered-float %global crate ordered-float
Name: rust-%{crate} Name: rust-%{crate}
Version: 2.2.0 Version: 2.4.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Wrappers for total ordering on floats Summary: Wrappers for total ordering on floats
@ -95,6 +95,10 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat May 22 2021 Fabio Valentini <decathorpe@gmail.com> - 2.4.0-1
- Update to version 2.4.0.
- Fixes RHBZ#1963262
* Tue May 04 2021 Fabio Valentini <decathorpe@gmail.com> - 2.2.0-1 * Tue May 04 2021 Fabio Valentini <decathorpe@gmail.com> - 2.2.0-1
- Update to version 2.2.0. - Update to version 2.2.0.
- Fixes RHBZ#1956434 - Fixes RHBZ#1956434

@ -1 +1 @@
SHA512 (ordered-float-2.2.0.crate) = 927151b716ef1c05609603dc731c2934a146aeda21dbf0ae426290c3de1d37eb223eb427a014b2c987100ebdba641a1ce4fcee56f96bf51c24c3ed25844668ec SHA512 (ordered-float-2.4.0.crate) = 52ceb14b74d2ac1cf81c214b5c7624dfbb2879c93dfe687e414efc7b2da6ec35c588ab17544c02ef6cea3cc8b46c8c24194c369272a90996435f6d443a5152cb

Loading…
Cancel
Save