update to version 1.14.3

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

1
.gitignore vendored

@ -12,3 +12,4 @@
/rust_decimal-1.11.1.crate /rust_decimal-1.11.1.crate
/rust_decimal-1.13.0.crate /rust_decimal-1.13.0.crate
/rust_decimal-1.14.1.crate /rust_decimal-1.14.1.crate
/rust_decimal-1.14.3.crate

@ -5,7 +5,7 @@
%global crate rust_decimal %global crate rust_decimal
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.14.1 Version: 1.14.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: Decimal Implementation written in pure Rust suitable for financial calculations Summary: Decimal Implementation written in pure Rust suitable for financial calculations
@ -265,6 +265,10 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Jun 19 2021 Fabio Valentini <decathorpe@gmail.com> - 1.14.3-1
- Update to version 1.14.3.
- Fixes RHBZ#1968685
* Thu May 27 2021 Fabio Valentini <decathorpe@gmail.com> - 1.14.1-1 * Thu May 27 2021 Fabio Valentini <decathorpe@gmail.com> - 1.14.1-1
- Update to version 1.14.1. - Update to version 1.14.1.
- Fixes RHBZ#1963746 - Fixes RHBZ#1963746

@ -1 +1 @@
SHA512 (rust_decimal-1.14.1.crate) = 25753cd094e802402f45ab3cd24814925517f7412cb0d39648dee34854406c02f3e4b2a0b38deb13eb09c2396f47c8b2dc2f5ffa8727d5527fbb57abf8d6620a SHA512 (rust_decimal-1.14.3.crate) = df33b484ef42b6f3179adfba63f9484d93deafafadb5bbfd76d8c43a57aadac7eaea5567e589cf894028f1892222b26832bec24c1430cee36a204b56af8353aa

Loading…
Cancel
Save