Update to version 3.9.2

epel9 imports/e9/rust-ordered-float-3.9.2-1.el9
Fabio Valentini 1 year ago
parent 03fcad22d1
commit dfda51ec02
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -16,3 +16,4 @@
/ordered-float-3.6.0.crate /ordered-float-3.6.0.crate
/ordered-float-3.7.0.crate /ordered-float-3.7.0.crate
/ordered-float-3.9.1.crate /ordered-float-3.9.1.crate
/ordered-float-3.9.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%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.9.1 Version: 3.9.2
Release: %autorelease Release: %autorelease
Summary: Wrappers for total ordering on floats Summary: Wrappers for total ordering on floats
@ -191,7 +191,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

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

@ -0,0 +1,3 @@
[features]
hide = ["schemars", "speedy"]

@ -1 +1 @@
SHA512 (ordered-float-3.9.1.crate) = d9bf68e66ea11a43a97be4a4f612b210b9b66458edc0dae75d5ab6b43d74325281a97137949433159e07245e62266698d4ebcbdb988b6fec157a16b9327df51d SHA512 (ordered-float-3.9.2.crate) = 0da6c3e3cea03b1b5b26ed85b19ba1340f8c062160b17af0aee299d8ca38fc68d84743e146006e757943d2b66bda6d02e1abf104f1c7133ed70446a6cacbe24f

Loading…
Cancel
Save