diff --git a/lua.spec b/lua.spec index 361312d..0df8718 100644 --- a/lua.spec +++ b/lua.spec @@ -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 5.4.5-1mamba +- automatic version update by autodist + * Thu Jan 27 2022 Automatic Build System 5.4.4-1mamba - automatic version update by autodist