Update to 3.1.1

epel9
Josh Stone 5 years ago
parent cbce950c8f
commit 93d33a9049

1
.gitignore vendored

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

@ -1,12 +1,12 @@
# Generated by rust2rpm 11
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate which
Name: rust-%{crate}
Version: 3.1.0
Release: 2%{?dist}
Version: 3.1.1
Release: 1%{?dist}
Summary: Rust equivalent of Unix command "which"
# Upstream license specification: MIT
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE.txt
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -51,7 +51,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+failure-devel
Summary: %{summary}
@ -63,7 +63,7 @@ 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
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -84,6 +84,9 @@ which use "failure" feature of "%{crate}" crate.
%endif
%changelog
* Tue Mar 10 2020 Josh Stone <jistone@redhat.com> - 3.1.1-1
- Update to 3.1.1
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (which-3.1.0.crate) = 51bf8c879f842fd69e0f042c4735dd4004fe8e6d8b5162f2b0ccab6b0d11cf2011e9be1dfb07423d775864ffaf85c3bd09272a2b2a3d402a4d1cdbf5ab911847
SHA512 (which-3.1.1.crate) = 3677d709eced54a332e68d9c9385708205838301a576da0c4d88049403a81676c3939a97cd1bec4ab261c7e8fb6211956b47afe5d1fee84d9c4ecf4eb30184f5

Loading…
Cancel
Save