diff --git a/rust-pkg-config.spec b/rust-pkg-config.spec index dce280b..3e84764 100644 --- a/rust-pkg-config.spec +++ b/rust-pkg-config.spec @@ -5,10 +5,11 @@ %global crate pkg-config Name: rust-%{crate} -Version: 0.3.13 +Version: 0.3.14 Release: 1%{?dist} Summary: Library to run the pkg-config system tool +# Upstream license specification: MIT/Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/pkg-config Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate @@ -57,6 +58,9 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Sat Sep 08 2018 Josh Stone - 0.3.14-1 +- Update to 0.3.14 + * Tue Aug 07 2018 Josh Stone - 0.3.13-1 - Update to 0.3.13