Update to version 3.4.0; Fixes RHBZ#2136035

epel9
Fabio Valentini 2 years ago
parent 01b854c79d
commit 5f5c573806
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/ordered-float-2.10.0.crate /ordered-float-2.10.0.crate
/ordered-float-3.0.0.crate /ordered-float-3.0.0.crate
/ordered-float-3.2.0.crate /ordered-float-3.2.0.crate
/ordered-float-3.4.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 23
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ordered-float %global crate ordered-float
Name: rust-ordered-float Name: rust-ordered-float
Version: 3.2.0 Version: 3.4.0
Release: %autorelease Release: %autorelease
Summary: Wrappers for total ordering on floats Summary: Wrappers for total ordering on floats
@ -13,8 +13,6 @@ License: MIT
URL: https://crates.io/crates/ordered-float URL: https://crates.io/crates/ordered-float
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
@ -60,6 +58,18 @@ use the "arbitrary" feature of the "%{crate}" crate.
%files -n %{name}+arbitrary-devel %files -n %{name}+arbitrary-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+bytemuck-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+bytemuck-devel %{_description}
This package contains library source intended for building other packages which
use the "bytemuck" feature of the "%{crate}" crate.
%files -n %{name}+bytemuck-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+proptest-devel %package -n %{name}+proptest-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1,3 +1,4 @@
[DEFAULT] [DEFAULT]
unwanted-features = unwanted-features =
schemars schemars
speedy

@ -1 +1 @@
SHA512 (ordered-float-3.2.0.crate) = c3225f8b6174e22f8588d72f8d7736bda42fb0c54f9f57492bef2bd6b22cd0663fb0ca326f4bc5d72ee8499ce4d2cffed74173d0ef7e35bb10aeb0445f6b8240 SHA512 (ordered-float-3.4.0.crate) = 29c19da11b14c941e86087a54d5dbc52bff21a23711b949c120281beff8648a01a05eeadd45a41be822911d09679f6a559ad537df3d2213255e3b9d11f924f27

Loading…
Cancel
Save