From f57d862f9e6a4834e2e55ea7599fa9b9f46d77d5 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Sep 07 2018 20:49:26 +0000 Subject: Update to 2.2.5 --- diff --git a/.gitignore b/.gitignore index 35c3eb9..262d05f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /walkdir-2.1.3.crate /walkdir-2.1.4.crate /walkdir-2.2.0.crate +/walkdir-2.2.5.crate diff --git a/rust-walkdir.spec b/rust-walkdir.spec index bfd79a0..d2c015f 100644 --- a/rust-walkdir.spec +++ b/rust-walkdir.spec @@ -6,28 +6,28 @@ %global crate walkdir Name: rust-%{crate} -Version: 2.2.0 +Version: 2.2.5 Release: 1%{?dist} Summary: Recursively walk a directory +# Upstream license specification: Unlicense/MIT License: Unlicense or MIT URL: https://crates.io/crates/walkdir Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate # Initial patched metadata # * No windows -# * Bump docopt to 1, https://github.com/BurntSushi/walkdir/pull/105 -Patch0: walkdir-2.1.4-fix-metadata.diff +Patch0: walkdir-fix-metadata.diff ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging # [dependencies] -BuildRequires: (crate(same-file) >= 1.0.0 with crate(same-file) < 2.0.0) +BuildRequires: (crate(same-file) >= 1.0.1 with crate(same-file) < 2.0.0) %if %{with check} # [dev-dependencies] -BuildRequires: (crate(docopt) >= 1.0.0 with crate(docopt) < 2.0.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(docopt) >= 1.0.1 with crate(docopt) < 2.0.0) +BuildRequires: (crate(quickcheck) >= 0.7.0 with crate(quickcheck) < 0.8.0) +BuildRequires: (crate(rand) >= 0.5.0 with crate(rand) < 0.6.0) BuildRequires: (crate(serde) >= 1.0.0 with crate(serde) < 2.0.0) BuildRequires: (crate(serde_derive) >= 1.0.0 with crate(serde_derive) < 2.0.0) %endif @@ -67,6 +67,9 @@ which use %{crate} from crates.io. %exclude %{cargo_registry}/%{crate}-%{version}/{Makefile,appveyor.yml,compare,ctags.rust,session.vim} %changelog +* Fri Sep 07 2018 Josh Stone - 2.2.5-1 +- Update to 2.2.5 + * Tue Aug 07 2018 Josh Stone - 2.2.0-1 - Update to 2.2.0 diff --git a/sources b/sources index 299edc3..2f4bc16 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (walkdir-2.2.0.crate) = db892089e59650ceb7308f5ba05b10368bd5f2b7388a3610f4547b8e1c0e838162894d77b9eb2ea7eb9c169c082a8cc15ea01aa47c936dcb7ad20e377fbd60bc +SHA512 (walkdir-2.2.5.crate) = 2645ce9a0e665d0badf039df14da565e6f904e1b5443b4c60e97b05194e2c2798d8084a45bbd7edda56d58f2b37bbd8124656125338784f379e06fe39d38128b diff --git a/walkdir-2.1.4-fix-metadata.diff b/walkdir-2.1.4-fix-metadata.diff deleted file mode 100644 index 12393c6..0000000 --- a/walkdir-2.1.4-fix-metadata.diff +++ /dev/null @@ -1,21 +0,0 @@ ---- walkdir-2.1.4/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ walkdir-2.1.4/Cargo.toml 2018-06-14T08:27:53.392735+02:00 -@@ -25,7 +25,7 @@ - [dependencies.same-file] - version = "1" - [dev-dependencies.docopt] --version = "0.8" -+version = "1" - - [dev-dependencies.quickcheck] - version = "0.6" -@@ -39,9 +39,6 @@ - - [dev-dependencies.serde_derive] - version = "1" --[target."cfg(windows)".dependencies.winapi] --version = "0.3" --features = ["std", "winnt"] - [badges.appveyor] - repository = "BurntSushi/walkdir" - diff --git a/walkdir-fix-metadata.diff b/walkdir-fix-metadata.diff new file mode 100644 index 0000000..ee2d840 --- /dev/null +++ b/walkdir-fix-metadata.diff @@ -0,0 +1,15 @@ +--- walkdir-2.2.5/Cargo.toml 1969-12-31T16:00:00-08:00 ++++ walkdir-2.2.5/Cargo.toml 2018-09-07T13:47:15.764608-07:00 +@@ -39,12 +39,6 @@ + + [dev-dependencies.serde_derive] + version = "1" +-[target."cfg(windows)".dependencies.winapi] +-version = "0.3" +-features = ["std", "winnt"] +- +-[target."cfg(windows)".dependencies.winapi-util] +-version = "0.1.1" + [badges.appveyor] + repository = "BurntSushi/walkdir" +