Update to 1.5.1

epel9
Josh Stone 6 years ago
parent fbd3e9e227
commit f3ab5b66e8

1
.gitignore vendored

@ -1,3 +1,4 @@
/either-1.3.0.crate
/either-1.4.0.crate
/either-1.5.0.crate
/either-1.5.1.crate

@ -6,14 +6,14 @@
%global crate either
Name: rust-%{crate}
Version: 1.5.0
Release: 5%{?dist}
Version: 1.5.1
Release: 1%{?dist}
Summary: Enum `Either` is a general purpose sum type with two cases
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/either
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
@ -78,7 +78,7 @@ which use "use_std" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%build
@ -93,6 +93,9 @@ which use "use_std" feature of "%{crate}" crate.
%endif
%changelog
* Thu Feb 21 2019 Josh Stone <jistone@redhat.com> - 1.5.1-1
- Update to 1.5.1
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (either-1.5.0.crate) = 9dc046f2c27bf12f57413443586171cb1d7574e5de76e02af892f9027bc66c2cab840180ad85af3833aee61d5fec033c77a15809492e8c2a78b541addbc81df0
SHA512 (either-1.5.1.crate) = 268d218b10ed7cabbf1a116afa22ebe47791303aa012a61676d04376961156983374490d3d939e5d68b2ccf3a9c56f41eb9c9651cf81ea1294ef275dc898733e

Loading…
Cancel
Save