SHA256
11
0
forked from pool/lua-slaxml
Files

48 lines
1.8 KiB
Plaintext

-------------------------------------------------------------------
Fri Oct 24 14:51:04 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Switch off building lua51 build of the package.
-------------------------------------------------------------------
Mon Oct 13 10:02:39 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Add fix_tests.patch (gh#Phrogz/SLAXML!22) to improve parser
strictness and error handling. Goal was originally to make the
test suite to pass even on LuaJIT.
-------------------------------------------------------------------
Mon Oct 13 09:33:04 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Update to version 0.7+git20230101.756ffad:
* Indicate compatibility with 5.1-5.4, inclusive
* Update rockspec for v0.8.1
-------------------------------------------------------------------
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
- Fix missing dependency on lua-macros (boo#1205612)
-------------------------------------------------------------------
Thu Feb 18 16:03:16 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- Use %lua_provides macro for default lua versioning
-------------------------------------------------------------------
Tue Jan 19 11:18:48 UTC 2021 - mcepl@suse.com
- Update to version 0.7+git20191225.108970c:
* Add test case for CDATA serialization
* Fix superfluous '[' when serializing CDATA
* Update README
* Add serialization via SLAXML:xml()
* Added basic rockspec
* Fix mistakenly added global key
* Fix a few README grammar mistakes
* Simplify UTF-8 entity decoding slightly
* Fix code formatting (messed up whitespace)
-------------------------------------------------------------------
Tue Jan 19 11:17:20 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Initial packaging effort for the latest commit on master of SLAXML.