Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
lua-devel - Development files for lua
This package contains development files for lua.
Packages
Latest: lua-devel-5.1.4-9999.5.el5.fio.i686.rpm
| Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
| lua-devel |
0 |
5.1.4 |
9999.5.el5.fio |
i686 |
113 KiB |
2011-05-05 15:30:07 |
Changelog:
- * 2011-01-27 - Lott Caskey <lottc[AT]fugitol[DOTCOM]> - 5.1.4-9999.5
- Merged in from upstream vendor.
- Moved static to devel
- * 2010-05-09 - Tim Niemueller <tim[AT]niemueller.de> - 5.1.4-5
- Add patch regarding dlopen flags to support Lunatic (Lua-Python bridge)
- * 2009-07-25 - Fedora Release Engineering <rel-eng[AT]lists.fedoraproject[DOTORG]> - 5.1.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * 2009-06-11 - Tim Niemueller <tim[AT]niemueller.de> - 5.1.4-2
- Link liblua.so with -lm (math lib), fixes rhbz #499238
- * 2009-02-25 - Fedora Release Engineering <rel-eng[AT]lists.fedoraproject[DOTORG]> - 5.1.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- * 2008-09-03 - Tim Niemueller <tim[AT]niemueller.de> - 5.1.4-1
- New upstream release 5.1.4
- * 2008-05-12 - Tim Niemueller <tim[AT]niemueller.de> - 5.1.3-6
- Add -static subpackage with static liblua, fixes rh bug #445939
- * 2008-04-13 - Tim Niemueller <tim[AT]niemueller.de> - 5.1.3-5
- Provide lua = 5.1, this way add-on packages can easily depend on the Lua
base version and expect certain paths for packages
- * 2008-04-05 - Hans de Goede <j.w.r.degoede[AT]hhs.nl> 5.1.3-4
- Not only own $libdir/lua/5.1 and $datadir/lua/5.1 but also $libdir/lua
and $datadir/lua for proper removal of these dirs upon lua removal
- * 2008-03-14 - Tim Niemueller <tim[AT]niemueller.de> - 5.1.3-3
- own $libdir/lua/5.1 and $datadir/lua/5.1. These are the standard package
search path for Lua. Packaging them properly allows for easy creation of
Lua addon packages.