e3fdcfe51b
Accepting request 1060911 from home:michals:branches:devel:languages:lua
...
- Fix missing dependency on lua-macros (boo#1205612)
OBS-URL: https://build.opensuse.org/request/show/1060911
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=35
2023-01-25 14:23:54 +00:00
0cd7d1a86b
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=34
2021-12-18 15:05:43 +00:00
ce017f2d7c
Accepting request 941403 from home:gmbr3:Lua
...
- Update to version 35.1:
* Support AF_PACKET socket family, where available.
* Support SIGINFO, SIGWINCH and SA_RESTART, where available.
* Documentation cleanups
- avoid setting build USER tag
- Use %ifluadefault
- Clean spec file
OBS-URL: https://build.opensuse.org/request/show/941403
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=33
2021-12-18 14:57:41 +00:00
Matthias Mailänder
148b1e8f36
Accepting request 867228 from home:gmbr3:Lua
...
lua54 bootstrap
OBS-URL: https://build.opensuse.org/request/show/867228
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=31
2021-01-29 14:47:41 +00:00
1b8c5bf1ab
Accepting request 820551 from home:gmbr3:Active
...
- Update to version 35.0
* Initial support for Lua 5.4
* Internally, we use our own bitwise operation wrapper functions
rather than bit32 where possible. This means bitwise operations
when running under Lua 5.3+ work on 64bit integers.
OBS-URL: https://build.opensuse.org/request/show/820551
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=28
2020-07-13 06:37:03 +00:00
e07527f352
Fix with spec-cleaner
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=27
2020-07-09 19:15:28 +00:00
50e0b1c73a
- Add lua54 as new build target
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=26
2020-07-06 19:05:45 +00:00
Tomáš Chvátal
1cf9a3d419
Accepting request 727187 from home:anag:branches:devel:languages:lua
...
- New version 34.1.1, please read NEWS.md for changes.
- Remove patch, merged upstream:
* maint-sync-luke-with-upstream.patch
- Add %license
OBS-URL: https://build.opensuse.org/request/show/727187
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=22
2019-08-30 14:07:33 +00:00
Tomáš Chvátal
48a86dfe95
Accepting request 601661 from home:jberry:branches:devel:languages:lua
...
- Only produce docs during one flavor to avoid duplicate binary.
OBS-URL: https://build.opensuse.org/request/show/601661
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=20
2018-04-26 17:25:03 +00:00
e0e1243520
Accepting request 515964 from home:eeich:branches:devel:languages:lua
...
- Updating to version 3.4:
* Incompatible Changes Incompatible Changes
posix.syslog constants LOG_AUTHPRIV, LOG_FTP and LOG_SYSLOG are no longer
documented, and only defined when supported by the host C library. They are
not part of the POSIX API, and prevented compilation of luaposix on AIX and
Solaris.
getopt.getopt was a binding to the GNU getopt_long extension, which is not
a POSIX API, and prevents luaposix from compiling on hosts that do not
provide the extended API. Instead we now correctly bind POSIX getopt(3) in
posix.unistd.
* New Features
Replaced all Autotools and supporting Slingshot code with new Lua- based
build-aux/luke and lukefile describing how to compile and install
everything. Building with LuaRocks now leverages this too.
New posix.sys.socket.getsockopt and posix.sys.socket.getpeername bindings.
New posix.sys.msg.msgctl binding, and posix.sys.msg.IPC_RMID,
posix.sys.msg.IPC_SET and posix.sys.msg.IPC_STAT constants to use with it.
New posix.unistd.ftruncate and posix.unistd.truncate bindings.
posix.fcntl.fcntl now accepts undocumented posix.fcntl.O_TMPFILE value
where supported by the host C library.
* Bugs Fixed
posix.unistd.ttyname now returns an error message in addition to nil when
it fails.
* maint-sync-luke-with-upstream.patch:
Backported from upstream to make this build and install with the 'luke'
version included.
- Fix provides/obsoletes for the old package name.
OBS-URL: https://build.opensuse.org/request/show/515964
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=16
2017-08-10 16:18:22 +00:00
Tomáš Chvátal
14f2aeff4f
Factoryauto name detection fix
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=15
2017-07-15 07:33:44 +00:00
Tomáš Chvátal
c46de558ed
x
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=14
2017-07-13 18:56:38 +00:00
Tomáš Chvátal
56db177f3e
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=13
2017-07-13 18:53:31 +00:00
Tomáš Chvátal
a8e1968140
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=12
2017-07-13 18:50:39 +00:00
Tomáš Chvátal
6fe30c25c7
- Put documentation on %_docdir/%name not just %_docdir
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=11
2017-07-13 18:40:29 +00:00
Tomáš Chvátal
b37d4a1c9c
- Update to 33.3.1:
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=10
2017-07-13 18:36:11 +00:00
Tomáš Chvátal
f8c55d3071
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=9
2017-07-13 18:10:54 +00:00
Tomáš Chvátal
757332e46c
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=8
2017-07-13 17:57:01 +00:00
Tomáš Chvátal
a2cf53fecc
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=7
2017-07-13 17:51:45 +00:00
Tomáš Chvátal
1e6326e0a4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=6
2017-07-13 17:50:43 +00:00
Tomáš Chvátal
7efb871ed6
- Update to 33.4.0:
...
* lua ncurses moved to separate plugin
- Drop patch install_path.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=5
2017-07-13 17:49:46 +00:00
Tomáš Chvátal
772ae77bae
- Switch to multibuild build
...
- Update to 34.0.1:
* Various lua5.3 fixes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=4
2017-07-13 17:38:46 +00:00
Matthias Mailänder
34617f89e4
Accepting request 448756 from home:eeich:branches:devel:languages:lua
...
- Replaced 'makeinstall' by 'make_install'.
- Removed %clean section.
- Replaced Documentation/http by Documentation/HTML.
OBS-URL: https://build.opensuse.org/request/show/448756
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=2
2017-01-04 18:52:43 +00:00
Matthias Mailänder
5d9995e4bc
Accepting request 435771 from home:eeich:branches:devel:languages:lua
...
Initial import.
OBS-URL: https://build.opensuse.org/request/show/435771
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=1
2016-10-30 06:53:59 +00:00