From 2227f54c7a13a4a66e698b23c2425fc9f26ced10 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 12 Jun 2018 09:25:09 +0200 Subject: [PATCH] Bump regex to 1 Signed-off-by: Igor Gnatenko --- grep-0.1.8-fix-metadata.diff | 12 ++++++------ rust-grep.spec | 9 ++++++--- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/grep-0.1.8-fix-metadata.diff b/grep-0.1.8-fix-metadata.diff index 729e452..a431127 100644 --- a/grep-0.1.8-fix-metadata.diff +++ b/grep-0.1.8-fix-metadata.diff @@ -1,12 +1,12 @@ ---- grep-0.1.8/Cargo.toml 1969-12-31T16:00:00-08:00 -+++ grep-0.1.8/Cargo.toml 2018-03-13T21:48:49.760072-07:00 +--- grep-0.1.8/Cargo.toml 1970-01-01T01:00:00+01:00 ++++ grep-0.1.8/Cargo.toml 2018-06-12T09:25:27.056693+02:00 @@ -28,7 +28,7 @@ version = "2" - + [dependencies.regex] -version = "0.2.1" -+version = "0.2.9" - ++version = "1" + [dependencies.regex-syntax] -version = "0.4.0" -+version = "0.5.3" ++version = "0.6" diff --git a/rust-grep.spec b/rust-grep.spec index 4206416..4f42905 100644 --- a/rust-grep.spec +++ b/rust-grep.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fast line oriented regex searching as a library License: Unlicense or MIT @@ -25,8 +25,8 @@ BuildRequires: rust-packaging # [dependencies] BuildRequires: (crate(log) >= 0.4.0 with crate(log) < 0.5.0) BuildRequires: (crate(memchr) >= 2.0.0 with crate(memchr) < 3.0.0) -BuildRequires: (crate(regex) >= 0.2.9 with crate(regex) < 0.3.0) -BuildRequires: (crate(regex-syntax) >= 0.5.3 with crate(regex-syntax) < 0.6.0) +BuildRequires: (crate(regex) >= 1.0.0 with crate(regex) < 2.0.0) +BuildRequires: (crate(regex-syntax) >= 0.6.0 with crate(regex-syntax) < 0.7.0) %description %{summary}. @@ -62,6 +62,9 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Tue Jun 12 2018 Igor Gnatenko - 0.1.8-3 +- Bump regex to 1 + * Wed Mar 14 2018 Josh Stone - 0.1.8-2 - bump regex and regex-syntax