[lua-rex] lua 5.3

Tom Callaway spot at fedoraproject.org
Fri Jan 16 17:27:40 UTC 2015


commit fbad52e01089cbf70ed990472abf6b10486eca6e
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri Jan 16 12:28:04 2015 -0500

    lua 5.3

 lua-rex.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/lua-rex.spec b/lua-rex.spec
index 3938ea0..af7454c 100644
--- a/lua-rex.spec
+++ b/lua-rex.spec
@@ -5,7 +5,7 @@
 
 Name:           lua-rex
 Version:        2.7.2
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Regular expression handling library for Lua
 
 Group:          Development/Libraries
@@ -40,7 +40,7 @@ cp -a %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} .
 %build
 mkdir tree
 for i in pcre posix oniguruma tre gnu; do
-	luarocks --local --tree=./tree build lrexlib-$i-%{version}-1.src.rock CFLAGS="%{optflags} -fPIC" ONIG_LIBDIR=%{_libdir} TRE_LIBDIR=%{_libdir} PCRE_LIBDIR=%{_libdir}
+	luarocks --local --tree=./tree build lrexlib-$i-%{version}-1.src.rock CFLAGS="%{optflags} -fPIC -DLUA_COMPAT_APIINTCASTS" ONIG_LIBDIR=%{_libdir} TRE_LIBDIR=%{_libdir} PCRE_LIBDIR=%{_libdir}
 done
 
 
@@ -59,6 +59,9 @@ make %{?_smp_mflags} test
 
 
 %changelog
+* Thu Jan 15 2015 Tom Callaway <spot at fedoraproject.org> - 2.7.2-8
+- rebuild for lua 5.3
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.7.2-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list