| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
Use rpm's build-in lua for macros
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
https://bugzilla.redhat.com/show_bug.cgi?id=1204129
|
|
|
|
| |
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
|
| |
we rebuild things)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
compat-lua
|
|
|
|
| |
package (including a -devel)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Provide lua = 5.1, this way add-on packages can easily depend on the Lua
base version and expect certain paths for packages
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
search path for Lua. Packaging them properly allows for easy creation of
Lua addon packages.
timn
|
|
|
|
|
|
| |
5.1.3-2
- Autorebuild for GCC 4.3
|
|
|
|
| |
- New upstream release 5.1.3
|
|
|
|
| |
- Fix libdir in lua.pc being /usr/lib on x86_64 (bz 399101)
|
|
|
|
| |
- Also use lib64 instead of lib on ia64 and sparc64
|
|
|
|
| |
- Fix multilib condlict in luaconf.h (bz 342561)
|
|
|
|
|
| |
- New upstream release 5.1.2
- Fix use of rpath on x86_64
|