Description of problem: The patch lua-5.1.4-autotoolize.patch has lua version 5.1.3 hardcoded in several places (namely on configure.ac and etc/lua.pc.in). This affects all lua-5.1.4 RPMS for F12 and above, and EPEL5 and EL6. Version-Release number of selected component (if applicable): F12+,EL5: lua-5.1.4-4; EL6: lua-5.1.4-4.1 Expected results: Patch updated to version 5.1.4 Additional info: This is a new ticket based on comments 18 and 19 of bug #629437 (https://bugzilla.redhat.com/show_bug.cgi?id=629437 )
Created attachment 452193 [details] Patch updateed to lua version 5.1.4
The attached patch was created on a CentOS 5.5 x86_64 system with autoconf-2.59-12 installed (similar version to the one used TO produce the previous patch) Steps to produce the new patch: * tar xf lua-5.1.4.tar.gz * mv lua-5.1.4 lua-5.1.4-autotoolize * tar xf lua-5.1.4.tar.gz * cd lua-5.1.4-autotoolize * patch -p1 < ../lua-5.1.4-autotoolize.patch # the current one (5.1.3) * edited configure.ac (line 30994: s/5.1.3/5.1.4/) * edited etc/lua.pc.in (line 2: s/5.1.3/@VERSION@/) * bash autogen.sh * rm -rf autom4te.cache/ * cd .. * diff -urN lua-5.1.4/ lua-5.1.4-autotoolize/ > lua-5.1.4-autotoolize-really-5.1.4.patch Correction: comments 16, 17, and 18 of bug #629437.
Created attachment 452197 [details] Patch updated to lua version 5.1.4 The previous patch was gziped (and bugzilla didn't handle it correctly)
BTW there is also an upstream errata for Lua 5.1.4: * http://www.lua.org/ftp/patch-lua-5.1.4-2
ping
Thanks for the ping. I had just added another patch yesterday. I have now modified the autotoolize patch (there is an easier way than what you proposed). Besides the pkgconfig file this was only cosmetic. Updates coming soon.
(In reply to comment #6) > Thanks for the ping. I had just added another patch yesterday. I noticed lua-5.1.4-6.fc15 being built in koji ;) > I have now > modified the autotoolize patch (there is an easier way than what you proposed). > Besides the pkgconfig file this was only cosmetic. Updates coming soon. And thanks for the lua-5.1.4-7 update for f13, f14, and f15. /jpo
(In reply to comment #7) ... > > I have now > > modified the autotoolize patch (there is an easier way than what you proposed). > > Besides the pkgconfig file this was only cosmetic. Updates coming soon. > > And thanks for the lua-5.1.4-7 update for f13, f14, and f15. Tim, The F13 and F14 builds didn't seem to have been pushed to koji. Could you check it? tia, jpo
Oops! $comment8 ~= s/koji/bodhi/
lua-5.1.4-7.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/lua-5.1.4-7.fc13
lua-5.1.4-7.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/lua-5.1.4-7.fc14
lua-5.1.4-7.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update lua'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/lua-5.1.4-7.fc14
lua-5.1.4-7.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.