Update to version 0.3.27; Fixes RHBZ#2192885

epel10
Fabio Valentini 2 years ago
parent 83bd6a1076
commit 46924398f1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -13,3 +13,4 @@
/pkg-config-0.3.24.crate
/pkg-config-0.3.25.crate
/pkg-config-0.3.26.crate
/pkg-config-0.3.27.crate

@ -1,3 +0,0 @@
# rust-pkg-config
The rust-pkg-config package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate pkg-config
Name: rust-pkg-config
Version: 0.3.26
Version: 0.3.27
Release: %autorelease
Summary: Library to run the pkg-config system tool
@ -16,8 +16,8 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Library to run the pkg-config system tool at build time in order to be used in
Cargo build scripts.}
A library to run the pkg-config system tool at build time in order to be
used in Cargo build scripts.}
%description %{_description}
@ -66,7 +66,8 @@ echo '/usr/bin/pkg-config'
%if %{with check}
%check
%cargo_test
# * skip a test that fails with latest versions of pkgconf
%cargo_test -- -- --exact --skip escapes
%endif
%changelog

@ -1 +1 @@
SHA512 (pkg-config-0.3.26.crate) = 509c4d1494cccc20de6a62d9d037c63ff77ebee8d907747c57ba0926d177b08fcac0231ccdda14511b453deb0b76ddd10f8fbdf63ff94257d72a12a889546435
SHA512 (pkg-config-0.3.27.crate) = 41e9b8d4fce6b8244c2ac8566318a001b481bd42a182f1a832c81ce93c6a023e18af03aa3500b134c30195219d35080433bdba69b2594e9665081debfbb4533a

Loading…
Cancel
Save