Update to 1.2.0

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

1
.gitignore vendored

@ -7,3 +7,4 @@
/once_cell-1.0.1.crate
/once_cell-1.0.2.crate
/once_cell-1.1.0.crate
/once_cell-1.2.0.crate

@ -5,9 +5,9 @@
%global crate once_cell
Name: rust-%{crate}
Version: 1.1.0
Version: 1.2.0
Release: 1%{?dist}
Summary: Single assignment cells and lazy static values without macros
Summary: Single assignment cells and lazy values
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
@ -22,7 +22,7 @@ BuildArch: noarch
BuildRequires: rust-packaging
%global _description %{expand:
Single assignment cells and lazy static values without macros.}
Single assignment cells and lazy values.}
%description %{_description}
@ -95,6 +95,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Mon Sep 23 07:53:58 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.0-1
- Update to 1.2.0
* Fri Sep 06 20:59:00 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.0-1
- Update to 1.1.0

@ -1 +1 @@
SHA512 (once_cell-1.1.0.crate) = 5fbced72d219a4b21f40880eedf9bec9a424f212000d09236ee1380c340ec4809045cb70cf040c1a8159c4756b3e7c97ce878e42023d49202e0d9cf75465bbb9
SHA512 (once_cell-1.2.0.crate) = 0f3044445d4cdf0b0a84a03ae6bd98fe3922eac79835fea8b35119f66e5ed970886cc4b0c910f0514da117b6f0eac28d7727034456d6a5f08c2ef1bcd58046e3

Loading…
Cancel
Save