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

4
.gitignore vendored

@ -10,3 +10,7 @@
/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,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate either
Name: rust-either
Version: 1.9.0
Version: 1.13.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.13.0.crate) = 72e803079bae621d282136ab1e423ba71415bf12038b6f386f294cae68a67ad9ff16e4fdf4344eb3fee4418e853f9cac344c248f6befa3006d1c954668b36322

Loading…
Cancel
Save