Update to 0.3.18

epel9
Josh Stone 5 years ago
parent e9bd34b64f
commit 3d0962c3af

1
.gitignore vendored

@ -5,3 +5,4 @@
/pkg-config-0.3.14.crate /pkg-config-0.3.14.crate
/pkg-config-0.3.16.crate /pkg-config-0.3.16.crate
/pkg-config-0.3.17.crate /pkg-config-0.3.17.crate
/pkg-config-0.3.18.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%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.17 Version: 0.3.18
Release: 2%{?dist} Release: 1%{?dist}
Summary: Library to run the pkg-config system tool Summary: Library to run the pkg-config system tool
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -40,7 +40,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
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -52,7 +52,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -74,6 +74,9 @@ echo '/usr/bin/pkg-config'
%endif %endif
%changelog %changelog
* Tue Jul 14 2020 Josh Stone <jistone@redhat.com> - 0.3.18-1
- Update to 0.3.18
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.17-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.17-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (pkg-config-0.3.17.crate) = 42be78556adc07dffa8933ab1436d5d6a776018898377d58dfdc9f961981f9f21397301b41536c55d8a3772bf74a38069899d1a5cddce5c24a032017137044bc SHA512 (pkg-config-0.3.18.crate) = b4cae39a11bb80f6df96262ed77844270c0a02793ace5dd255820e9ce52a5f3a43b36bd6296ab9428253e96f9b991bb6a7090d7b749db1ecb0b03aa721813d8a

Loading…
Cancel
Save