diff --git a/fd-find-7.0.0-fix-metadata.diff b/fd-find-7.0.0-fix-metadata.diff index 55cfe64..8bd3f33 100644 --- a/fd-find-7.0.0-fix-metadata.diff +++ b/fd-find-7.0.0-fix-metadata.diff @@ -1,5 +1,18 @@ ---- fd-find-7.0.0/Cargo.toml 1969-12-31T16:00:00-08:00 -+++ fd-find-7.0.0/Cargo.toml 2018-03-26T13:04:08.087983-07:00 +--- fd-find-7.0.0/Cargo.toml 1970-01-01T01:00:00+01:00 ++++ fd-find-7.0.0/Cargo.toml 2018-06-16T02:16:52.523659+02:00 +@@ -50,10 +50,10 @@ + version = "1.8" + + [dependencies.regex] +-version = "0.2.7" ++version = "1" + + [dependencies.regex-syntax] +-version = "0.5" ++version = "0.6" + [dev-dependencies.diff] + version = "0.1" + @@ -66,11 +66,6 @@ version = "0.1.3" [target."cfg(all(unix, not(target_os = \"redox\")))".dependencies.libc] diff --git a/rust-fd-find.spec b/rust-fd-find.spec index b8d1cff..2d88d01 100644 --- a/rust-fd-find.spec +++ b/rust-fd-find.spec @@ -5,7 +5,7 @@ Name: rust-%{crate} Version: 7.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple, fast and user-friendly alternative to find License: MIT or ASL 2.0 @@ -13,6 +13,7 @@ URL: https://crates.io/crates/fd-find Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate # Initial patched metadata # * No windows +# * Bump regex to 1, https://github.com/sharkdp/fd/commit/9628d7fdcbdd3a6acd5a194f9ce75ce9064c30ea Patch0: fd-find-7.0.0-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -27,8 +28,8 @@ BuildRequires: (crate(ignore) >= 0.4.1 with crate(ignore) < 0.5.0) BuildRequires: (crate(lazy_static) >= 1.0.0 with crate(lazy_static) < 2.0.0) BuildRequires: (crate(libc) >= 0.2.0 with crate(libc) < 0.3.0) BuildRequires: (crate(num_cpus) >= 1.8.0 with crate(num_cpus) < 2.0.0) -BuildRequires: (crate(regex) >= 0.2.7 with crate(regex) < 0.3.0) -BuildRequires: (crate(regex-syntax) >= 0.5.0 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) # [build-dependencies] BuildRequires: (crate(clap) >= 2.30.0 with crate(clap) < 3.0.0) BuildRequires: (crate(version_check) >= 0.1.3 with crate(version_check) < 0.2.0) @@ -85,6 +86,9 @@ Summary: %{summary} %{_datadir}/zsh/site-functions/_fd %changelog +* Sat Jun 16 2018 Igor Gnatenko - 7.0.0-2 +- Bump regex to 1 + * Mon Mar 26 2018 Josh Stone - 7.0.0-1 - Update to 7.0.0