Hello community, here is the log from the commit of package ghc-hslua for openSUSE:Factory checked in at 2020-10-23 15:13:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hslua (Old) and /work/SRC/openSUSE:Factory/.ghc-hslua.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hslua" Fri Oct 23 15:13:57 2020 rev:20 rq:842746 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hslua/ghc-hslua.changes 2020-08-28 21:33:28.084669510 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-hslua.new.3463/ghc-hslua.changes 2020-10-23 15:14:00.394124371 +0200 @@ -1,0 +2,25 @@ +Sat Oct 17 02:01:28 UTC 2020 - psim...@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. + +------------------------------------------------------------------- Old: ---- hslua-1.2.0.tar.gz New: ---- hslua-1.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hslua.spec ++++++ --- /var/tmp/diff_new_pack.5lvL4K/_old 2020-10-23 15:14:01.874125084 +0200 +++ /var/tmp/diff_new_pack.5lvL4K/_new 2020-10-23 15:14:01.878125086 +0200 @@ -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 @@ HsLua provides bindings, wrappers, types, and helper functions to bridge Haskell and <https://www.lua.org/ Lua>. -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. <https://github.com/hslua/hslua-examples Example programs> are available in a ++++++ hslua-1.2.0.tar.gz -> hslua-1.3.0.tar.gz ++++++ ++++ 46997 lines of diff (skipped)