Update to version 0.4.4; Fixes RHBZ#2292499

epel10
Fabio Valentini 8 months ago
parent b03dcffe5c
commit 5d9892efea
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/bigdecimal-0.3.0.crate
/bigdecimal-0.4.2.crate
/bigdecimal-0.4.3.crate
/bigdecimal-0.4.4.crate

@ -1,5 +1,5 @@
--- bigdecimal-0.4.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bigdecimal-0.4.3/Cargo.toml 2024-03-05T12:46:24.208088+00:00
--- bigdecimal-0.4.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bigdecimal-0.4.4/Cargo.toml 2024-06-16T16:04:09.419420+00:00
@@ -31,6 +31,7 @@
]
license = "MIT/Apache-2.0"
@ -8,7 +8,7 @@
[lib]
bench = false
@@ -59,7 +60,7 @@
@@ -68,7 +69,7 @@
version = "1"
[dev-dependencies.serde_test]

@ -5,7 +5,7 @@
%global crate bigdecimal
Name: rust-bigdecimal
Version: 0.4.3
Version: 0.4.4
Release: %autorelease
Summary: Arbitrary precision decimal numbers
@ -65,6 +65,30 @@ use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-json-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-json-devel %{_description}
This package contains library source intended for building other packages which
use the "serde-json" feature of the "%{crate}" crate.
%files -n %{name}+serde-json-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde_json-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde_json-devel %{_description}
This package contains library source intended for building other packages which
use the "serde_json" feature of the "%{crate}" crate.
%files -n %{name}+serde_json-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch

@ -0,0 +1,6 @@
[package]
cargo-toml-patch-comments = [
"relax serde_test dev-dependency to allow newer versions",
"exclude files that are only useful for upstream development",
]

@ -1 +1 @@
SHA512 (bigdecimal-0.4.3.crate) = 12a6ea51f2be99f9d31a67310517e749e62e3610c329f7b1becefb012dc047eebde75774f94076bf241ae1e875f3f99fa6a34dd9cf55f9ca32ca448c173bdbd4
SHA512 (bigdecimal-0.4.4.crate) = 7ad3c6b16c52d8571903d072f9bfe123cdbacc03e73b2930abcc04306bb544653821e4387a637bf73bcc1ded44e5bd8e1184b40ec102fad230aaf8bc56e7a7f1

Loading…
Cancel
Save