summaryrefslogtreecommitdiffstats
path: root/lua.spec
diff options
context:
space:
mode:
authorTim Niemueller <timn@fedoraproject.org>2008-09-03 12:27:53 +0000
committerTim Niemueller <timn@fedoraproject.org>2008-09-03 12:27:53 +0000
commit65ae3f8568cfb72dd039df372121371675724f2b (patch)
treeed0decb8b8e3453d2c2a5381496578795518b50e /lua.spec
parent3395d2ab398d5f5b8de8ab4d063513345305dab8 (diff)
downloadlua-65ae3f8568cfb72dd039df372121371675724f2b.tar.gz
lua-65ae3f8568cfb72dd039df372121371675724f2b.tar.xz
lua-65ae3f8568cfb72dd039df372121371675724f2b.zip
New upstream release 5.1.4lua-5_1_4-1_fc10F-10-start
Diffstat (limited to 'lua.spec')
-rw-r--r--lua.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/lua.spec b/lua.spec
index 8d88a02..c37506c 100644
--- a/lua.spec
+++ b/lua.spec
@@ -1,12 +1,12 @@
Name: lua
-Version: 5.1.3
-Release: 6%{?dist}
+Version: 5.1.4
+Release: 1%{?dist}
Summary: Powerful light-weight programming language
Group: Development/Languages
License: MIT
URL: http://www.lua.org/
Source0: http://www.lua.org/ftp/lua-%{version}.tar.gz
-Patch0: lua-5.1.3-autotoolize.patch
+Patch0: lua-5.1.4-autotoolize.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: readline-devel ncurses-devel
Provides: lua = 5.1
@@ -94,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.a
%changelog
+* Wed Sep 03 2008 Tim Niemueller <tim@niemueller.de> - 5.1.4-1
+- New upstream release 5.1.4
+
* Mon May 12 2008 Tim Niemueller <tim@niemueller.de> - 5.1.3-6
- Add -static subpackage with static liblua, fixes rh bug #445939