- Final release of 5.4.6. No change in the changelog.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua54?expand=0&rev=82
This commit is contained in:
Matej Cepl 2023-05-22 10:09:46 +00:00 committed by Git OBS Bridge
parent a480ec0033
commit 0fa24a50be
6 changed files with 17 additions and 10 deletions

View File

@ -1 +1 @@
liblua5_4-5
liblua5_4-6

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:856103e7298d354d870010b4966ce21281cbf3373abafd50231a98561bca793d
size 136198

BIN
lua-5.4.6-tests.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 22 09:39:52 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Final release of 5.4.6. No change in the changelog.
-------------------------------------------------------------------
Tue May 9 12:43:31 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@ -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