Update to version 1.8.1; Fixes RHBZ#2164893

epel9
Fabio Valentini 2 years ago
parent a5809863f7
commit f1e5cc722b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/either-1.6.1.crate /either-1.6.1.crate
/either-1.7.0.crate /either-1.7.0.crate
/either-1.8.0.crate /either-1.8.0.crate
/either-1.8.1.crate

@ -1,21 +1,18 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 23
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate either %global crate either
Name: rust-either Name: rust-either
Version: 1.8.0 Version: 1.8.1
Release: %autorelease Release: %autorelease
Summary: General purpose sum type with two cases Summary: General purpose sum type with two cases
# Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/either URL: https://crates.io/crates/either
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (either-1.8.0.crate) = 5089b218af067b51ee39c085568a1a6f542e8f68b362207bd7126cbcd2b76783cd21cc1517a1d088ce4dad1714be03a3660f50e9498a0bb43a8676cd7ec490d2 SHA512 (either-1.8.1.crate) = 5e4da301a605e0bc1ee3a269fe449aef044df05b5e833940c7f79bed61bbff4fc248e9c82b45dab92b2688d578ada000b271aaf67f2f4f7c82b35f05663cfe7e

Loading…
Cancel
Save