Update to version 1.9.0; Fixes RHBZ#2224679

epel9 imports/e9/rust-either-1.9.0-1.el9
Fabio Valentini 2 years ago
parent f1e5cc722b
commit 604b17129d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/either-1.7.0.crate
/either-1.8.0.crate
/either-1.8.1.crate
/either-1.9.0.crate

@ -1,3 +0,0 @@
# rust-either
The rust-either package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate either
Name: rust-either
Version: 1.8.1
Version: 1.9.0
Release: %autorelease
Summary: General purpose sum type with two cases
@ -16,8 +16,8 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Enum `Either` with variants `Left` and `Right` is a general purpose sum type
with two cases.}
The enum `Either` with variants `Left` and `Right` is a general purpose
sum type with two cases.}
%description %{_description}

@ -0,0 +1,2 @@
[DEFAULT]
summary = General purpose sum type with two cases

@ -1 +1 @@
SHA512 (either-1.8.1.crate) = 5e4da301a605e0bc1ee3a269fe449aef044df05b5e833940c7f79bed61bbff4fc248e9c82b45dab92b2688d578ada000b271aaf67f2f4f7c82b35f05663cfe7e
SHA512 (either-1.9.0.crate) = 4978d50842386f51e31a47ad037d5e491106a668bc701bb833e6ec3998afe3ebd80efddc47756b2f300f534b39b26fc01386dc878d3b02cc8c1fec6a474c2177

Loading…
Cancel
Save