diff --git a/ghc-hslua-module-zip.changes b/ghc-hslua-module-zip.changes index c19dfab..49f30a7 100644 --- a/ghc-hslua-module-zip.changes +++ b/ghc-hslua-module-zip.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sun May 5 19:11:49 UTC 2024 - Peter Simons + +- Update hslua-module-zip to version 1.1.3. + ## hslua-module-zip-1.1.3 + + Released 2024-05-05. + + - Fix build on Windows. There are no symlinks on Windows; + functions dealing with symlinks are missing from zip-archive + and need a placeholder function. + + ## hslua-module-zip-1.1.2 + + Released 2024-05-05. + + - Added a `symlink` method to Entry objects. This allows to + check whether an entry represents a symbolic link, and where + it links. + ------------------------------------------------------------------- Thu Jan 18 17:35:35 UTC 2024 - Peter Simons diff --git a/ghc-hslua-module-zip.spec b/ghc-hslua-module-zip.spec index 3cec6cb..fa8aba1 100644 --- a/ghc-hslua-module-zip.spec +++ b/ghc-hslua-module-zip.spec @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.1.1 +Version: 1.1.3 Release: 0 Summary: Lua module to work with file zips License: MIT diff --git a/hslua-module-zip-1.1.1.tar.gz b/hslua-module-zip-1.1.1.tar.gz deleted file mode 100644 index 85c15dd..0000000 --- a/hslua-module-zip-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dc1f027575db20cbdfcb974eb33051c7440288f6704332d5a3a160658ccee32 -size 7668 diff --git a/hslua-module-zip-1.1.3.tar.gz b/hslua-module-zip-1.1.3.tar.gz new file mode 100644 index 0000000..6bf925d --- /dev/null +++ b/hslua-module-zip-1.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84f70c3b395a1e7a01d44d276a57d7eabfeb847c217501f8d98ffe0b82c9abb +size 8155