From d032babf39310c0afaaeed23d1d5a70902d04375 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 20 Jun 2019 11:12:37 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-semver.spec | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/rust-semver.spec b/rust-semver.spec index a0f5c82..1b084d9 100644 --- a/rust-semver.spec +++ b/rust-semver.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 9 +# Generated by rust2rpm 10 # * crates-index is not packaged %bcond_with check %global debug_package %{nil} @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.9.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Semantic version parsing and comparison # Upstream license specification: MIT/Apache-2.0 @@ -21,15 +21,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(semver-parser/default) >= 0.7.0 with crate(semver-parser/default) < 0.8.0) -%if %{with check} -BuildRequires: (crate(crates-index/default) >= 0.5.0 with crate(crates-index/default) < 0.6.0) -BuildRequires: (crate(serde_derive/default) >= 1.0.0 with crate(serde_derive/default) < 2.0.0) -BuildRequires: (crate(serde_json/default) >= 1.0.0 with crate(serde_json/default) < 2.0.0) -BuildRequires: (crate(tempdir/default) >= 0.3.4 with crate(tempdir/default) < 0.4.0) -%endif -%endif %global _description %{expand: Semantic version parsing and comparison.} @@ -90,6 +81,9 @@ which use "serde" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -102,6 +96,9 @@ which use "serde" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 11:12:03 CEST 2019 Igor Gnatenko - 0.9.0-10 +- Regenerate + * Sun Jun 09 15:24:52 CEST 2019 Igor Gnatenko - 0.9.0-9 - Regenerate