update to version 2.2.0

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

1
.gitignore vendored

@ -3,3 +3,4 @@
/ordered-float-2.0.0.crate /ordered-float-2.0.0.crate
/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

@ -0,0 +1,3 @@
[DEFAULT]
unwanted-features =
schemars

@ -1,11 +1,11 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 17
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ordered-float %global crate ordered-float
Name: rust-%{crate} Name: rust-%{crate}
Version: 2.1.1 Version: 2.2.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
* Tue May 04 2021 Fabio Valentini <decathorpe@gmail.com> - 2.2.0-1
- Update to version 2.2.0.
- Fixes RHBZ#1956434
* Sun Feb 07 2021 Fabio Valentini <decathorpe@gmail.com> - 2.1.1-1 * Sun Feb 07 2021 Fabio Valentini <decathorpe@gmail.com> - 2.1.1-1
- Update to version 2.1.1. - Update to version 2.1.1.
- Fixes RHBZ#1925289 - Fixes RHBZ#1925289

@ -1 +1 @@
SHA512 (ordered-float-2.1.1.crate) = 62501a9716f7de79f03141d10dd5ae528d4b8da1a86c37258c32286c86dc750bfc8b0e3933f547edc56efac1296491f96b77c6cdf02b0c4840a115a7c371d51e SHA512 (ordered-float-2.2.0.crate) = 927151b716ef1c05609603dc731c2934a146aeda21dbf0ae426290c3de1d37eb223eb427a014b2c987100ebdba641a1ce4fcee56f96bf51c24c3ed25844668ec

Loading…
Cancel
Save