From 8aae88cf2b8f5594cd9b4f5659683a3e4d95dd97 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 30 Nov 2017 23:36:16 +0100 Subject: [PATCH] bump lazy_static to 1 Signed-off-by: Igor Gnatenko --- ripgrep-0.7.1-fix-metadata.diff | 10 +++++++--- rust-ripgrep.spec | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ripgrep-0.7.1-fix-metadata.diff b/ripgrep-0.7.1-fix-metadata.diff index b85d616..e32f95c 100644 --- a/ripgrep-0.7.1-fix-metadata.diff +++ b/ripgrep-0.7.1-fix-metadata.diff @@ -1,5 +1,5 @@ --- ripgrep-0.7.1/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ ripgrep-0.7.1/Cargo.toml 2017-11-30T23:33:01.940349+01:00 ++++ ripgrep-0.7.1/Cargo.toml 2017-11-30T23:35:59.399691+01:00 @@ -57,10 +57,10 @@ version = "0.1.7" @@ -22,8 +22,12 @@ [dependencies.env_logger] version = "0.4" -@@ -90,8 +90,6 @@ - version = "0.2" +@@ -87,11 +87,9 @@ + version = "2.26" + + [build-dependencies.lazy_static] +-version = "0.2" ++version = "1" [features] -simd-accel = ["bytecount/simd-accel", "regex/simd-accel", "encoding_rs/simd-accel"] diff --git a/rust-ripgrep.spec b/rust-ripgrep.spec index 62a468f..58c1ccb 100644 --- a/rust-ripgrep.spec +++ b/rust-ripgrep.spec @@ -42,7 +42,7 @@ BuildRequires: (crate(same-file) >= 1.0.0 with crate(same-file) < 2.0.0) BuildRequires: (crate(termcolor) >= 0.3.3 with crate(termcolor) < 0.4.0) # [build-dependencies] BuildRequires: (crate(clap) >= 2.26.0 with crate(clap) < 3.0.0) -BuildRequires: (crate(lazy_static) >= 0.2.0 with crate(lazy_static) < 0.3.0) +BuildRequires: (crate(lazy_static) >= 1.0.0 with crate(lazy_static) < 2.0.0) %description %{summary}.