Compare commits

...

4 Commits

Author SHA1 Message Date
Fabio Valentini 604b17129d
Update to version 1.9.0; Fixes RHBZ#2224679
2 years ago
Fabio Valentini f1e5cc722b
Update to version 1.8.1; Fixes RHBZ#2164893
2 years ago
Fabio Valentini a5809863f7
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 3c290b0126
Rebuild
3 years ago

2
.gitignore vendored

@ -8,3 +8,5 @@
/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
/either-1.9.0.crate

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

@ -1,26 +1,23 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 24
%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.9.0
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:
Enum `Either` with variants `Left` and `Right` is a general purpose sum type The enum `Either` with variants `Left` and `Right` is a general purpose
with two cases.} sum type with two cases.}
%description %{_description} %description %{_description}

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

@ -1 +1 @@
SHA512 (either-1.8.0.crate) = 5089b218af067b51ee39c085568a1a6f542e8f68b362207bd7126cbcd2b76783cd21cc1517a1d088ce4dad1714be03a3660f50e9498a0bb43a8676cd7ec490d2 SHA512 (either-1.9.0.crate) = 4978d50842386f51e31a47ad037d5e491106a668bc701bb833e6ec3998afe3ebd80efddc47756b2f300f534b39b26fc01386dc878d3b02cc8c1fec6a474c2177

Loading…
Cancel
Save