osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-zip-archive revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-zip-archive?expand=0&rev=53
This commit is contained in:
parent
dbe2aeccd6
commit
a71f718c19
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 24 02:02:17 UTC 2019 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update zip-archive to version 0.4.1.
|
||||||
|
zip-archive 0.4.1
|
||||||
|
|
||||||
|
* writEntry behavior change: Improve raising of UnsafePath error (#55).
|
||||||
|
Previously we raised this error spuriously when archives were unpacked
|
||||||
|
outside the working directory. Now we raise it if eRelativePath contains
|
||||||
|
".." as a path component, or eRelativePath path is an absolute path and
|
||||||
|
there is no separate destination directory. (Note that `/foo/bar` is fine
|
||||||
|
as a path as long as a destination directory, e.g. `/usr/local`, is
|
||||||
|
specified.)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 03:02:25 UTC 2018 - psimons@suse.com
|
Tue Dec 4 03:02:25 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-zip-archive
|
# spec file for package ghc-zip-archive
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name zip-archive
|
%global pkg_name zip-archive
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.4
|
Version: 0.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for creating and modifying zip archives
|
Summary: Library for creating and modifying zip archives
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
3
zip-archive-0.4.1.tar.gz
Normal file
3
zip-archive-0.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c5d5c9976241dcc25b0d8753dc526bb1bfef60f30dee38c53a7ae56e6be9b1b1
|
||||||
|
size 20967
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5fbea91d95ae1b1ec73aed8a8c67c8bae89bc3b6f7d9da898f07209e4a4ada19
|
|
||||||
size 20859
|
|
@ -1,5 +1,5 @@
|
|||||||
Name: zip-archive
|
Name: zip-archive
|
||||||
Version: 0.4
|
Version: 0.4.1
|
||||||
x-revision: 1
|
x-revision: 1
|
||||||
Cabal-Version: 2.0
|
Cabal-Version: 2.0
|
||||||
Build-type: Simple
|
Build-type: Simple
|
||||||
@ -64,7 +64,7 @@ Library
|
|||||||
mtl,
|
mtl,
|
||||||
text >= 0.11,
|
text >= 0.11,
|
||||||
digest >= 0.0.0.1,
|
digest >= 0.0.0.1,
|
||||||
directory >= 1.2.2,
|
directory >= 1.2.0,
|
||||||
time
|
time
|
||||||
Exposed-modules: Codec.Archive.Zip
|
Exposed-modules: Codec.Archive.Zip
|
||||||
Default-Language: Haskell98
|
Default-Language: Haskell98
|
||||||
|
Loading…
Reference in New Issue
Block a user