From b7447739b8d3a722a2d8e7305690b6ac3c548882 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 9 Feb 2017 10:12:44 -0500 Subject: 5.3.4 --- lua.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'lua.spec') diff --git a/lua.spec b/lua.spec index a28f210..43b28e5 100644 --- a/lua.spec +++ b/lua.spec @@ -8,8 +8,8 @@ Name: lua -Version: %{major_version}.3 -Release: 4%{?dist} +Version: %{major_version}.4 +Release: 1%{?dist} Summary: Powerful light-weight programming language Group: Development/Languages License: MIT @@ -34,10 +34,6 @@ Patch6: %{name}-5.2.2-idsize.patch Patch7: %{name}-5.2.2-luac-shared-link-fix.patch Patch8: %{name}-5.2.2-configure-compat-module.patch %endif -# https://www.lua.org/bugs.html#5.3.3-1 -Patch9: lua-5.3.3-upstream-bug-1.patch -# https://www.lua.org/bugs.html#5.3.3-2 -Patch10: lua-5.3.3-upstream-bug-2.patch BuildRequires: automake autoconf libtool readline-devel ncurses-devel Provides: lua(abi) = %{major_version} @@ -90,8 +86,6 @@ mv src/luaconf.h src/luaconf.h.template.in #%% patch2 -p1 -z .luac-shared %patch3 -p1 -z .configure-linux %patch4 -p1 -z .configure-compat-all -%patch9 -p1 -b .crashfix -%patch10 -p1 -b .readpast autoreconf -i %if 0%{?bootstrap} @@ -208,6 +202,9 @@ popd %changelog +* Thu Feb 9 2017 Tom Callaway 5.3.4-1 +- update to 5.3.4 + * Thu Jan 12 2017 Igor Gnatenko - 5.3.3-4 - Rebuild for readline 7.x -- cgit