Update to 5.1.7
This commit is contained in:
parent
5f4ec87196
commit
fcca322f6f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
luaposix-5.1.4.tar.gz
|
||||
luaposix-5.1.7.tar.bz2
|
||||
|
@ -3,14 +3,14 @@
|
||||
%define luapkgdir %{_datadir}/lua/%{luaver}
|
||||
|
||||
Name: lua-posix
|
||||
Version: 5.1.4
|
||||
Release: 3%{?dist}
|
||||
Version: 5.1.7
|
||||
Release: 1%{?dist}
|
||||
Summary: A POSIX library for Lua
|
||||
|
||||
Group: Development/Libraries
|
||||
License: Public Domain
|
||||
URL: http://luaforge.net/projects/luaposix/
|
||||
Source0: http://luaforge.net/frs/download.php/3572/luaposix-5.1.4.tar.gz
|
||||
Source0: http://git.alpinelinux.org/cgit/luaposix/snapshot/luaposix-5.1.7.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver}
|
||||
@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Aug 15 2010 Tim Niemueller <tim@niemueller.de> - 5.1.7-1
|
||||
- Update to 5.1.7
|
||||
|
||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user