[lua-dbi] rebuild for lua 5.2

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


commit 5b6b72800463385a11fdc9c7bfe9e255ded725d0
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri May 10 14:10:22 2013 -0400

    rebuild for lua 5.2

 lua-dbi.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/lua-dbi.spec b/lua-dbi.spec
index dc8ffb8..265027c 100644
--- a/lua-dbi.spec
+++ b/lua-dbi.spec
@@ -1,4 +1,4 @@
-%define luaver 5.1
+%define luaver 5.2
 %define lualibdir %{_libdir}/lua/%{luaver}
 %define luapkgdir %{_datadir}/lua/%{luaver}
 
@@ -6,7 +6,7 @@
 
 Name:           lua-dbi
 Version:        0.5
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Database interface library for Lua
 
 Group:          Development/Libraries
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri May 10 2013 Tom Callaway <spot at fedoraproject.org> - 0.5-6
+- rebuild for lua 5.2
+
 * Fri Apr 26 2013 Robert Scheck <robert at fedoraproject.org> - 0.5-5
 - Added upstream patch to avoid PostgreSQL transaction warnings
 


More information about the scm-commits mailing list