update to version 4.1.0

epel9
Fabio Valentini 4 years ago
parent af6022df84
commit e04dc39bf4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/which-3.1.0.crate
/which-3.1.1.crate
/which-4.0.2.crate
/which-4.1.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate which
Name: rust-%{crate}
Version: 4.0.2
Release: 2%{?dist}
Version: 4.1.0
Release: 1%{?dist}
Summary: Rust equivalent of Unix command "which"
# Upstream license specification: MIT
@ -72,6 +72,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun Mar 28 2021 Fabio Valentini <decathorpe@gmail.com> - 4.1.0-1
- Update to version 4.1.0.
- Fixes RHBZ#1943905
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (which-4.0.2.crate) = 6de4120637d44995f09d7596e9443c5ec566df2b33f54986897ac4dc09cfd9595e7a0c3a8092cf6b8dcb9aa6daf33a1b5fcfcc95bcb5010eb8d6c0365e2005e3
SHA512 (which-4.1.0.crate) = 4fffd3dd4ac73f5c232ee8a53bbc948a7295a2a51ec3f792d5d0aa84ceb6c2322fc11b35d29f5d3181c763b34c434c5ea2807ae6cc3393cd30d68b0fd44c7a22

Loading…
Cancel
Save