Update to 1.4.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 28e95919e0
commit 63bfe5511a

1
.gitignore vendored

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

@ -5,7 +5,7 @@
%global crate either %global crate either
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.3.0 Version: 1.4.0
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
@ -58,10 +58,13 @@ which use %{crate} from crates.io.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.rst %doc README.rst README-crates.io.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Wed Nov 15 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.4.0-1
- Update to 1.4.0
* Wed Nov 08 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.0-1 * Wed Nov 08 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.0-1
- Update to 1.3.0 - Update to 1.3.0

@ -1 +1 @@
SHA512 (either-1.3.0.crate) = 28b14da059d81ca7a23e7e7626908493cf7ffdbd93ea21c920a346ade11a9c31aebf87c0b74271e3da52ec10c270631a8a68934eb886fcbbde8e6c937c5c3f82 SHA512 (either-1.4.0.crate) = 0c8bfaa3067d9ef01c442690014dc1bc0dbdbbf3cd1110be9ea4e0363ddefe7ceea3024723aba422fb4115d61967c3ace22bcb7f26b940e5355d2915d243de22

Loading…
Cancel
Save