Bump regex to 1

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

@ -1,12 +1,12 @@
--- grep-0.1.8/Cargo.toml 1969-12-31T16:00:00-08:00 --- grep-0.1.8/Cargo.toml 1970-01-01T01:00:00+01:00
+++ grep-0.1.8/Cargo.toml 2018-03-13T21:48:49.760072-07:00 +++ grep-0.1.8/Cargo.toml 2018-06-12T09:25:27.056693+02:00
@@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
version = "2" version = "2"
[dependencies.regex] [dependencies.regex]
-version = "0.2.1" -version = "0.2.1"
+version = "0.2.9" +version = "1"
[dependencies.regex-syntax] [dependencies.regex-syntax]
-version = "0.4.0" -version = "0.4.0"
+version = "0.5.3" +version = "0.6"

@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.8 Version: 0.1.8
Release: 2%{?dist} Release: 3%{?dist}
Summary: Fast line oriented regex searching as a library Summary: Fast line oriented regex searching as a library
License: Unlicense or MIT License: Unlicense or MIT
@ -25,8 +25,8 @@ BuildRequires: rust-packaging
# [dependencies] # [dependencies]
BuildRequires: (crate(log) >= 0.4.0 with crate(log) < 0.5.0) 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(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) >= 1.0.0 with crate(regex) < 2.0.0)
BuildRequires: (crate(regex-syntax) >= 0.5.3 with crate(regex-syntax) < 0.6.0) BuildRequires: (crate(regex-syntax) >= 0.6.0 with crate(regex-syntax) < 0.7.0)
%description %description
%{summary}. %{summary}.
@ -62,6 +62,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Tue Jun 12 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.8-3
- Bump regex to 1
* Wed Mar 14 2018 Josh Stone <jistone@redhat.com> - 0.1.8-2 * Wed Mar 14 2018 Josh Stone <jistone@redhat.com> - 0.1.8-2
- bump regex and regex-syntax - bump regex and regex-syntax

Loading…
Cancel
Save