forked from pool/lua-compat-5.3
93 lines
3.2 KiB
Plaintext
93 lines
3.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jul 24 10:18:22 UTC 2024 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
- Rename bit32 package to avoid the package conflicting with
|
|
the version prior to the merge
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 13 16:12:25 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
|
|
|
- Update to 0.13:
|
|
* Support for getting io.popen results on file:close() on PUC-Rio Lua 5.1
|
|
* Avoids attempting to use strerror_r on mingw
|
|
* Converted lua_pushlstring from a macro to a function
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 16 18:22:42 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Change upstream homepage to the current one at Lunar Modules.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 25 18:22:08 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
|
|
|
|
- Fix unowned %%{lua_incdir} error.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 11 14:10:00 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
- Use %lua_provides for bit32
|
|
- Create bit32 for Lua 5.1
|
|
- Use correct bit32 version
|
|
- Update to version 0.10
|
|
* Fix bit32 conversion issues for Lua 5.1 on 32 bit
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 8 20:35:28 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
- Split bit32 into separate package
|
|
- Install correct files
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 26 11:03:56 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
- Fix lua naming
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 18 15:49:39 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
- Use %lua_provides macro for default lua versioning
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 14 10:19:27 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Fix previous commit (Add bit32.so)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 12 14:46:08 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Add bit32.so
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 12 14:02:52 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
|
|
|
- Removed lua54-support.patch: contained in upstream
|
|
- Update to version 0.9
|
|
* Lua 5.4 is supported
|
|
* Added bit32 library compatibility module.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 6 21:15:52 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add lua54-support.patch for support of Lua 5.4
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 6 19:02:29 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add lua54 as new build target
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 11 09:53:35 CET 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add BR lua-macros.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 19 06:36:16 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- What in the world possesed me to make -devel subpackage for
|
|
this? There shouldn't be such thing.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 17 16:38:24 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Initial packaging effort of 0.7.
|