From 17e68b4a141748e7938592aeb3e590db71c78529 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 9 Jun 2019 15:04:07 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-rustc_version.spec | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/rust-rustc_version.spec b/rust-rustc_version.spec index 1ef362f..a543e79 100644 --- a/rust-rustc_version.spec +++ b/rust-rustc_version.spec @@ -1,27 +1,31 @@ -# Generated by rust2rpm -# * Tests are run in infrastructure -%bcond_with check +# Generated by rust2rpm 9 +%bcond_without check %global debug_package %{nil} %global crate rustc_version Name: rust-%{crate} Version: 0.2.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Library for querying the version of a installed rustc compiler # Upstream license specification: MIT/Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/rustc_version -Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate +Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +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 \ -A library for querying the version of a installed rustc compiler. +%global _description %{expand: +Library for querying the version of a installed rustc compiler.} %description %{_description} @@ -52,7 +56,7 @@ which use "default" feature of "%{crate}" crate. %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %prep -%autosetup -n %{crate}-%{version} -p1 +%autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %build @@ -67,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 15:03:32 CEST 2019 Igor Gnatenko - 0.2.3-5 +- Regenerate + * Sat Feb 02 2019 Fedora Release Engineering - 0.2.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild