Update to 1.0.4

epel9
Josh Stone 7 years ago
parent 20238725fe
commit 0a8e45e105

1
.gitignore vendored

@ -1 +1,2 @@
/which-1.0.3.crate /which-1.0.3.crate
/which-1.0.4.crate

@ -5,8 +5,8 @@
%global crate which %global crate which
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.3 Version: 1.0.4
Release: 3%{?dist} Release: 1%{?dist}
Summary: Rust equivalent of Unix command "which" Summary: Rust equivalent of Unix command "which"
License: MIT License: MIT
@ -58,6 +58,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Fri Feb 16 2018 Josh Stone <jistone@redhat.com> - 1.0.4-1
- Update to 1.0.4
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-3 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (which-1.0.3.crate) = caee698c6461ccc997c422fe4d9bf42fa6adbfbb02f0f468d798793b517b08a65098410eb4d31c74943ac5d64d721673ebeccb64472fb0f1b19564b1e2511a90 SHA512 (which-1.0.4.crate) = d2337937a9be8fe4bd59e36fce551d2ad777c654faa98eccd5186b1872898b0117997c797f4cfaacaa67ccf6181ae2d6bc7670a7b2879989688a2d08b810b1e9

Loading…
Cancel
Save