Update to version 0.3.23; Fixes RHBZ#2029553

epel9
Fabio Valentini 3 years ago
parent 15b1a73c4d
commit 3d853f1282
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/pkg-config-0.3.19.crate
/pkg-config-0.3.20.crate
/pkg-config-0.3.22.crate
/pkg-config-0.3.23.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate pkg-config
Name: rust-%{crate}
Version: 0.3.22
Version: 0.3.23
Release: %autorelease
Summary: Library to run the pkg-config system tool
@ -15,9 +15,6 @@ URL: https://crates.io/crates/pkg-config
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -34,12 +31,12 @@ Requires: /usr/bin/pkg-config
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md CHANGELOG.md
%license LICENSE-APACHE LICENSE-MIT
%doc CHANGELOG.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -48,8 +45,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (pkg-config-0.3.22.crate) = 435b9d99a1975692db3efb3bd0e92899c43ba4003aecc4859dc71cd2175521973d5cbe1be06fc3b40af2a7bbe1b0a845be73586c0cd96dc218bc4fc7dce11107
SHA512 (pkg-config-0.3.23.crate) = f575394105e96f454609892785da1a105adef5b698ff83182818ccd414cd2a8fc9f2ed780099793172008ba0d64bc31d1d9a1aecbf2facff16a310ca7446f059

Loading…
Cancel
Save