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

4
.gitignore vendored

@ -10,7 +10,3 @@
/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 26
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate either
Name: rust-either
Version: 1.13.0
Version: 1.9.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: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%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} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires

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

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

@ -1 +1 @@
SHA512 (either-1.13.0.crate) = 72e803079bae621d282136ab1e423ba71415bf12038b6f386f294cae68a67ad9ff16e4fdf4344eb3fee4418e853f9cac344c248f6befa3006d1c954668b36322
SHA512 (either-1.9.0.crate) = 4978d50842386f51e31a47ad037d5e491106a668bc701bb833e6ec3998afe3ebd80efddc47756b2f300f534b39b26fc01386dc878d3b02cc8c1fec6a474c2177

Loading…
Cancel
Save