diff options
| author | Tom Callaway <spot@fedoraproject.org> | 2016-07-25 16:08:19 -0400 |
|---|---|---|
| committer | Tom Callaway <spot@fedoraproject.org> | 2016-07-25 16:08:19 -0400 |
| commit | 19e01a142e9ab983055b2f4cdb5490a99fbd3149 (patch) | |
| tree | 1eb82335ad331e95bf86e18a8d64280a12d5e394 /lua.spec | |
| parent | d6b7c55828c8f5965fd861cf6558493377f2fa1a (diff) | |
| download | lua-19e01a142e9ab983055b2f4cdb5490a99fbd3149.tar.gz lua-19e01a142e9ab983055b2f4cdb5490a99fbd3149.tar.xz lua-19e01a142e9ab983055b2f4cdb5490a99fbd3149.zip | |
apply upstream fixes for bug 1 & 2
Diffstat (limited to 'lua.spec')
| -rw-r--r-- | lua.spec | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -9,7 +9,7 @@ Name: lua Version: %{major_version}.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Powerful light-weight programming language Group: Development/Languages License: MIT @@ -34,6 +34,10 @@ 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} @@ -75,6 +79,8 @@ 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} @@ -187,6 +193,9 @@ popd %changelog +* Mon Jul 25 2016 Tom Callaway <spot@fedoraproject.org> - 5.3.3-2 +- apply fixes for upstream bug 1 & 2 + * Tue Jun 7 2016 Tom Callaway <spot@fedoraproject.org> - 5.3.3-1 - update to 5.3.3 |
