Update to version 0.3.28; Fixes RHBZ#2255417

epel10
Fabio Valentini 1 year ago
parent 4b529e1c1f
commit 7479255b85
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/pkg-config-0.3.25.crate
/pkg-config-0.3.26.crate
/pkg-config-0.3.27.crate
/pkg-config-0.3.28.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate pkg-config
Name: rust-pkg-config
Version: 0.3.27
Version: 0.3.28
Release: %autorelease
Summary: Library to run the pkg-config system tool
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/pkg-config
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A library to run the pkg-config system tool at build time in order to be
@ -51,7 +51,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@ -66,8 +66,7 @@ echo '/usr/bin/pkg-config'
%if %{with check}
%check
# * skip a test that fails with latest versions of pkgconf
%cargo_test -- -- --exact --skip escapes
%cargo_test
%endif
%changelog

@ -1,5 +0,0 @@
[DEFAULT]
buildrequires =
/usr/bin/pkg-config
lib.requires =
/usr/bin/pkg-config

@ -0,0 +1,7 @@
[package]
summary = "Library to run the pkg-config system tool"
[requires]
build = ["/usr/bin/pkg-config"]
lib = ["/usr/bin/pkg-config"]

@ -1 +1 @@
SHA512 (pkg-config-0.3.27.crate) = 41e9b8d4fce6b8244c2ac8566318a001b481bd42a182f1a832c81ce93c6a023e18af03aa3500b134c30195219d35080433bdba69b2594e9665081debfbb4533a
SHA512 (pkg-config-0.3.28.crate) = 1ef92c5cf5320fb2e7d9e337edae08eaef01c762cb18406f732af731e5a94bef95be36cc0e0f5643f47a925aa127c5520a961c034e7b86357715656707a6e0e4

Loading…
Cancel
Save