[lua-socket] lua 5.3

Tom Callaway spot at fedoraproject.org
Fri Jan 16 17:12:46 UTC 2015


commit e42f03b9cd7fbc3578bfcea3aacb2a481c10a7dc
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri Jan 16 12:13:10 2015 -0500

    lua 5.3

 lua-socket.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/lua-socket.spec b/lua-socket.spec
index 5303c9e..89f5fb4 100644
--- a/lua-socket.spec
+++ b/lua-socket.spec
@@ -1,8 +1,12 @@
+%if 0%{?fedora} >= 22
+%define luaver 5.3
+%else
 %if 0%{?fedora} >= 20 || 0%{?rhel} > 7
 %define luaver 5.2
 %else
 %define luaver 5.1
 %endif
+%endif
 
 %define luacompatver 5.1
 %define luacompatlibdir %{_libdir}/lua/%{luacompatver}
@@ -16,7 +20,7 @@
 
 Name:           lua-socket
 Version:        3.0
-Release:        0.7rc1%{?dist}
+Release:        0.8rc1%{?dist}
 Summary:        Network support for the Lua language
 
 Group:          Development/Libraries
@@ -138,6 +142,9 @@ popd
 %endif
 
 %changelog
+* Fri Jan 16 2015 Tom Callaway <spot at fedoraproject.org> - 3.0-0.8rc1
+- lua 5.3
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0-0.7rc1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list