diff --git a/rust-downcast-rs.spec b/rust-downcast-rs.spec index 92b79ca..91ba49b 100644 --- a/rust-downcast-rs.spec +++ b/rust-downcast-rs.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Trait object downcasting support using safe code License: MIT or ASL 2.0 @@ -52,5 +52,8 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Jan 24 2018 Igor Gnatenko - 1.0.0-1 - Initial package