diff options
| author | Tom Callaway <spot@fedoraproject.org> | 2017-02-09 10:12:44 -0500 |
|---|---|---|
| committer | Tom Callaway <spot@fedoraproject.org> | 2017-02-09 10:12:44 -0500 |
| commit | b7447739b8d3a722a2d8e7305690b6ac3c548882 (patch) | |
| tree | bb9d414070850f1216c68f99a418191dcba44a88 /lua.spec | |
| parent | 53e62ec64ea07036d06fce91a99e6eaa76004876 (diff) | |
| download | lua-b7447739b8d3a722a2d8e7305690b6ac3c548882.tar.gz lua-b7447739b8d3a722a2d8e7305690b6ac3c548882.tar.xz lua-b7447739b8d3a722a2d8e7305690b6ac3c548882.zip | |
5.3.4
Diffstat (limited to 'lua.spec')
| -rw-r--r-- | lua.spec | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -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 |
