forked from pool/lua-slaxml
- Fix missing dependency on lua-macros (boo#1205612) OBS-URL: https://build.opensuse.org/request/show/1060920 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-slaxml?expand=0&rev=5
29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
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.
|