automatic version update by autodist [release 5.4.5-1mamba;Sun Apr 30 2023]

This commit is contained in:
Automatic Build System 2024-01-06 06:31:25 +01:00
parent a6b5117061
commit b0fade3e5c

View File

@ -2,7 +2,7 @@
%define libmajver %(echo %version | cut -d. -f 1-2)
Name: lua
Version: 5.4.4
Version: 5.4.5
Release: 1mamba
Summary: A powerful light-weight and embeddable programming language
Group: Applications/Development
@ -71,7 +71,7 @@ This package contains static libraries and header files need for development.
#%patch0 -p1 -b .dynlib
#%patch1 -p1 -b .luapc
#%patch2 -p1
%patch3 -p1 -b .shared_library
%patch 3 -p1 -b .shared_library
%build
%make MYCFLAGS="$CFLAGS -fPIC -DLUA_COMPAT_5_2 -DLUA_COMPAT_5_1" MYLDFLAGS="$LDFLAGS -ltermcap" linux-readline
@ -106,7 +106,7 @@ includedir=%{_includedir}/lua%{libmajver}
Name: Lua
Description: An Extensible Extension Language
Version: 5.4.4
Version: 5.4.5
Requires:
Libs: -L%{_libdir} -llua -lm -lreadline
Cflags: -I%{_includedir}/lua%{libmajver}" > \
@ -142,6 +142,9 @@ Cflags: -I%{_includedir}/lua%{libmajver}" > \
%doc README doc/*.html doc/*.css doc/*.gif doc/*.png
%changelog
* Sun Apr 30 2023 Automatic Build System <autodist@mambasoft.it> 5.4.5-1mamba
- automatic version update by autodist
* Thu Jan 27 2022 Automatic Build System <autodist@mambasoft.it> 5.4.4-1mamba
- automatic version update by autodist