From 33a176f223301dabf3e5b55da734ded819019b04 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 21 2019 18:15:45 +0000 Subject: Regenerate Signed-off-by: Igor Gnatenko --- diff --git a/chrono-fix-metadata.diff b/chrono-fix-metadata.diff index 08bf4cd..df7abdb 100644 --- a/chrono-fix-metadata.diff +++ b/chrono-fix-metadata.diff @@ -1,5 +1,5 @@ ---- chrono-0.4.6/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ chrono-0.4.6/Cargo.toml 2018-10-31T12:12:22.793090+01:00 +--- chrono-0.4.6/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ chrono-0.4.6/Cargo.toml 2019-06-21T18:15:18.287871+00:00 @@ -22,6 +22,7 @@ categories = ["date-and-time"] license = "MIT/Apache-2.0" diff --git a/rust-chrono.spec b/rust-chrono.spec index 41def80..a3b5a27 100644 --- a/rust-chrono.spec +++ b/rust-chrono.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.4.6 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Date and time library for Rust # Upstream license specification: MIT/Apache-2.0 @@ -23,17 +23,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(num-integer) >= 0.1.36 with crate(num-integer) < 0.2.0) -BuildRequires: (crate(num-traits) >= 0.2.0 with crate(num-traits) < 0.3.0) -BuildRequires: (crate(time/default) >= 0.1.39 with crate(time/default) < 0.2.0) -%if %{with check} -BuildRequires: (crate(bincode/default) >= 0.8.0 with crate(bincode/default) < 0.9.0) -BuildRequires: (crate(num-iter) >= 0.1.35 with crate(num-iter) < 0.2.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) -%endif -%endif %global _description %{expand: Date and time library for Rust.} @@ -118,6 +107,9 @@ which use "time" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -130,6 +122,9 @@ which use "time" feature of "%{crate}" crate. %endif %changelog +* Fri Jun 21 20:15:18 CEST 2019 Igor Gnatenko - 0.4.6-7 +- Regenerate + * Tue Jun 11 22:50:13 CEST 2019 Igor Gnatenko - 0.4.6-6 - Rebuild with tests