Update to version 0.13.6; Fixes RHBZ#2249951

epel9 imports/e9/rust-primeorder-0.13.6-1.el9
Fabio Valentini 1 year ago
parent 32670490b1
commit 546c36394b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/primeorder-0.13.2.crate
/primeorder-0.13.3.crate
/primeorder-0.13.6.crate

@ -5,7 +5,7 @@
%global crate primeorder
Name: rust-primeorder
Version: 0.13.3
Version: 0.13.6
Release: %autorelease
Summary: Complete addition formulas for prime order elliptic curves
@ -50,6 +50,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+alloc-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+alloc-devel %{_description}
This package contains library source intended for building other packages which
use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dev-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (primeorder-0.13.3.crate) = b0463d9934622429bd7fe07daa6c65b19e83152dd4951405766ed33d00c208d14509cad61bf5b4a8b906140ff7323d1f6b9d1b92fe96c3509c7824fc0f9c87a2
SHA512 (primeorder-0.13.6.crate) = fdf52b47b36403d5218220b886a3ccec7828731b5a59ea1d48a25fa85de754544fa9c94d51356d2ed904bf2d908bdb4fa87c53e597a3c9f2941d7310f70198ac

Loading…
Cancel
Save