Update to 33.3.1

This commit is contained in:
Orion Poplawski 2015-07-17 09:47:58 -06:00
parent 27d7b8ddfa
commit 4fcbc9e476
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/lua-posix-32-58016bb.tar.gz
/release-v32.tar.gz
/release-v33.2.1.tar.gz
/release-v33.3.1.tar.gz

View File

@ -5,8 +5,8 @@
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: lua-posix
Version: 33.2.1
Release: 2%{?dist}
Version: 33.3.1
Release: 1%{?dist}
Summary: A POSIX library for Lua
Group: Development/Libraries
License: Public Domain
@ -28,8 +28,6 @@ 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
@ -59,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Jul 17 2015 Orion Poplawski <orion@cora.nwra.com> - 33.3.1-1
- Update to 33.3.1
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 33.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
aa68b5c07ab1ecea81bb466c81e88056 release-v33.2.1.tar.gz
1d07112a5582b539930066d7c834643f release-v33.3.1.tar.gz