forked from pool/lua-mpack
%patchN. OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-mpack?expand=0&rev=16
85 lines
2.8 KiB
Plaintext
85 lines
2.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Feb 22 09:55:44 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
%patchN.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
|
|
|
|
- Fix missing dependency on lua-macros (boo#1205612)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 10:52:05 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
|
|
|
|
- Opencode %make_build to prevent build failure when not defined.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 18 16:01:56 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
- Use %lua_provides macro for default lua versioning
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 6 19:07:30 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add lua54 as new build target
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 30 14:45:32 UTC 2017 - jmatejek@suse.com
|
|
|
|
- do not build for Lua 5.2
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 14 11:10:45 UTC 2017 - tchvatal@suse.com
|
|
|
|
- Switch to namespaced lua builds
|
|
- Specify all options to build for lua52 and lua53
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 4 16:57:57 UTC 2017 - ronisbr@gmail.com
|
|
|
|
- Fix compilation in openSUSE Leap 42.3.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 1 17:13:03 UTC 2017 - ronisbr@gmail.com
|
|
|
|
- Run spec-cleaner.
|
|
- Version bump to 1.0.6.
|
|
Upstream changelog:
|
|
|
|
Version 1.0.6
|
|
=============
|
|
|
|
* It seems luarocks.orgs caches a previously uploaded rockspec
|
|
for a version, even if we explicitly delete the version.
|
|
|
|
Version 1.0.5
|
|
=============
|
|
|
|
* Bump and adapt build scripts for repository transfer.
|
|
|
|
- Adapt .spec because the upstream repository changed.
|
|
* libmpack was split into libmpack and libmpack-lua. Hence, now
|
|
we need to download libmpack source code and unpack it into the
|
|
folder mpack-src to build libmapck-lua. Thus, the file
|
|
`libmpack-1.0.5.tar.gz` that contains libmpack v1.0.5 source
|
|
code was added.
|
|
- Add patch `lua51-mpack-fix-compilation.patch` to fix a
|
|
compilation problem when using `USE_SYSTEM_LUA=1`. For more
|
|
information, see gh#libmpack/libmpack-lua#2 .
|
|
- Add patch `lua51-mpack-fix-gcc7.patch` to fix a compilation
|
|
failure when using GCC7. For more information, see
|
|
gh#libmpack/libmpack-lua#3 .
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 8 23:48:19 UTC 2016 - ronisbr@gmail.com
|
|
|
|
- Version bump to 1.0.3.
|
|
* No changelog available.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 22 00:50:42 UTC 2016 - ronisbr@gmail.com
|
|
|
|
- Initial version.
|
|
|