Bump docopt to 1

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

@ -1,6 +1,13 @@
--- aho-corasick-0.6.4/Cargo.toml 1970-01-01T01:00:00+01:00 --- aho-corasick-0.6.4/Cargo.toml 1970-01-01T01:00:00+01:00
+++ aho-corasick-0.6.4/Cargo.toml 2018-01-01T12:16:51.104778+01:00 +++ aho-corasick-0.6.4/Cargo.toml 2018-06-14T08:30:30.735289+02:00
@@ -56,11 +56,11 @@ @@ -50,17 +50,17 @@
version = "0.15"
[dev-dependencies.docopt]
-version = "0.7"
+version = "1"
[dev-dependencies.memmap]
version = "0.5" version = "0.5"
[dev-dependencies.quickcheck] [dev-dependencies.quickcheck]

@ -7,7 +7,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.4 Version: 0.6.4
Release: 4%{?dist} Release: 5%{?dist}
Summary: Fast multiple substring searching with finite state machines Summary: Fast multiple substring searching with finite state machines
License: Unlicense or MIT License: Unlicense or MIT
@ -15,6 +15,7 @@ URL: https://crates.io/crates/aho-corasick
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
# * Bump quickcheck to 0.6, rand to 0.4, https://github.com/BurntSushi/aho-corasick/pull/23 # * Bump quickcheck to 0.6, rand to 0.4, https://github.com/BurntSushi/aho-corasick/pull/23
# * Bump docopt to 1, https://github.com/BurntSushi/aho-corasick/commit/c061333963a3abd7fe715b364eff0ca92ad8f98e
Patch0: aho-corasick-0.6.4-fix-metadata.diff Patch0: aho-corasick-0.6.4-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -25,7 +26,7 @@ BuildRequires: (crate(memchr) >= 2.0.0 with crate(memchr) < 3.0.0)
%if %{with check} %if %{with check}
# [dev-dependencies] # [dev-dependencies]
BuildRequires: (crate(csv) >= 0.15.0 with crate(csv) < 0.16.0) BuildRequires: (crate(csv) >= 0.15.0 with crate(csv) < 0.16.0)
BuildRequires: (crate(docopt) >= 0.7.0 with crate(docopt) < 0.8.0) BuildRequires: (crate(docopt) >= 1.0.0 with crate(docopt) < 2.0.0)
BuildRequires: (crate(memmap) >= 0.5.0 with crate(memmap) < 0.6.0) BuildRequires: (crate(memmap) >= 0.5.0 with crate(memmap) < 0.6.0)
BuildRequires: (crate(quickcheck) >= 0.6.0 with crate(quickcheck) < 0.7.0) BuildRequires: (crate(quickcheck) >= 0.6.0 with crate(quickcheck) < 0.7.0)
BuildRequires: (crate(rand) >= 0.4.0 with crate(rand) < 0.5.0) BuildRequires: (crate(rand) >= 0.4.0 with crate(rand) < 0.5.0)
@ -68,6 +69,9 @@ which use %{crate} from crates.io.
%exclude %{_bindir}/aho-corasick-dot %exclude %{_bindir}/aho-corasick-dot
%changelog %changelog
* Thu Jun 14 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.4-5
- Bump docopt to 1
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.4-4 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

Loading…
Cancel
Save