Update to version 1.21.0; Fixes RHBZ#2048799

epel9
Fabio Valentini 3 years ago
parent cac0f64308
commit aa5a7ec2dc
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -19,3 +19,4 @@
/rust_decimal-1.18.0.crate /rust_decimal-1.18.0.crate
/rust_decimal-1.19.0.crate /rust_decimal-1.19.0.crate
/rust_decimal-1.20.0.crate /rust_decimal-1.20.0.crate
/rust_decimal-1.21.0.crate

@ -5,7 +5,7 @@
%global crate rust_decimal %global crate rust_decimal
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.20.0 Version: 1.21.0
Release: %autorelease Release: %autorelease
Summary: Decimal Implementation written in pure Rust suitable for financial calculations Summary: Decimal Implementation written in pure Rust suitable for financial calculations
@ -308,8 +308,9 @@ use the "std" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# * skip tests that depend on files which are not included in published crates # * doctests fail to compile due to undeclared rust_decimal_macros dependency
%cargo_test -- -- --skip generated::test_ # * integration tests require files which are not included in published crates
%cargo_test -- --lib
%endif %endif
%changelog %changelog

@ -1,6 +1,6 @@
--- rust_decimal-1.20.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- rust_decimal-1.21.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rust_decimal-1.20.0/Cargo.toml 2022-01-27T11:33:06.687307+00:00 +++ rust_decimal-1.21.0/Cargo.toml 2022-01-31T22:21:39.416128+00:00
@@ -88,10 +88,6 @@ @@ -89,10 +89,6 @@
[dev-dependencies.bytes] [dev-dependencies.bytes]
version = "1.0" version = "1.0"

@ -1 +1 @@
SHA512 (rust_decimal-1.20.0.crate) = 912841a28f36efc25431ece1b03949836617c80bc595ac33074a92342158f730921cfbf93c11cd4a45cd8380eeb2a04a34f045f111ae94cc9930e1233f9f0a19 SHA512 (rust_decimal-1.21.0.crate) = 4321d01e5e4f5bc32090d77ae152a8d07bde3adc9a23a9625c97a3c03c1b1556f70438ff59cb9fbe99595e7cfb09a7ca402c392b8cca340378546818ee5b0dab

Loading…
Cancel
Save