[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.1.1 now available
- From: Jürgen Hötzel <juergen@...>
- Date: Thu, 1 Jun 2006 21:24:51 +0200
On Thu, Jun 01, 2006 at 01:31:30PM -0300, Luiz Henrique de Figueiredo wrote:
> > the pkgconfig file (lua-5.1.1/etc/lua.pc) and Makefile (lua-5.1.1/Makefile)
> > is not up2date:
> >
> > V= 5.1
>
> Lua 5.1.1 *is* still Lua 5.1. It should be a drop-in replacement.
> --lhf
I understand: Lua 5.1.1 is still an implementation of the Lua 5.1
language. So paths like /usr/share/lua/5.1 will be unaltered.
But if a developers want to check if the bug-fix-release is available, they
will use:
PKG_CHECK_MODULES(LUA, lua >= 5.1.1)
if they don't care about the bug-fix, they will use:
PKG_CHECK_MODULES(LUA, lua >= 5.1
I maintain Lua on ArchLinux and will have to release a 5.1.1 package.
I'm sure users will file bug reports about this, if i don't patch
pkg-config metainformation.
Jürgen