bump quickcheck to 0.5

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 8423d49edf
commit 52f7201d7b

@ -1,6 +1,6 @@
--- regex-0.2.3/Cargo.toml 1970-01-01T01:00:00+01:00 --- regex-0.2.3/Cargo.toml 1970-01-01T01:00:00+01:00
+++ regex-0.2.3/Cargo.toml 2017-11-30T19:25:57.825985+01:00 +++ regex-0.2.3/Cargo.toml 2017-12-02T17:38:02.425828+01:00
@@ -67,17 +67,13 @@ @@ -67,20 +67,16 @@
[dependencies.regex-syntax] [dependencies.regex-syntax]
version = "0.4.1" version = "0.4.1"
@ -18,7 +18,11 @@
+version = "1" +version = "1"
[dev-dependencies.quickcheck] [dev-dependencies.quickcheck]
version = "0.4.1" -version = "0.4.1"
+version = "0.5"
default-features = false
[dev-dependencies.rand]
@@ -88,7 +84,6 @@ @@ -88,7 +84,6 @@
[features] [features]

@ -7,7 +7,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.3 Version: 0.2.3
Release: 2%{?dist} Release: 3%{?dist}
Summary: Implementation of regular expressions for Rust Summary: Implementation of regular expressions for Rust
License: MIT or ASL 2.0 License: MIT or ASL 2.0
@ -16,6 +16,7 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
# Initial patched metadata # Initial patched metadata
# * simd is nightly # * simd is nightly
# * Bump lazy_static to 1, https://github.com/rust-lang/regex/pull/423 # * Bump lazy_static to 1, https://github.com/rust-lang/regex/pull/423
# * Bump quickcheck to 0.5, https://github.com/rust-lang/regex/commit/f2ced64455d7e19555ec5bb1456fc073730c3aac
Patch0: regex-0.2.3-fix-metadata.diff Patch0: regex-0.2.3-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -30,7 +31,7 @@ BuildRequires: (crate(utf8-ranges) >= 1.0.0 with crate(utf8-ranges) < 2.0.0)
%if %{with check} %if %{with check}
# [dev-dependencies] # [dev-dependencies]
BuildRequires: (crate(lazy_static) >= 1.0.0 with crate(lazy_static) < 2.0.0) BuildRequires: (crate(lazy_static) >= 1.0.0 with crate(lazy_static) < 2.0.0)
BuildRequires: (crate(quickcheck) >= 0.4.1 with crate(quickcheck) < 0.5.0) BuildRequires: (crate(quickcheck) >= 0.5.0 with crate(quickcheck) < 0.6.0)
BuildRequires: (crate(rand) >= 0.3.15 with crate(rand) < 0.4.0) BuildRequires: (crate(rand) >= 0.3.15 with crate(rand) < 0.4.0)
%endif %endif
@ -70,6 +71,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,ci,scripts} %exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,ci,scripts}
%changelog %changelog
* Sat Dec 02 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.3-3
- Bump quickcheck to 0.5
* Thu Nov 30 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.3-2 * Thu Nov 30 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.3-2
- Bump lazy_static to 1 - Bump lazy_static to 1

Loading…
Cancel
Save