automatic version update by autodist [release 5.4.7-1mamba;Tue Jun 25 2024]

This commit is contained in:
Automatic Build System 2024-06-26 19:25:58 +02:00
parent 3d7a41b1f4
commit 54384ea2f5

View File

@ -1,7 +1,7 @@
%define libmajver %(echo %version | cut -d. -f 1-2)
Name: lua
Version: 5.4.6
Release: 2mamba
Version: 5.4.7
Release: 1mamba
Summary: A powerful light-weight and embeddable programming language
Group: Applications/Development
Vendor: openmamba
@ -98,7 +98,7 @@ includedir=%{_includedir}/lua%{libmajver}
Name: Lua
Description: An Extensible Extension Language
Version: 5.4.6
Version: 5.4.7
Requires:
Libs: -L%{_libdir} -llua -lm
Cflags: -I%{_includedir}/lua%{libmajver}" > \
@ -163,6 +163,9 @@ ln -s lua++%{libmajver}.pc %{buildroot}%{_libdir}/pkgconfig/lua++-%{libmajver}.p
#%doc README doc/*.html doc/*.css doc/*.gif doc/*.png
%changelog
* Tue Jun 25 2024 Automatic Build System <autodist@openmamba.org> 5.4.7-1mamba
- automatic version update by autodist
* Fri Feb 09 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 5.4.6-2mamba
- added c++ library; pkgconfig files and other improvements