From 13e4e973b76ad9727702ae3de0c376ffcf0ce7aa Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 20 Jun 2019 16:52:55 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- memmap-fix-metadata.diff | 4 ++-- rust-memmap.spec | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/memmap-fix-metadata.diff b/memmap-fix-metadata.diff index f1aec45..966821e 100644 --- a/memmap-fix-metadata.diff +++ b/memmap-fix-metadata.diff @@ -1,5 +1,5 @@ ---- memmap-0.6.2/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ memmap-0.6.2/Cargo.toml 2018-10-28T02:57:40.175231+02:00 +--- memmap-0.7.0/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ memmap-0.7.0/Cargo.toml 2019-06-20T14:52:29.833440+00:00 @@ -19,13 +19,11 @@ keywords = ["mmap", "memory-map", "io", "file"] license = "MIT/Apache-2.0" diff --git a/rust-memmap.spec b/rust-memmap.spec index ce44366..f3a8663 100644 --- a/rust-memmap.spec +++ b/rust-memmap.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.7.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Cross-platform Rust API for memory-mapped file IO # Upstream license specification: MIT/Apache-2.0 @@ -23,12 +23,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0) -%if %{with check} -BuildRequires: (crate(tempdir/default) >= 0.3.0 with crate(tempdir/default) < 0.4.0) -%endif -%endif %global _description %{expand: Cross-platform Rust API for memory-mapped file IO.} @@ -65,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 @@ -77,6 +74,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 16:52:29 CEST 2019 Igor Gnatenko - 0.7.0-4 +- Regenerate + * Sun Jun 09 10:19:15 CEST 2019 Igor Gnatenko - 0.7.0-3 - Regenerate