diff --git a/rust-peg.spec b/rust-peg.spec index 1b90fba..c97046b 100644 --- a/rust-peg.spec +++ b/rust-peg.spec @@ -5,7 +5,7 @@ Name: rust-%{crate} Version: 0.5.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple Parsing Expression Grammar (PEG) parser generator License: MIT @@ -58,5 +58,8 @@ which use %{crate} from crates.io. %exclude %{cargo_registry}/%{crate}-%{version}/bootstrap.sh %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 0.5.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Jun 22 2018 Igor Gnatenko - 0.5.4-1 - Initial package