diff --git a/rust-errno.spec b/rust-errno.spec index eed7fe9..2b1b14d 100644 --- a/rust-errno.spec +++ b/rust-errno.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform interface to the `errno` variable # https://github.com/lfairy/rust-errno/issues/11 @@ -57,5 +57,8 @@ which use %{crate} from crates.io. %exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml %changelog +* Mon Jan 08 2018 Igor Gnatenko - 0.2.3-2 +- Rebuild for rust-packaging v5 + * Sun Nov 19 2017 Igor Gnatenko - 0.2.3-1 - Initial package