diff --git a/baselibs.conf b/baselibs.conf index 2fa28f4..54c7f60 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -liblua5_4-5 +liblua5_4-6 diff --git a/lua-5.4.5-tests.tar.gz b/lua-5.4.5-tests.tar.gz deleted file mode 100644 index 226b0f0..0000000 --- a/lua-5.4.5-tests.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:856103e7298d354d870010b4966ce21281cbf3373abafd50231a98561bca793d -size 136198 diff --git a/lua-5.4.6-tests.tar.gz b/lua-5.4.6-tests.tar.gz new file mode 100644 index 0000000..0122ec1 --- /dev/null +++ b/lua-5.4.6-tests.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ed5f5bcfd15dfd2f72e04c2f8c10585bb8de9e558df62b335cb9e5c1a4ef34 +size 136212 diff --git a/lua-5.4.6-rc1.tar.gz b/lua-5.4.6.tar.gz similarity index 100% rename from lua-5.4.6-rc1.tar.gz rename to lua-5.4.6.tar.gz diff --git a/lua54.changes b/lua54.changes index 113214f..bd05188 100644 --- a/lua54.changes +++ b/lua54.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 22 09:39:52 UTC 2023 - Matej Cepl + +- Final release of 5.4.6. No change in the changelog. + ------------------------------------------------------------------- Tue May 9 12:43:31 UTC 2023 - Matej Cepl diff --git a/lua54.spec b/lua54.spec index 00eb9da..e60fa46 100644 --- a/lua54.spec +++ b/lua54.spec @@ -24,17 +24,17 @@ %define name_ext %{nil} %endif %define major_version 5.4 -%define libname liblua5_4-5 +%define libname liblua5_4-6 Name: lua54%{name_ext} -Version: 5.4.6~rc1 +Version: 5.4.6 Release: 0 Summary: Small Embeddable Language with Procedural Syntax License: GPL-3.0-or-later Group: Development/Languages/Other URL: https://www.lua.org -Source: https://www.lua.org/work/lua-5.4.6-rc1.tar.gz -Source1: https://www.lua.org/tests/lua-5.4.5-tests.tar.gz +Source: https://www.lua.org/ftp/lua-%{version}.tar.gz +Source1: https://www.lua.org/tests/lua-%{version}-tests.tar.gz Source99: baselibs.conf # PATCH-FIX-SUSE tweak the buildsystem to produce what is needed for SUSE Patch0: lua-build-system.patch @@ -140,8 +140,8 @@ scripting, and rapid prototyping. Lua is implemented as a small library of C functions, written in ANSI C. %prep -%setup -q -n lua-5.4.6 -a1 -mv lua-5.4.5-tests testes +%setup -q -n lua-%{version} -a1 +mv lua-%{version}-tests testes %autopatch -p1 # manpage @@ -209,6 +209,8 @@ cd testes LD_LIBRARY_PATH=%{_libdir} %{_bindir}/lua%{major_version} all.lua %endif +%clean + %if "%{flavor}" != "test" %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig