Update to 1.1.0

epel9
Josh Stone 6 years ago
parent f7664d7abd
commit bc445deca9

1
.gitignore vendored

@ -1,3 +1,4 @@
/lazycell-0.5.1.crate /lazycell-0.5.1.crate
/lazycell-0.6.0.crate /lazycell-0.6.0.crate
/lazycell-1.0.0.crate /lazycell-1.0.0.crate
/lazycell-1.1.0.crate

@ -5,16 +5,17 @@
%global crate lazycell %global crate lazycell
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.0 Version: 1.1.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Library providing a lazily filled Cell struct Summary: Library providing a lazily filled Cell struct
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/lazycell URL: https://crates.io/crates/lazycell
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata # Initial patched metadata
# * clippy is nightly # * clippy is nightly
Patch0: lazycell-1.0.0-fix-metadata.diff Patch0: lazycell-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -54,6 +55,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Tue Sep 11 2018 Josh Stone <jistone@redhat.com> - 1.1.0-1
- Update to 1.1.0
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2 * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (lazycell-1.0.0.crate) = 5c14fd7bde46fc647cd3d41a2593eadc869af50611e39f06ba3b39fee64a93ea75edd977589c12a9492a20562bba61c619722d844b846595a3a4e34c8b6b176d SHA512 (lazycell-1.1.0.crate) = 58c3c1c9deddac57afe0a4991fee8d01881d09570d95da20db68b5d3b146a94eebe06cff51e52d31c676e4f662ff7320499781db79e215f47430cf1079024f0a

Loading…
Cancel
Save