Update to 33.3.1
This commit is contained in:
parent
27d7b8ddfa
commit
4fcbc9e476
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/lua-posix-32-58016bb.tar.gz
|
/lua-posix-32-58016bb.tar.gz
|
||||||
/release-v32.tar.gz
|
/release-v32.tar.gz
|
||||||
/release-v33.2.1.tar.gz
|
/release-v33.2.1.tar.gz
|
||||||
|
/release-v33.3.1.tar.gz
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: lua-posix
|
Name: lua-posix
|
||||||
Version: 33.2.1
|
Version: 33.3.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A POSIX library for Lua
|
Summary: A POSIX library for Lua
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
@ -28,8 +28,6 @@ to Lua programs.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n luaposix-release-v%{version}
|
%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
|
%build
|
||||||
@ -59,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user