diff --git a/rust-pkg-config.spec b/rust-pkg-config.spec index 692bddb..1e92845 100644 --- a/rust-pkg-config.spec +++ b/rust-pkg-config.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.9 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Library to run the pkg-config system tool License: MIT or ASL 2.0 @@ -61,6 +61,9 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 0.3.9-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Jan 25 2018 Josh Stone - 0.3.9-5 - Fix unused_imports warning for AsciiExt (rust 1.23)