diff --git a/rust-csv-core.spec b/rust-csv-core.spec index 6695740..5e6ea05 100644 --- a/rust-csv-core.spec +++ b/rust-csv-core.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Bare bones CSV parsing with no_std support License: Unlicense or MIT @@ -60,5 +60,8 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 0.1.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Thu Jun 14 2018 Igor Gnatenko - 0.1.4-1 - Initial package