diff --git a/ghc-hslua.changes b/ghc-hslua.changes index 0c6170a..cf5e76b 100644 --- a/ghc-hslua.changes +++ b/ghc-hslua.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sat Oct 17 02:01:28 UTC 2020 - psimons@suse.com + +- Update hslua to version 1.3.0. + ### 1.3.0 + + Released 2020-10-16. + + - Upgrade included Lua version to new bug-fix release 5.3.6. See + the upstream documentation https://www.lua.org/bugs.html#5.3.5 + for the bugs which have been fixed. + + - Stop exporting `c_loaded_table` and `c_prelad_table` from module + Foreign.Lua.Raw.Auxiliary. Both values are defined only if the + flag `HARDCODE_REG_KEYS` is disabled, leading to compilation + errors when the flag is enabled. + + - Add new function `peekStringy` to Peek module. It allows to peek + a value of any `IsString` type from an UTF-8 encoded string. + + - Various improvements to the continuous integration setup, + including cleanup of the config files, version bumps to the + ghc/cabal versions used for testing, and running the linter in a + dedicated GitHub Action. + ------------------------------------------------------------------- Tue Aug 18 10:45:04 UTC 2020 - Peter Simons diff --git a/ghc-hslua.spec b/ghc-hslua.spec index cc65e1f..d593d86 100644 --- a/ghc-hslua.spec +++ b/ghc-hslua.spec @@ -19,7 +19,7 @@ %global pkg_name hslua %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: Bindings to Lua, an embeddable scripting language License: MIT @@ -44,7 +44,7 @@ BuildRequires: ghc-tasty-quickcheck-devel HsLua provides bindings, wrappers, types, and helper functions to bridge Haskell and . -This package contains a full Lua interpreter version 5.3.5. If you want to link +This package contains a full Lua interpreter version 5.3.6. If you want to link it with a system-wide Lua installation, use the 'system-lua' flag. are available in a diff --git a/hslua-1.2.0.tar.gz b/hslua-1.2.0.tar.gz deleted file mode 100644 index 0bdf4fe..0000000 --- a/hslua-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10f482cf3232a634be6f083c6dc2535cd3bcce2d5fd7c3a15068e775f12f4928 -size 252418 diff --git a/hslua-1.3.0.tar.gz b/hslua-1.3.0.tar.gz new file mode 100644 index 0000000..7e4cc81 --- /dev/null +++ b/hslua-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b12329dfd471940d1e3e7dcbf9ec8194fc70c016239c9c2e337bd3950cd0b5 +size 253366