Update to 0.2.1

epel9
Josh Stone 6 years ago
parent 55ee5d0484
commit 35eeafd810

1
.gitignore vendored

@ -3,3 +3,4 @@
/num-complex-0.1.42.crate
/num-complex-0.1.43.crate
/num-complex-0.2.0.crate
/num-complex-0.2.1.crate

@ -5,10 +5,11 @@
%global crate num-complex
Name: rust-%{crate}
Version: 0.2.0
Release: 2%{?dist}
Version: 0.2.1
Release: 1%{?dist}
Summary: Complex numbers implementation for Rust
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/num-complex
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
@ -55,6 +56,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Tue Oct 09 2018 Josh Stone <jistone@redhat.com> - 0.2.1-1
- Update to 0.2.1
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (num-complex-0.2.0.crate) = b82d84e6a15bf5acc6111265670ffacd194d27b9fbe1672860b3230aa334d2e36f9054c2cdbce5a31e0dce89f15ff1b25b4de23d520dbb937144d2350c967dc9
SHA512 (num-complex-0.2.1.crate) = 38a5f6e9570e3cddecd987db002405387ae631f727be50324da6c9c3fa4c97c329cf26723b86401a6f0fa35e696bd0c782fdbc5f0aff4574af83f10f61fbafba

Loading…
Cancel
Save