[lua-inotify] update to git trunk for lua 5.2 support

Tom Callaway spot at fedoraproject.org
Fri May 10 20:01:27 UTC 2013


commit 4667be382186a24c9494aceca4b082d9ac1a249d
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri May 10 16:00:56 2013 -0400

    update to git trunk for lua 5.2 support

 .gitignore       |    1 +
 lua-inotify.spec |   13 ++++++++-----
 sources          |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a505ac..feb9b4c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /linotify-1.0-6d0f7a0973cfb.tar.xz
+/linotify-1.0-98822877a9d42.tar.xz
diff --git a/lua-inotify.spec b/lua-inotify.spec
index c02d7f3..6b74102 100644
--- a/lua-inotify.spec
+++ b/lua-inotify.spec
@@ -1,12 +1,12 @@
-%global gitrev   6d0f7a0973cfb
-%global alphatag 20110529git%{gitrev}
+%global gitrev   98822877a9d42
+%global alphatag 20130510git%{gitrev}
 
-%global luaver 5.1
+%global luaver 5.2
 %global lualibdir %{_libdir}/lua/%{luaver}
 
 Name:           lua-inotify
 Version:        1.0
-Release:        0.5.%{alphatag}%{?dist}
+Release:        0.6.%{alphatag}%{?dist}
 Summary:        Inotify bindings for Lua
 
 License:        MIT
@@ -46,11 +46,14 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL_PATH=%{lualibdir}
 
 
 %files
-%doc COPYRIGHT README
+%doc COPYRIGHT README.md
 %{lualibdir}/inotify.so
 
 
 %changelog
+* Fri May 10 2013 Tom Callaway <spot at fedoraproject.org> - 1.0-0.6.20130510git98822877a9d42
+- update to latest git, rebuild for lua 5.2
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-0.5.20110529git6d0f7a0973cfb
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 90c23a4..ed756a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5de78cc0bfb9ba18e1e5c0e5036140f4  linotify-1.0-6d0f7a0973cfb.tar.xz
+99706a2b96473fbc4dd628cd9aedca93  linotify-1.0-98822877a9d42.tar.xz


More information about the scm-commits mailing list