|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate rust_decimal
|
|
|
|
%global crate rust_decimal
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.7.0
|
|
|
|
Version: 1.8.1
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
@ -173,6 +173,18 @@ which use "serde-float" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+serde-float-devel
|
|
|
|
%files -n %{name}+serde-float-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+std-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+std-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
|
|
|
which use "std" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+std-devel
|
|
|
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+tokio-pg-devel
|
|
|
|
%package -n %{name}+tokio-pg-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -216,6 +228,9 @@ which use "tokio-postgres" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Sep 23 2020 Fabio Valentini <decathorpe@gmail.com> - 1.8.1-1
|
|
|
|
|
|
|
|
- Update to version 1.8.1.
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Josh Stone <jistone@redhat.com> - 1.7.0-1
|
|
|
|
* Wed Jul 29 2020 Josh Stone <jistone@redhat.com> - 1.7.0-1
|
|
|
|
- Update to 1.7.0
|
|
|
|
- Update to 1.7.0
|
|
|
|
|
|
|
|
|
|
|
|