Update to 1.5.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 6623adc4d9
commit cbd82ca272
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,2 +1,3 @@
/either-1.3.0.crate /either-1.3.0.crate
/either-1.4.0.crate /either-1.4.0.crate
/either-1.5.0.crate

@ -5,8 +5,8 @@
%global crate either %global crate either
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.4.0 Version: 1.5.0
Release: 3%{?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
License: MIT or ASL 2.0 License: MIT or ASL 2.0
@ -62,6 +62,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Mon Mar 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.0-1
- Update to 1.5.0
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (either-1.4.0.crate) = 0c8bfaa3067d9ef01c442690014dc1bc0dbdbbf3cd1110be9ea4e0363ddefe7ceea3024723aba422fb4115d61967c3ace22bcb7f26b940e5355d2915d243de22 SHA512 (either-1.5.0.crate) = 9dc046f2c27bf12f57413443586171cb1d7574e5de76e02af892f9027bc66c2cab840180ad85af3833aee61d5fec033c77a15809492e8c2a78b541addbc81df0

Loading…
Cancel
Save