Update to 33.2.1

This commit is contained in:
Orion Poplawski 2015-02-26 15:01:01 -07:00
parent aac3ea002d
commit c7baeccc0c
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@cora.nwra.com> - 33.2.1-1
- Update to 33.2.1
* Tue Feb 24 2015 Orion Poplawski <orion@cora.nwra.com> - 32-4
- Update spec to match packaging draft, rebuild for lua 5.3 (bug #1195707)

View File

@ -1 +1 @@
2bfede7b7cee96c5d0f6c0354e17498c release-v32.tar.gz
aa68b5c07ab1ecea81bb466c81e88056 release-v33.2.1.tar.gz