From 5cc4b96ea47c1cb02532a71176b89b3f37b177f2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 09 2019 12:46:53 +0000 Subject: Regenerate Signed-off-by: Igor Gnatenko --- diff --git a/rust-statistical.spec b/rust-statistical.spec index 0fe5425..e395d5e 100644 --- a/rust-statistical.spec +++ b/rust-statistical.spec @@ -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 - 1.0.0-2 +- Regenerate + * Sun Feb 10 2019 Igor Gnatenko - 1.0.0-1 - Update to 1.0.0 diff --git a/statistical-fix-metadata.diff b/statistical-fix-metadata.diff deleted file mode 100644 index c124339..0000000 --- a/statistical-fix-metadata.diff +++ /dev/null @@ -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"