From f1a574c9166ffee13dcd28a98c765c98e298565b40c05bfb1e4fb4be6f1dc4c6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 26 Dec 2018 13:15:27 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-Glob revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-Glob?expand=0&rev=39 --- Glob-0.10.0.tar.gz | 3 +++ Glob-0.9.3.tar.gz | 3 --- ghc-Glob.changes | 9 +++++++++ ghc-Glob.spec | 3 ++- 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 Glob-0.10.0.tar.gz delete mode 100644 Glob-0.9.3.tar.gz diff --git a/Glob-0.10.0.tar.gz b/Glob-0.10.0.tar.gz new file mode 100644 index 0000000..6d1d163 --- /dev/null +++ b/Glob-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:473355bd6ba0a97902e0edada1acbc0d76cfda77596f0188b2cc0ae34272a324 +size 29500 diff --git a/Glob-0.9.3.tar.gz b/Glob-0.9.3.tar.gz deleted file mode 100644 index cbe92aa..0000000 --- a/Glob-0.9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a77853eba3700c5346cd6d4008302e70dca93a7e8ac0d679cf41b16c7a4c9e8 -size 29358 diff --git a/ghc-Glob.changes b/ghc-Glob.changes index d60363a..110f557 100644 --- a/ghc-Glob.changes +++ b/ghc-Glob.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Dec 20 03:01:18 UTC 2018 - psimons@suse.com + +- Update Glob to version 0.10.0. + 0.10.0, 2018-12-19: + Bug fix: "**/" matched hidden directories in some scenarios even when + matchDotsImplicitly was set to False. + Thanks to Travis Sunderland for the report as well as the fix. + ------------------------------------------------------------------- Thu Oct 4 15:39:53 UTC 2018 - psimons@suse.com diff --git a/ghc-Glob.spec b/ghc-Glob.spec index 2e42d49..c00ee9c 100644 --- a/ghc-Glob.spec +++ b/ghc-Glob.spec @@ -19,7 +19,7 @@ %global pkg_name Glob %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.9.3 +Version: 0.10.0 Release: 0 Summary: Globbing library License: BSD-3-Clause @@ -58,6 +58,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} +chmod -x *.txt # https://github.com/Deewiant/glob/issues/31 %build %ghc_lib_build