Update to version 1.15.0; Fixes RHBZ#1986673

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

1
.gitignore vendored

@ -13,3 +13,4 @@
/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 /rust_decimal-1.14.3.crate
/rust_decimal-1.15.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 17 # Generated by rust2rpm 18
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate rust_decimal %global crate rust_decimal
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.14.3 Version: 1.15.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
@ -149,6 +149,18 @@ which use "maths" feature of "%{crate}" crate.
%files -n %{name}+maths-devel %files -n %{name}+maths-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+maths-nopanic-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+maths-nopanic-devel %{_description}
This package contains library source intended for building other packages
which use "maths-nopanic" feature of "%{crate}" crate.
%files -n %{name}+maths-nopanic-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+rust-fuzz-devel %package -n %{name}+rust-fuzz-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (rust_decimal-1.14.3.crate) = df33b484ef42b6f3179adfba63f9484d93deafafadb5bbfd76d8c43a57aadac7eaea5567e589cf894028f1892222b26832bec24c1430cee36a204b56af8353aa SHA512 (rust_decimal-1.15.0.crate) = 1034ad4e2aefe1478429ae991fc2d1df95caed8b429ddf6c00c87ae953ecdac1e109abca96a4b4ae5264445d4ff5e154dc7d83da25787808ad10a37cb831a581

Loading…
Cancel
Save