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