Update to version 0.4.5; Fixes RHBZ#2263089

epel10
Fabio Valentini 11 months ago
parent 7a377ce731
commit 87d00ff51f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -13,3 +13,4 @@
/num-complex-0.4.1.crate
/num-complex-0.4.3.crate
/num-complex-0.4.4.crate
/num-complex-0.4.5.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate num-complex
Name: rust-num-complex
Version: 0.4.4
Version: 0.4.5
Release: %autorelease
Summary: Complex numbers implementation for Rust
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/num-complex
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Complex numbers implementation for Rust.}
@ -133,7 +133,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (num-complex-0.4.4.crate) = 632f9486df426d9254d2b6484c560b31e4ac0270de85878b9c4d14339a05ab318a90019f0724d2fac4d8496b03680650f899cedb1741c58eb7536cf3732db600
SHA512 (num-complex-0.4.5.crate) = 7b607f240773e4f4ff1954f46b2ee85be1a4f012e2d290343f6178543d10b69c0e9e1a93b0df8efa013c3914ad48321e1d96a4578092ae4d359acdc239ce1ebf

Loading…
Cancel
Save