Compare commits

..

10 Commits

Author SHA1 Message Date
Fabio Valentini 14c2d3b4da
Update to version 0.3.31; Fixes RHBZ#2314180
3 months ago
Fedora Release Engineering 2646e6b983 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 850cf1adf4
Update to version 0.3.30; Fixes RHBZ#2264154
11 months ago
Fabio Valentini 21fd034533
Update to version 0.3.29; Fixes RHBZ#2258825
12 months ago
Fedora Release Engineering 5d1e8984c0 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini 7479255b85
Update to version 0.3.28; Fixes RHBZ#2255417
1 year ago
Fedora Release Engineering 4b529e1c1f Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 46924398f1
Update to version 0.3.27; Fixes RHBZ#2192885
2 years ago
Fedora Release Engineering 83bd6a1076 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini 3b4431ca7f
Update to version 0.3.26; Fixes RHBZ#2137771
2 years ago

3
.gitignore vendored

@ -15,3 +15,6 @@
/pkg-config-0.3.26.crate /pkg-config-0.3.26.crate
/pkg-config-0.3.27.crate /pkg-config-0.3.27.crate
/pkg-config-0.3.28.crate /pkg-config-0.3.28.crate
/pkg-config-0.3.29.crate
/pkg-config-0.3.30.crate
/pkg-config-0.3.31.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate pkg-config %global crate pkg-config
Name: rust-pkg-config Name: rust-pkg-config
Version: 0.3.28 Version: 0.3.31
Release: %autorelease Release: %autorelease
Summary: Library to run the pkg-config system tool Summary: Library to run the pkg-config system tool
@ -14,6 +14,7 @@ URL: https://crates.io/crates/pkg-config
Source: %{crates_source} Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24
BuildRequires: /usr/bin/pkg-config
%global _description %{expand: %global _description %{expand:
A library to run the pkg-config system tool at build time in order to be A library to run the pkg-config system tool at build time in order to be
@ -56,7 +57,6 @@ use the "default" feature of the "%{crate}" crate.
%generate_buildrequires %generate_buildrequires
%cargo_generate_buildrequires %cargo_generate_buildrequires
echo '/usr/bin/pkg-config'
%build %build
%cargo_build %cargo_build

@ -1 +1 @@
SHA512 (pkg-config-0.3.28.crate) = 1ef92c5cf5320fb2e7d9e337edae08eaef01c762cb18406f732af731e5a94bef95be36cc0e0f5643f47a925aa127c5520a961c034e7b86357715656707a6e0e4 SHA512 (pkg-config-0.3.31.crate) = ac3e8062ee8831a4e4fc717b5247dc7f113da7bf6d64ec95cbca7875959a2afa1497bf81d9dfc27206b5fb10027a2509d51dd9ca1c10139d7b4c78128864fdf4

Loading…
Cancel
Save