diff --git a/ghc-zip-archive.changes b/ghc-zip-archive.changes index 7060193..905a042 100644 --- a/ghc-zip-archive.changes +++ b/ghc-zip-archive.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Sep 26 00:39:14 UTC 2022 - Peter Simons + +- Update zip-archive to version 0.4.2.2. + zip-archive 0.4.2.2 + + * Use `command -v` before trying `which` in the test suite (#62). + `command` is a bash builtin, but for busybox we'll need `which`. + ------------------------------------------------------------------- Thu Mar 3 00:30:15 UTC 2022 - Peter Simons diff --git a/ghc-zip-archive.spec b/ghc-zip-archive.spec index e8b8ece..031eed0 100644 --- a/ghc-zip-archive.spec +++ b/ghc-zip-archive.spec @@ -19,7 +19,7 @@ %global pkg_name zip-archive %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.4.2.1 +Version: 0.4.2.2 Release: 0 Summary: Library for creating and modifying zip archives License: BSD-3-Clause diff --git a/zip-archive-0.4.2.1.tar.gz b/zip-archive-0.4.2.1.tar.gz deleted file mode 100644 index 487153a..0000000 --- a/zip-archive-0.4.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17d360f4c45595dcf52ddbbb7b9f7261769e6146fce32b534e4e5d3351143de1 -size 22123 diff --git a/zip-archive-0.4.2.2.tar.gz b/zip-archive-0.4.2.2.tar.gz new file mode 100644 index 0000000..93f3e3e --- /dev/null +++ b/zip-archive-0.4.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4016b404356e5fe38a89fceb8c88b01251f7e3fe7832323a50a3f732a346709 +size 22296