diff --git a/rust-owning_ref.spec b/rust-owning_ref.spec index c33b952..d7067d8 100644 --- a/rust-owning_ref.spec +++ b/rust-owning_ref.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Library for creating references that carry their owner with them License: MIT @@ -56,6 +56,9 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 0.3.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Sat Mar 10 2018 Josh Stone - 0.3.3-4 - fix lifetime inference regression