Update to version 0.3.20; Fixes RHBZ#2007872

epel9
Fabio Valentini 3 years ago
parent 4cf278645a
commit e415d2a85a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/pkg-config-0.3.17.crate /pkg-config-0.3.17.crate
/pkg-config-0.3.18.crate /pkg-config-0.3.18.crate
/pkg-config-0.3.19.crate /pkg-config-0.3.19.crate
/pkg-config-0.3.20.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 15 # Generated by rust2rpm 18
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate pkg-config %global crate pkg-config
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.19 Version: 0.3.20
Release: %autorelease Release: %autorelease
Summary: Library to run the pkg-config system tool Summary: Library to run the pkg-config system tool
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md %doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (pkg-config-0.3.19.crate) = 42bc13c4e39c8f71690db527d815884acdfd2ccf5fbfea700c6ed60257e852cdcb1c443e7774409e51da53612b0ff0aa165554b99fd0cba973f94a8df52982d9 SHA512 (pkg-config-0.3.20.crate) = 6c69010f122d0f7dcbeb6301aee9175617294fe7eea384201ef0dfcf83124b00d0727fc0460da797882e91153b677cc5b16eba98d19484c3a3ce4dbb06c7dd6d

Loading…
Cancel
Save