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
This commit is contained in:
Peter Simons 2018-12-26 13:15:27 +00:00 committed by Git OBS Bridge
parent 1e60e27ff2
commit f1a574c916
4 changed files with 14 additions and 4 deletions

3
Glob-0.10.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:473355bd6ba0a97902e0edada1acbc0d76cfda77596f0188b2cc0ae34272a324
size 29500

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3a77853eba3700c5346cd6d4008302e70dca93a7e8ac0d679cf41b16c7a4c9e8
size 29358

View File

@ -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

View File

@ -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