Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent a4ae8d42d7
commit 5cc4b96ea4
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,27 +1,32 @@
# Generated by rust2rpm
# * Tests are run in infrastructure
%bcond_with check
# Generated by rust2rpm 9
%bcond_without check
%global debug_package %{nil}
%global crate statistical
Name: rust-%{crate}
Version: 1.0.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Simple statistics library
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/statistical
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(num/default) >= 0.2.0 with crate(num/default) < 0.3.0)
BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0)
%endif
%global _description \
A simple statistics library.
%global _description %{expand:
Simple statistics library.}
%description %{_description}
@ -67,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jun 09 14:46:19 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.0-2
- Regenerate
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.0-1
- Update to 1.0.0

@ -1,10 +0,0 @@
--- statistical-0.1.1/Cargo.toml 2015-08-11T22:44:37+02:00
+++ statistical-0.1.1/Cargo.toml 2019-01-28T16:18:30.675878+01:00
@@ -13,5 +13,5 @@
keywords = ["statistics", "statistical", "analysis", "math", "algorithm"]
[dependencies]
-rand = "0.3.7"
-num = "0.1.23"
+rand = "0.6"
+num = "0.2"
Loading…
Cancel
Save