diff --git a/rust-rustc_version.spec b/rust-rustc_version.spec index a543e79..72707c3 100644 --- a/rust-rustc_version.spec +++ b/rust-rustc_version.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 9 +# Generated by rust2rpm 10 %bcond_without check %global debug_package %{nil} @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.2.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Library for querying the version of a installed rustc compiler # Upstream license specification: MIT/Apache-2.0 @@ -20,9 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(semver/default) >= 0.9.0 with crate(semver/default) < 0.10.0) -%endif %global _description %{expand: Library for querying the version of a installed rustc compiler.} @@ -59,6 +56,9 @@ which use "default" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 09:20:59 CEST 2019 Igor Gnatenko - 0.2.3-6 +- Regenerate + * Sun Jun 09 15:03:32 CEST 2019 Igor Gnatenko - 0.2.3-5 - Regenerate