Bump regex to 1

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

@ -1,7 +1,13 @@
--- globset-0.4.0/Cargo.toml 1970-01-01T01:00:00+01:00 --- globset-0.4.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ globset-0.4.0/Cargo.toml 2018-04-25T17:16:24.053982+02:00 +++ globset-0.4.0/Cargo.toml 2018-06-12T09:52:53.099432+02:00
@@ -43,4 +43,3 @@ @@ -38,9 +38,6 @@
version = "0.2" version = "2"
[features] [dependencies.regex]
-version = "0.2.9"
+version = "1"
[dev-dependencies.glob]
version = "0.2"
-
-[features]
-simd-accel = ["regex/simd-accel"] -simd-accel = ["regex/simd-accel"]

@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.0 Version: 0.4.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Single glob and glob set matching Summary: Single glob and glob set matching
License: Unlicense or MIT License: Unlicense or MIT
@ -14,6 +14,7 @@ URL: https://crates.io/crates/globset
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
# * No simd # * No simd
# * Bump regex to 1
Patch0: globset-0.4.0-fix-metadata.diff Patch0: globset-0.4.0-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -24,7 +25,7 @@ BuildRequires: (crate(aho-corasick) >= 0.6.0 with crate(aho-corasick) < 0.7.0)
BuildRequires: (crate(fnv) >= 1.0.0 with crate(fnv) < 2.0.0) BuildRequires: (crate(fnv) >= 1.0.0 with crate(fnv) < 2.0.0)
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)
%if %{with check} %if %{with check}
# [dev-dependencies] # [dev-dependencies]
BuildRequires: (crate(glob) >= 0.2.0 with crate(glob) < 0.3.0) BuildRequires: (crate(glob) >= 0.2.0 with crate(glob) < 0.3.0)
@ -66,6 +67,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.4.0-2
- Bump regex to 1
* Wed Apr 25 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.0-1 * Wed Apr 25 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.0-1
- Update to 0.4.0 - Update to 0.4.0

Loading…
Cancel
Save