osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-zip-archive revision:3, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-zip-archive?expand=0&rev=39
This commit is contained in:
Peter Simons 2018-05-15 18:25:01 +00:00 committed by Git OBS Bridge
parent fb59f08085
commit de707bd441

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update zip-archive to version 0.3.2.4.
* Use createSymbolicLink instead of createFileLink in tests. This allows
us to lower the directory lower bound (#40).
* Fixes for handling of symbolic links (#39, Tommaso Piazza).
* Fixes for symbolic link tests, and additional tests.
* Add ZipOption to preserve symbolic links (#37, Tommaso Piazza).
Add OptPreserveSymbolicLinks constructor to ZipOption. If this option
is set, symbolic links will be preserved. Symbolic links are not
supported on Windows.
* Require binary >= 0.6 (#36).
* Improve exit handling in zip-archive program.
-------------------------------------------------------------------
Sun Jun 25 18:41:35 UTC 2017 - psimons@suse.com