[lua-posix] Update to 33.2.1

Orion Poplawski orion at fedoraproject.org
Thu Feb 26 22:01:02 UTC 2015


commit c7baeccc0c39779f7bf857bdc298165dc4f85c0b
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Thu Feb 26 15:01:01 2015 -0700

    Update to 33.2.1

 .gitignore     |  1 +
 lua-posix.spec | 10 ++++++++--
 sources        |  2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3aceb05..2f6139a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /lua-posix-5.1.28-8f80582.tar.gz
 /lua-posix-32-58016bb.tar.gz
 /release-v32.tar.gz
+/release-v33.2.1.tar.gz
diff --git a/lua-posix.spec b/lua-posix.spec
index 7b17427..a66b581 100644
--- a/lua-posix.spec
+++ b/lua-posix.spec
@@ -5,8 +5,8 @@
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name:           lua-posix
-Version:        32
-Release:        4%{?dist}
+Version:        33.2.1
+Release:        1%{?dist}
 Summary:        A POSIX library for Lua
 Group:          Development/Libraries
 License:        Public Domain
@@ -28,6 +28,9 @@ to Lua programs.
 
 %prep
 %setup -q -n luaposix-release-v%{version}
+# Fix up lib dir https://github.com/luaposix/luaposix/issues/210
+sed -i -e s,/lib/lua,/%{_lib}/lua, configure
+
 
 %build
 %configure --libdir=%{lualibdir} --datadir=/%{luapkgdir}
@@ -56,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Feb 26 2015 Orion Poplawski <orion at cora.nwra.com> - 33.2.1-1
+- Update to 33.2.1
+
 * Tue Feb 24 2015 Orion Poplawski <orion at cora.nwra.com> - 32-4
 - Update spec to match packaging draft, rebuild for lua 5.3 (bug #1195707)
 
diff --git a/sources b/sources
index 9b7dd8f..a616be6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2bfede7b7cee96c5d0f6c0354e17498c  release-v32.tar.gz
+aa68b5c07ab1ecea81bb466c81e88056  release-v33.2.1.tar.gz


More information about the scm-commits mailing list