Update to version 3.7.0; Fixes RHBZ#2188961

epel9
Fabio Valentini 2 years ago
parent e49695c38a
commit 4522061e89
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/ordered-float-3.2.0.crate
/ordered-float-3.4.0.crate
/ordered-float-3.6.0.crate
/ordered-float-3.7.0.crate

@ -5,7 +5,7 @@
%global crate ordered-float
Name: rust-ordered-float
Version: 3.6.0
Version: 3.7.0
Release: %autorelease
Summary: Wrappers for total ordering on floats
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/ordered-float
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Wrappers for total ordering on floats.}
@ -118,6 +118,54 @@ use the "rkyv" feature of the "%{crate}" crate.
%files -n %{name}+rkyv-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rkyv_16-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rkyv_16-devel %{_description}
This package contains library source intended for building other packages which
use the "rkyv_16" feature of the "%{crate}" crate.
%files -n %{name}+rkyv_16-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rkyv_32-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rkyv_32-devel %{_description}
This package contains library source intended for building other packages which
use the "rkyv_32" feature of the "%{crate}" crate.
%files -n %{name}+rkyv_32-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rkyv_64-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rkyv_64-devel %{_description}
This package contains library source intended for building other packages which
use the "rkyv_64" feature of the "%{crate}" crate.
%files -n %{name}+rkyv_64-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rkyv_ck-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rkyv_ck-devel %{_description}
This package contains library source intended for building other packages which
use the "rkyv_ck" feature of the "%{crate}" crate.
%files -n %{name}+rkyv_ck-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (ordered-float-3.6.0.crate) = 83386ea83101a1fb1327314f02b12ab540add86bd45bc8d2354bddc0d680560ceebb55cbe74bcbd46f2f2e2c7cd3e36e14e8b83c5045c79199c2ce29dc2629a6
SHA512 (ordered-float-3.7.0.crate) = 3255319d89a9738c1ab64e4c7b97ccfdc3081a63507ad44e062a366eb75caedcf67bd8bb4f2b79bb015e2c180b99d2997dadd9476d8298f4235aee175321e7c7

Loading…
Cancel
Save