summaryrefslogtreecommitdiffstats
path: root/lua.spec
diff options
context:
space:
mode:
Diffstat (limited to 'lua.spec')
-rw-r--r--lua.spec13
1 files changed, 5 insertions, 8 deletions
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 <spot@fedoraproject.org> 5.3.4-1
+- update to 5.3.4
+
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 5.3.3-4
- Rebuild for readline 7.x