diff --git a/lua-posix.spec b/lua-posix.spec index 0bb1434..f2f86f7 100644 --- a/lua-posix.spec +++ b/lua-posix.spec @@ -1,7 +1,7 @@ %{!?luaver: %global luaver %(lua -e "print(string.sub(_VERSION, 5))" || echo 0)} Name: lua-posix -Version: 35.0 +Version: 36.1 Release: 1 Summary: A POSIX library(including curses) for lua License: MIT @@ -20,18 +20,22 @@ only available APIs. %autosetup -n luaposix-%{version} %build -build-aux/luke CFLAGS="%build_cflags" +build-aux/luke CFLAGS="%build_cflags" LDFLAGS="%build_ldflags" %install build-aux/luke install PREFIX=%{buildroot}%{_prefix} INST_LIBDIR=%{buildroot}%{_libdir}/lua/%{luaver} + %files %license LICENSE -%doc AUTHORS ChangeLog.old NEWS.md README.md +%doc AUTHORS NEWS.md README.md %{_libdir}/lua/%{luaver}/* %{_datadir}/lua/%{luaver}/posix/ %changelog +* Wed Jun 7 2023 liyanan - 36.1-1 +- Update to 36.1 + * Fri Aug 07 2020 lingsheng - 35.0-1 - Update to 35.0 diff --git a/release-v35.0.tar.gz b/release-v35.0.tar.gz deleted file mode 100644 index 480e1cb..0000000 Binary files a/release-v35.0.tar.gz and /dev/null differ diff --git a/release-v36.1.tar.gz b/release-v36.1.tar.gz new file mode 100644 index 0000000..65cf797 Binary files /dev/null and b/release-v36.1.tar.gz differ