Update to 2.0.1

epel9
Josh Stone 6 years ago
parent 1638b6668c
commit 69b34c2340

1
.gitignore vendored

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

@ -5,8 +5,8 @@
%global crate which
Name: rust-%{crate}
Version: 2.0.0
Release: 3%{?dist}
Version: 2.0.1
Release: 1%{?dist}
Summary: Rust equivalent of Unix command "which"
License: MIT
@ -16,7 +16,7 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(failure/default) >= 0.1.1 with crate(failure/default) < 0.2.0)
BuildRequires: (crate(failure/std) >= 0.1.1 with crate(failure/std) < 0.2.0)
BuildRequires: (crate(libc/default) >= 0.2.10 with crate(libc/default) < 0.3.0)
%if %{with check}
BuildRequires: (crate(tempdir/default) >= 0.3.4 with crate(tempdir/default) < 0.4.0)
@ -70,6 +70,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Nov 27 2018 Josh Stone <jistone@redhat.com> - 2.0.1-1
- Update to 2.0.1
* Mon Nov 12 2018 Josh Stone <jistone@redhat.com> - 2.0.0-3
- Adapt to new packaging

@ -1 +1 @@
SHA512 (which-2.0.0.crate) = 4ec91a8116c624b5edfac0c051b015e67ba71160fc5294d4f6d06909ad7261b107eefa3b3930564bb07506b07fe73a882f641b77b4917abf4c1f69be15c2c84c
SHA512 (which-2.0.1.crate) = 30fffa533f50031b1f0d8cf5b1d7648ee3f0f1dd3e498ab1712fc272983ed415a30198222196cd87c8c0a2a6d342a6927cdf79191f0d81a8390b054169d98a76

Loading…
Cancel
Save