| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN.
- Fix unowned %{lua_incdir} directory.
- Fix missing dependency on lua-macros (boo#1205612)
rebase: luasocket-makefile.patch fix: W: package-with-huge-docs 69% - Create a speperate doc package, lua*-luasocket will recommend it fix: update URL
- Update to version 3.1.0: * chore: Release v3.1.0 * ci: Echo correct platform in job title * fix(build): Use gai_strerrorA not gai_strerror on Windows * feat(tcp): Add support for TCP Defer Accept * feat(tcp): Add support for TCP Fast Open * chore(rockspec): Move recent PR change to proper rockspec (#384) * fix(rockspec): Fixup Windows (mingw32) builds (#383) * chore: Update internal version references to match release (#370) * chore: Release v3.0.0 * chore: Copy-edit description in dev rockspec
- Add a more useful dependency name
- Fix provides naming
- Use %lua_provides macro
- Switch to multibuild and add lua54 build target.
- Create subpackage -devel * Package header files
- Provide/Obsolete luasocket to avoid conflict wrt bsc#1063306
- Switch from multibuild for now as it can't be in rings and this is a ring package
- Update to version 3.0~rc1+git20170515.5a17f79: * make protect_segment in url.lua rfc compliant * fix for Lua 5.3 built without number / string conversion * correct typo * Fix issue #196 * Preserve path when parsing urls. * Fix typo - Switch to multibuild package - luasocket-makefile.patch refresh to apply on new version
- Fix build with namespaced lua
- Using Requires: Lua(API) = 5.1 instead of Requires: lua51 as suggested by DimStar in SR#423700
- update version 3.0~rc1+git20140716
- initial version 3.0~rc1 - copied from luasocket