[lua-event] rebuild for lua 5.2

Tom Callaway spot at fedoraproject.org
Fri May 10 18:19:32 UTC 2013


commit 65b7cf426e2f596d6ff9886230fb671f48df4d36
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri May 10 14:19:00 2013 -0400

    rebuild for lua 5.2

 lua-event.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/lua-event.spec b/lua-event.spec
index 2f5258a..ef0297c 100644
--- a/lua-event.spec
+++ b/lua-event.spec
@@ -1,10 +1,10 @@
-%global luaver 5.1
+%global luaver 5.2
 %global lualibdir %{_libdir}/lua/%{luaver}
 %global luapkgdir %{_datadir}/lua/%{luaver}
 
 Name:           lua-event
 Version:        0.4.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        This is a binding of libevent to Lua
 
 Group:          Development/Libraries
@@ -80,6 +80,9 @@ make install DESTDIR=%{buildroot} \
 
 
 %changelog
+* Fri May 10 2013 Tom Callaway <spot at fedoraproject.org> - 0.4.3-3
+- rebuild for lua 5.2
+
 * Wed Apr 17 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.4.3-2
 - amend directory ownership
 - include markdown documentation


More information about the scm-commits mailing list