update to version 1.13.0

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

1
.gitignore vendored

@ -10,3 +10,4 @@
/rust_decimal-1.10.2.crate
/rust_decimal-1.10.3.crate
/rust_decimal-1.11.1.crate
/rust_decimal-1.13.0.crate

@ -5,7 +5,7 @@
%global crate rust_decimal
Name: rust-%{crate}
Version: 1.11.1
Version: 1.13.0
Release: 1%{?dist}
Summary: Decimal Implementation written in pure Rust suitable for financial calculations
@ -89,6 +89,18 @@ which use "bytes" feature of "%{crate}" crate.
%files -n %{name}+bytes-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+c-repr-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+c-repr-devel %{_description}
This package contains library source intended for building other packages
which use "c-repr" feature of "%{crate}" crate.
%files -n %{name}+c-repr-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+db-diesel-postgres-devel
Summary: %{summary}
BuildArch: noarch
@ -249,10 +261,14 @@ which use "std" feature of "%{crate}" crate.
%if %{with check}
%check
# skip tests that depend on files not shipped with published crates
%cargo_test -- -- --skip generated::test_div_
%cargo_test -- -- --skip generated::test_
%endif
%changelog
* Thu May 06 2021 Fabio Valentini <decathorpe@gmail.com> - 1.13.0-1
- Update to version 1.13.0.
- Fixes RHBZ#1953064
* Wed Apr 21 2021 Fabio Valentini <decathorpe@gmail.com> - 1.11.1-1
- Update to version 1.11.1.
- Fixes RHBZ#1950566

@ -1 +1 @@
SHA512 (rust_decimal-1.11.1.crate) = c994a22141f5ad59ea7adc500d227f466ffbf914ab9cafd9a6be49ba2caa6dd3640d552e8e23a7ae5af19cfccb9b21213327e0cbe293287713dd3c802e682b50
SHA512 (rust_decimal-1.13.0.crate) = 3107892851b7da0542e8b89ca0f76b1daf73075d11688a019a277103cbba1493b8b62bb1ba4873f3262a28ed2c17615c07bb4eb383fe55d6ce5e67022195edf2

Loading…
Cancel
Save