update to version 2.5.1

epel9
Fabio Valentini 4 years ago
parent c7c9875b67
commit 99cbbb9063
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/ordered-float-2.1.1.crate
/ordered-float-2.2.0.crate
/ordered-float-2.4.0.crate
/ordered-float-2.5.1.crate

@ -5,7 +5,7 @@
%global crate ordered-float
Name: rust-%{crate}
Version: 2.4.0
Version: 2.5.1
Release: 1%{?dist}
Summary: Wrappers for total ordering on floats
@ -52,6 +52,30 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+rand-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rand-devel %{_description}
This package contains library source intended for building other packages
which use "rand" feature of "%{crate}" crate.
%files -n %{name}+rand-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+randtest-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+randtest-devel %{_description}
This package contains library source intended for building other packages
which use "randtest" feature of "%{crate}" crate.
%files -n %{name}+randtest-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
@ -95,6 +119,10 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Tue Jun 01 2021 Fabio Valentini <decathorpe@gmail.com> - 2.5.1-1
- Update to version 2.5.1.
- Fixes RHBZ#1964553
* Sat May 22 2021 Fabio Valentini <decathorpe@gmail.com> - 2.4.0-1
- Update to version 2.4.0.
- Fixes RHBZ#1963262

@ -1 +1 @@
SHA512 (ordered-float-2.4.0.crate) = 52ceb14b74d2ac1cf81c214b5c7624dfbb2879c93dfe687e414efc7b2da6ec35c588ab17544c02ef6cea3cc8b46c8c24194c369272a90996435f6d443a5152cb
SHA512 (ordered-float-2.5.1.crate) = 45b0ef459e8dc04eb2e35bb7c9b366ccb6d7af38450a376ad9eadbfa7b2d5526d014dc3fbcd9b04ca0cd061721738d65dff049c4b8571b688b5385537f6b0d5d

Loading…
Cancel
Save