[lua-posix] Update to 5.1.7

Tim Niemueller timn at fedoraproject.org
Sun Aug 15 16:52:32 UTC 2010


commit fcca322f6faafbef40c66aefa77576629c07c12c
Author: Tim Niemueller <niemueller at kbsg.rwth-aachen.de>
Date:   Sun Aug 15 12:52:20 2010 -0400

    Update to 5.1.7

 .gitignore     |    1 +
 lua-posix.spec |    9 ++++++---
 sources        |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e844e6..018a8e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 luaposix-5.1.4.tar.gz
+luaposix-5.1.7.tar.bz2
diff --git a/lua-posix.spec b/lua-posix.spec
index 28c826b..1885644 100644
--- a/lua-posix.spec
+++ b/lua-posix.spec
@@ -3,14 +3,14 @@
 %define luapkgdir %{_datadir}/lua/%{luaver}
 
 Name:           lua-posix
-Version:        5.1.4
-Release:        3%{?dist}
+Version:        5.1.7
+Release:        1%{?dist}
 Summary:        A POSIX library for Lua
 
 Group:          Development/Libraries
 License:        Public Domain
 URL:            http://luaforge.net/projects/luaposix/
-Source0:        http://luaforge.net/frs/download.php/3572/luaposix-5.1.4.tar.gz
+Source0:        http://git.alpinelinux.org/cgit/luaposix/snapshot/luaposix-5.1.7.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  lua >= %{luaver}, lua-devel >= %{luaver}
@@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Aug 15 2010 Tim Niemueller <tim at niemueller.de> - 5.1.7-1
+- Update to 5.1.7
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.1.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
diff --git a/sources b/sources
index 654596d..b05a052 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-073019b1a52bfddb94e2521553b47ef5  luaposix-5.1.4.tar.gz
+e7ed42536548ebc109bc1cb73f08b1e9  luaposix-5.1.7.tar.bz2


More information about the scm-commits mailing list