diff --git a/rust-cfg-if.spec b/rust-cfg-if.spec index e81e22e..c6f7d66 100644 --- a/rust-cfg-if.spec +++ b/rust-cfg-if.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.1.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Macro to ergonomically define an item depending on a large number of #[cfg] parameters # Upstream license specification: MIT/Apache-2.0 @@ -68,6 +68,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 0.1.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Oct 26 2018 Igor Gnatenko - 0.1.6-3 - Adapt to new rust-packaging