Name: | lua |
---|---|
Version: | 5.1.4 |
Release: | 15.el7 |
Architecture: | aarch64 |
Group: | Development/Languages |
Size: | 722319 |
License: | MIT |
RPM: | lua-5.1.4-15.el7.aarch64.rpm |
Source RPM: | lua-5.1.4-15.el7.src.rpm |
Build Date: | Thu May 03 2018 |
Build Host: | ca-buildarm01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.lua.org/ |
Summary: | Powerful light-weight programming language |
Description: | Lua is a powerful light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, stand-alone language. Lua is free software. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, interpreted from bytecodes, and has automatic memory management with garbage collection, making it ideal for configuration, scripting, and rapid prototyping. |
- Also use lib64 instead of lib on aarch64 (#1283705)
- Mass rebuild 2014-01-24
- Mass rebuild 2013-12-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Provide lua(abi) = 5.1 for better distro updates later
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- Add patch to from lua.org with smaller bugfixes - sed -i -e 's/5\.1\.3/5.1.4/g' on autotoolize patch, bug #641144
- Add patch to increase IDSIZE for more useful error messages