Update to version 1.10.0; Fixes RHBZ#2263610

epel10
Fabio Valentini 11 months ago
parent 7ba61fcd98
commit 86754b31bf
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/either-1.8.0.crate
/either-1.8.1.crate
/either-1.9.0.crate
/either-1.10.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate either
Name: rust-either
Version: 1.9.0
Version: 1.10.0
Release: %autorelease
Summary: General purpose sum type with two cases
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/either
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
The enum `Either` with variants `Left` and `Right` is a general purpose
@ -74,7 +74,7 @@ use the "use_std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

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

@ -0,0 +1,3 @@
[package]
summary = "General purpose sum type with two cases"

@ -1 +1 @@
SHA512 (either-1.9.0.crate) = 4978d50842386f51e31a47ad037d5e491106a668bc701bb833e6ec3998afe3ebd80efddc47756b2f300f534b39b26fc01386dc878d3b02cc8c1fec6a474c2177
SHA512 (either-1.10.0.crate) = 2de38a37b7f3e61effa89648acadbf220eacfda1ca7c82fb77484e45577769b724f7dbaa297e73e3d355d6b1bd5109373c3e96e4c1a13a918176162b33ea2432

Loading…
Cancel
Save