Compare commits

...

10 Commits

Author SHA1 Message Date
Fedora Release Engineering a8008d0f98 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini eb36457a57
Update to version 1.13.0; Fixes RHBZ#2294341
7 months ago
Fabio Valentini f2b7fcc045
Update to version 1.12.0; Fixes RHBZ#2280904
8 months ago
Fabio Valentini 7f3c8491c2
Update to version 1.11.0; Fixes RHBZ#2274835
9 months ago
Fabio Valentini 86754b31bf
Update to version 1.10.0; Fixes RHBZ#2263610
11 months ago
Fedora Release Engineering 7ba61fcd98 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini a2bc9b5c27
Update to version 1.9.0; Fixes RHBZ#2224679
2 years ago
Fedora Release Engineering 09719743a3 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 09dcd2bc0f
Update to version 1.8.1; Fixes RHBZ#2164893
2 years ago
Fedora Release Engineering bbb3fd8ec6 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

6
.gitignore vendored

@ -8,3 +8,9 @@
/either-1.6.1.crate
/either-1.7.0.crate
/either-1.8.0.crate
/either-1.8.1.crate
/either-1.9.0.crate
/either-1.10.0.crate
/either-1.11.0.crate
/either-1.12.0.crate
/either-1.13.0.crate

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

@ -1,26 +1,23 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate either
Name: rust-either
Version: 1.8.0
Version: 1.13.0
Release: %autorelease
Summary: General purpose sum type with two cases
# Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/either
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%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}
@ -77,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

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

@ -1 +1 @@
SHA512 (either-1.8.0.crate) = 5089b218af067b51ee39c085568a1a6f542e8f68b362207bd7126cbcd2b76783cd21cc1517a1d088ce4dad1714be03a3660f50e9498a0bb43a8676cd7ec490d2
SHA512 (either-1.13.0.crate) = 72e803079bae621d282136ab1e423ba71415bf12038b6f386f294cae68a67ad9ff16e4fdf4344eb3fee4418e853f9cac344c248f6befa3006d1c954668b36322

Loading…
Cancel
Save