update to version 1.10.3

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

1
.gitignore vendored

@ -8,3 +8,4 @@
/rust_decimal-1.7.0.crate
/rust_decimal-1.8.1.crate
/rust_decimal-1.10.2.crate
/rust_decimal-1.10.3.crate

@ -5,7 +5,7 @@
%global crate rust_decimal
Name: rust-%{crate}
Version: 1.10.2
Version: 1.10.3
Release: 1%{?dist}
Summary: Decimal Implementation written in pure Rust suitable for financial calculations
@ -216,6 +216,10 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Sat Feb 27 2021 Fabio Valentini <decathorpe@gmail.com> - 1.10.3-1
- Update to version 1.10.3.
- Fixes RHBZ#1928883
* Sun Feb 07 2021 Fabio Valentini <decathorpe@gmail.com> - 1.10.2-1
- Update to version 1.10.2.
- Fixes RHBZ#1911306

@ -1 +1 @@
SHA512 (rust_decimal-1.10.2.crate) = c7d0b1e14fced3289255bfc882f0adcb5bffc1b253d03279e675fbcd7e8e9311ff28e4fa18ec0751cb51bce74a83672a9d934c0a3103fc20c6b29dc3883ff2a8
SHA512 (rust_decimal-1.10.3.crate) = 0f443a2fa73f0b83917d256f79c3de95edad2a5392608d424df2f888c883eb4c052e7dcac4bec4daa9e647510a8ff18c5e9b98a3dbd3f9ec6815e0f55b7b199a

Loading…
Cancel
Save