|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate rust_decimal
|
|
|
|
%global crate rust_decimal
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.11.1
|
|
|
|
Version: 1.13.0
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
@ -89,6 +89,18 @@ which use "bytes" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+bytes-devel
|
|
|
|
%files -n %{name}+bytes-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%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
|
|
|
|
%package -n %{name}+db-diesel-postgres-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -249,10 +261,14 @@ which use "std" feature of "%{crate}" crate.
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
# skip tests that depend on files not shipped with published crates
|
|
|
|
# skip tests that depend on files not shipped with published crates
|
|
|
|
%cargo_test -- -- --skip generated::test_div_
|
|
|
|
%cargo_test -- -- --skip generated::test_
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Wed Apr 21 2021 Fabio Valentini <decathorpe@gmail.com> - 1.11.1-1
|
|
|
|
- Update to version 1.11.1.
|
|
|
|
- Update to version 1.11.1.
|
|
|
|
- Fixes RHBZ#1950566
|
|
|
|
- Fixes RHBZ#1950566
|
|
|
|