forked from pool/ghc-Glob
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:
parent
1e60e27ff2
commit
f1a574c916
3
Glob-0.10.0.tar.gz
Normal file
3
Glob-0.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:473355bd6ba0a97902e0edada1acbc0d76cfda77596f0188b2cc0ae34272a324
|
||||||
|
size 29500
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3a77853eba3700c5346cd6d4008302e70dca93a7e8ac0d679cf41b16c7a4c9e8
|
|
||||||
size 29358
|
|
@ -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
|
Thu Oct 4 15:39:53 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name Glob
|
%global pkg_name Glob
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.9.3
|
Version: 0.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Globbing library
|
Summary: Globbing library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -58,6 +58,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
|
chmod -x *.txt # https://github.com/Deewiant/glob/issues/31
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
Loading…
Reference in New Issue
Block a user