|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate either
|
|
|
|
%global crate either
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.5.1
|
|
|
|
Version: 1.5.2
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Enum `Either` is a general purpose sum type with two cases
|
|
|
|
Summary: Enum `Either` is a general purpose sum type with two cases
|
|
|
|
|
|
|
|
|
|
|
@ -18,8 +18,6 @@ Source: %{crates_source}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0)
|
|
|
|
|
|
|
|
BuildRequires: (crate(serde/derive) >= 1.0.0 with crate(serde/derive) < 2.0.0)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
%global _description \
|
|
|
|
The enum `Either` with variants `Left` and `Right` is a general purpose sum\
|
|
|
|
The enum `Either` with variants `Left` and `Right` is a general purpose sum\
|
|
|
@ -93,6 +91,9 @@ which use "use_std" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Apr 02 2019 Josh Stone <jistone@redhat.com> - 1.5.2-1
|
|
|
|
|
|
|
|
- Update to 1.5.2
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 21 2019 Josh Stone <jistone@redhat.com> - 1.5.1-1
|
|
|
|
* Thu Feb 21 2019 Josh Stone <jistone@redhat.com> - 1.5.1-1
|
|
|
|
- Update to 1.5.1
|
|
|
|
- Update to 1.5.1
|
|
|
|
|
|
|
|
|
|
|
|