[lua-wsapi] Upgrade to 1.6.1, required to actually work with Xavante

Tim Niemueller timn at fedoraproject.org
Mon Dec 15 18:13:07 UTC 2014


commit 83937f90c5654c5e72ffaeee18a0f38670c16a6e
Author: Tim Niemueller <niemueller at kbsg.rwth-aachen.de>
Date:   Mon Dec 15 19:12:22 2014 +0100

    Upgrade to 1.6.1, required to actually work with Xavante

 .gitignore     |    5 ++---
 lua-wsapi.spec |   20 ++++++++++++--------
 sources        |    2 +-
 3 files changed, 15 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b4f020e..6d4c9b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,5 @@
-/wsapi-1.3.4.tar.gz
-/wsapi-1.3.4
 /.build*
 /*.src.rpm
 /noarch
-/lua-wsapi-1.5-6b35861.tar.gz
+/wsapi-1.6.1.tar.gz
+/wsapi-1.6.1
diff --git a/lua-wsapi.spec b/lua-wsapi.spec
index 9518bea..e7abcf5 100644
--- a/lua-wsapi.spec
+++ b/lua-wsapi.spec
@@ -1,24 +1,25 @@
 %define luaver 5.2
 %define lualibdir %{_libdir}/lua/%{luaver}
 %define luapkgdir %{_datadir}/lua/%{luaver}
-%global commit 6b358619032b1a7f0432ae56a2a9504738b2f953
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
+#%global commit 6b358619032b1a7f0432ae56a2a9504738b2f953
+#%global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name:           lua-wsapi
-Version:        1.5
-Release:        3.git%{shortcommit}%{?dist}
+Version:        1.6.1
+Release:        1%{?dist}
 Summary:        Lua Web Server API
 
 Group:          Development/Libraries
 License:        MIT
 URL:            http://keplerproject.github.com/wsapi/
-Source0:        https://github.com/keplerproject/wsapi/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
+# https://github.com/keplerproject/wsapi/archive/v1.6.1.tar.gz
+Source0:        wsapi-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  lua >= %{luaver}, lua-devel >= %{luaver}
+BuildRequires:  lua(abi) = %{luaver}
 BuildRequires:  dos2unix
-Requires:       lua >= %{luaver}
+Requires:       lua(abi) = %{luaver}
 Requires:       lua-coxpcall
 
 %description
@@ -37,7 +38,7 @@ Python's WSGI (PEP 333). It's not a direct clone of either of them, though,
 and tries to follow standard Lua idioms.
 
 %prep
-%setup -q -n wsapi-%{commit}
+%setup -q -n wsapi-%{version}
 
 
 %build
@@ -65,6 +66,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Oct 01 2014 Tim Niemueller <tim at niemueller.de> - 1.6.1-1
+- Upgrade to 1.6.1, required to actually work with Xavante
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5-3.git6b35861
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 6af4ff6..84cfc57 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e52c52ccb2f7291b801805fc1b25260d  lua-wsapi-1.5-6b35861.tar.gz
+3d4bb019c984128eff360b57200b19b5  wsapi-1.6.1.tar.gz


More information about the scm-commits mailing list