[lua-filesystem] lua 5.3

Tom Callaway spot at fedoraproject.org
Fri Jan 16 17:04:48 UTC 2015


commit 225ebce65f5e8c5c1e914424544ca8c9f0c7aa16
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri Jan 16 12:05:12 2015 -0500

    lua 5.3

 .gitignore          |    1 +
 lua-filesystem.spec |   15 +++++++++++----
 sources             |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b2550ae..a3ba42d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /luafilesystem-1.6.2.tar.gz
+/luafilesystem-1.6.3.tar.gz
diff --git a/lua-filesystem.spec b/lua-filesystem.spec
index da7b5dc..9fcdb4b 100644
--- a/lua-filesystem.spec
+++ b/lua-filesystem.spec
@@ -6,15 +6,18 @@
 %define luacompatpkgdir %{_datadir}/lua/%{luacompatver}
 %define lua51dir %{_builddir}/lua51-%{name}-%{version}-%{release}
 
+%global commit 8014725009e195ffb502bcd65ca4e93b60a1b21c
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+
 Name:           lua-filesystem
-Version:        1.6.2
-Release:        7%{?dist}
+Version:        1.6.3
+Release:        1%{?dist}
 Summary:        File System Library for the Lua Programming Language
 
 Group:          Development/Libraries
 License:        MIT
 URL:            http://www.keplerproject.org/luafilesystem/
-Source0:        http://cloud.github.com/downloads/keplerproject/luafilesystem/luafilesystem-%{version}.tar.gz
+Source0:	https://github.com/keplerproject/luafilesystem/archive/%{commit}/luafilesystem-%{version}.tar.gz
 %if 0%{?el5}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 %endif
@@ -51,7 +54,7 @@ structure and file attributes.
 %endif
 
 %prep
-%setup -q -n luafilesystem-%{version}
+%setup -q -n luafilesystem-%{commit}
 
 %if 0%{?fedora} >= 20
 rm -rf %{lua51dir}
@@ -102,6 +105,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Jan 15 2015 Tom Callaway <spot at fedoraproject.org> - 1.6.3-1
+- update to 1.6.3
+- rebuild for lua 5.3
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.2-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 9107f57..82309b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4e7ec93678c760c4e42cea7d28aafa13  luafilesystem-1.6.2.tar.gz
+3b1c92fd44390f09cd6c5f1fa21e2d17  luafilesystem-1.6.3.tar.gz


More information about the scm-commits mailing list