Update to 0.6.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent c35b409c01
commit 31b9a50b04

1
.gitignore vendored

@ -1 +1,2 @@
/lazycell-0.5.1.crate
/lazycell-0.6.0.crate

@ -1,13 +0,0 @@
--- lazycell-0.5.1/Cargo.toml 2017-03-24T04:11:12+01:00
+++ lazycell-0.5.1/Cargo.toml 2017-06-16T07:42:02.289128+02:00
@@ -17,10 +17,3 @@
"README.md",
"src/**/*.rs",
]
-
-[dependencies]
-clippy = { version = "0.0", optional = true }
-
-[features]
-nightly = []
-nightly-testing = ["clippy", "nightly"]

@ -0,0 +1,13 @@
--- lazycell-0.6.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ lazycell-0.6.0/Cargo.toml 2017-11-29T10:44:39.126773+01:00
@@ -21,10 +21,6 @@
keywords = ["lazycell", "lazy", "cell", "library"]
license = "MIT/Apache-2.0"
repository = "https://github.com/indiv0/lazycell"
-[dependencies.clippy]
-version = "0.0"
-optional = true
[features]
nightly = []
-nightly-testing = ["clippy", "nightly"]

@ -5,7 +5,7 @@
%global crate lazycell
Name: rust-%{crate}
Version: 0.5.1
Version: 0.6.0
Release: 1%{?dist}
Summary: Library providing a lazily filled Cell struct
@ -14,7 +14,7 @@ URL: https://crates.io/crates/lazycell
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * clippy is nightly
Patch0: lazycell-0.5.1-fix-metadata.diff
Patch0: lazycell-0.6.0-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -54,5 +54,8 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Wed Nov 29 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.0-1
- Update to 0.6.0
* Fri Jun 16 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.1-1
- Initial package

@ -1 +1 @@
SHA512 (lazycell-0.5.1.crate) = f439f8d2c913f7c249a9f2cf21e5c8614900e393f3d8af6c73a1033d7938c3c5aa6f09ceac567e11f945563c02daaa5f39da9aa35c6f1169b9de296d9c5dbd5e
SHA512 (lazycell-0.6.0.crate) = 3e3267c6b64a32142b1ed7533073dff1a9dd4304528a13838efe9fd6165beda40a2ab0613fca44ae639e67d94b4aff1c004039c52f2990a741c84358db1dcd84

Loading…
Cancel
Save