From 7f4d02bec6c1e29a80f961919b2e01297c08ec35 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 19 2019 21:34:44 +0000 Subject: Regenerate Signed-off-by: Igor Gnatenko --- diff --git a/rust-same-file.spec b/rust-same-file.spec index 93e4cc6..b00934e 100644 --- a/rust-same-file.spec +++ b/rust-same-file.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: 1.0.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Simple crate for determining whether two file paths point to the same file # Upstream license specification: Unlicense/MIT @@ -23,11 +23,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -%if %{with check} -BuildRequires: (crate(rand/default) >= 0.4.0 with crate(rand/default) < 0.5.0) -%endif -%endif %global _description %{expand: Simple crate for determining whether two file paths point to the same file.} @@ -64,6 +59,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 @@ -76,6 +74,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Wed Jun 19 23:34:16 CEST 2019 Igor Gnatenko - 1.0.4-4 +- Regenerate + * Sun Jun 09 11:00:40 CEST 2019 Igor Gnatenko - 1.0.4-3 - Regenerate diff --git a/same-file-fix-metadata.diff b/same-file-fix-metadata.diff index 3fe8bdb..c435c65 100644 --- a/same-file-fix-metadata.diff +++ b/same-file-fix-metadata.diff @@ -1,5 +1,5 @@ ---- same-file-1.0.4/Cargo.toml 1969-12-31T16:00:00-08:00 -+++ same-file-1.0.4/Cargo.toml 2018-11-09T18:22:30.499920-08:00 +--- same-file-1.0.4/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ same-file-1.0.4/Cargo.toml 2019-06-19T21:34:16.029352+00:00 @@ -24,5 +24,3 @@ repository = "https://github.com/BurntSushi/same-file" [dev-dependencies.rand]