From d44b7311b1869d377fec3dcd328e046922907856 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 21 Jun 2019 22:09:47 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-time.spec | 16 ++++++++-------- time-fix-metadata.diff | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/rust-time.spec b/rust-time.spec index 90a0484..398725c 100644 --- a/rust-time.spec +++ b/rust-time.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.1.42 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Utilities for working with time-related functions in Rust # Upstream license specification: MIT/Apache-2.0 @@ -24,12 +24,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(libc/default) >= 0.2.1 with crate(libc/default) < 0.3.0) -%if %{with check} -BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0) -%endif -%endif %global _description %{expand: Utilities for working with time-related functions in Rust.} @@ -79,6 +73,9 @@ which use "rustc-serialize" feature of "%{crate}" crate. sed -i -e '/#!\[.*deny(warnings).*\]/d' src/lib.rs %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -91,6 +88,9 @@ sed -i -e '/#!\[.*deny(warnings).*\]/d' src/lib.rs %endif %changelog +* Fri Jun 21 22:09:19 CEST 2019 Igor Gnatenko - 0.1.42-6 +- Regenerate + * Sun Jun 09 21:44:41 CEST 2019 Igor Gnatenko - 0.1.42-5 - Regenerate diff --git a/time-fix-metadata.diff b/time-fix-metadata.diff index d287edb..9e2abb5 100644 --- a/time-fix-metadata.diff +++ b/time-fix-metadata.diff @@ -1,5 +1,5 @@ ---- time-0.1.42/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ time-0.1.42/Cargo.toml 2019-03-10T11:30:31.077339+01:00 +--- time-0.1.42/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ time-0.1.42/Cargo.toml 2019-06-21T20:09:19.610502+00:00 @@ -19,6 +19,7 @@ documentation = "https://doc.rust-lang.org/time" license = "MIT/Apache-2.0"