|
|
|
@ -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 <jistone@redhat.com> - 0.3.14-1
|
|
|
|
|
- Update to 0.3.14
|
|
|
|
|
|
|
|
|
|
* Tue Aug 07 2018 Josh Stone <jistone@redhat.com> - 0.3.13-1
|
|
|
|
|
- Update to 0.3.13
|
|
|
|
|
|
|
|
|
|