Browse Source

lua-5.4.4-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
f915dfb34d
1 changed files with 6 additions and 5 deletions
  1. 6 5
      l/lua/lua-vl.spec

+ 6 - 5
l/lua/lua-vl.spec

@@ -1,5 +1,5 @@
 # No tests yet for 5.3.5
-%global test_version 5.4.3
+%global test_version 5.4.4
 # If you are incrementing major_version, enable bootstrapping and adjust accordingly.
 # Version should be the latest prior build. If you don't do this, RPM will break and
 # everything will grind to a halt.
@@ -13,7 +13,7 @@
 Summary:        Lua is a powerful, light-weight programming language designed for extending applications.
 Summary(ja):    アプリケーション拡張向けに設計された強力かつ軽量なプログラミング言語
 Name:           lua
-Version:        5.4.3
+Version:        5.4.4
 Release:        1%{?_dist_release}
 Group:          programming
 Vendor:         Project Vine
@@ -42,8 +42,6 @@ Patch4:         %{name}-5.3.0-configure-compat-module.patch
 Patch5:         %{name}-5.3.0-autotoolize.patch
 Patch6:		%{name}-5.3.5-luac-shared-link-fix.patch
 %endif
-# https://www.lua.org/bugs.html
-Patch19:	%{name}-5.4.3-bug3.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  readline-devel
@@ -121,7 +119,6 @@ mv src/luaconf.h src/luaconf.h.template.in
 
 # Put proper version in configure.ac, patch0 hardcodes 5.3.0
 sed -i 's|5.3.0|%{version}|g' configure.ac
-%patch19 -p1 -b .bug3
 autoreconf -ifv
 
 %if 0%{?bootstrap}
@@ -253,6 +250,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan 28 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.4.4-1
+- new upstream release.
+- dropped Patch19: fixed in upstream.
+
 * Sun May 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.4.3-1
 - new upstream release.
 - imported Patch19 from upstream.