From e4188856f4b47133f9bc370331062cf2f17ec866 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 8 Jan 2018 21:18:20 +0100 Subject: [PATCH] Rebuild for rust-packaging v5 Signed-off-by: Igor Gnatenko --- rust-same-file.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-same-file.spec b/rust-same-file.spec index 406eedf..38bf088 100644 --- a/rust-same-file.spec +++ b/rust-same-file.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple crate for determining whether two file paths point to the same file License: MIT or Unlicense @@ -60,6 +60,9 @@ which use %{crate} from crates.io. %exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml %changelog +* Mon Jan 08 2018 Igor Gnatenko - 1.0.1-3 +- Rebuild for rust-packaging v5 + * Sun Dec 31 2017 Igor Gnatenko - 1.0.1-2 - Bump rand to 0.4