From 4fcbc9e476140562d1ebd92f3b083861b2f6528b Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Jul 17 2015 15:47:58 +0000 Subject: Update to 33.3.1 --- diff --git a/.gitignore b/.gitignore index 2f6139a..6fd5777 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/lua-posix.spec b/lua-posix.spec index 50340bc..dfdfa69 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: 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 - 33.3.1-1 +- Update to 33.3.1 + * Wed Jun 17 2015 Fedora Release Engineering - 33.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index a616be6..d98eedb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aa68b5c07ab1ecea81bb466c81e88056 release-v33.2.1.tar.gz +1d07112a5582b539930066d7c834643f release-v33.3.1.tar.gz