Update to 3.1.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent 0e6bf90022
commit edb746cc44
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -3,3 +3,4 @@
/which-1.0.5.crate /which-1.0.5.crate
/which-2.0.0.crate /which-2.0.0.crate
/which-2.0.1.crate /which-2.0.1.crate
/which-3.1.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 11
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate which %global crate which
Name: rust-%{crate} Name: rust-%{crate}
Version: 2.0.1 Version: 3.1.0
Release: 5%{?dist} Release: 1%{?dist}
Summary: Rust equivalent of Unix command "which" Summary: Rust equivalent of Unix command "which"
# Upstream license specification: MIT # Upstream license specification: MIT
@ -22,7 +22,7 @@ BuildArch: noarch
BuildRequires: rust-packaging BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Rust equivalent of Unix command "which". Locate installed execuable in cross Rust equivalent of Unix command "which". Locate installed executable in cross
platforms.} platforms.}
%description %{_description} %description %{_description}
@ -53,6 +53,18 @@ 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}/Cargo.toml
%package -n %{name}+failure-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+failure-devel %{_description}
This package contains library source intended for building other packages
which use "failure" feature of "%{crate}" crate.
%files -n %{name}+failure-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
@ -72,6 +84,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Dec 05 14:30:50 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.1.0-1
- Update to 3.1.0
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-5 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (which-2.0.1.crate) = 30fffa533f50031b1f0d8cf5b1d7648ee3f0f1dd3e498ab1712fc272983ed415a30198222196cd87c8c0a2a6d342a6927cdf79191f0d81a8390b054169d98a76 SHA512 (which-3.1.0.crate) = 51bf8c879f842fd69e0f042c4735dd4004fe8e6d8b5162f2b0ccab6b0d11cf2011e9be1dfb07423d775864ffaf85c3bd09272a2b2a3d402a4d1cdbf5ab911847

Loading…
Cancel
Save