diff --git a/lua-luafilesystem.changes b/lua-luafilesystem.changes index d81407f..25fb7c0 100644 --- a/lua-luafilesystem.changes +++ b/lua-luafilesystem.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Apr 23 09:01:18 UTC 2020 - Matej Cepl + +- Update to 1.8.0: + - Lua 5.4 support + - lfs.link and lfs.symlinkattributes now work on Windows + - MACOSX_DEPLOYMENT_TARGET is configurable in the Makefile + - Fallback to _POSIX_PATH_MAX when MAXPATHLEN is not avaliable + - Fixed memory leak in case of realloc failure + ------------------------------------------------------------------- Sun Dec 24 19:30:26 UTC 2017 - avindra@opensuse.org diff --git a/lua-luafilesystem.spec b/lua-luafilesystem.spec index b6707cf..7d64b29 100644 --- a/lua-luafilesystem.spec +++ b/lua-luafilesystem.spec @@ -1,7 +1,7 @@ # # spec file for package lua-luafilesystem # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,20 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define flavor @BUILD_FLAVOR@ %define mod_name luafilesystem -%define pversion 1.7.0 -%define _pversion 1_7_0_2 -Version: %pversion +%define pversion 1.8.0 +%define _pversion 1_8_0 +Version: %{pversion} Release: 0 Summary: Filesystem support for Lua License: MIT Group: Development/Libraries/Other -Url: http://keplerproject.github.io/luafilesystem/ +URL: https://keplerproject.github.io/luafilesystem/ Source: https://github.com/keplerproject/luafilesystem/archive/v%{_pversion}.tar.gz#/%{mod_name}-%{version}.tar.gz BuildRequires: %{flavor}-devel Requires: %{flavor} @@ -53,10 +53,10 @@ structure and file attributes. sed -i 's|@@VERSION@@|%{version}|g' Makefile %build -make -j1 CFLAGS="%{optflags} -fPIC -I%{lua_incdir}" +%make_build -j1 CFLAGS="%{optflags} -fPIC -I%{lua_incdir}" %install -%make_install LUA_LIBDIR='$(DESTDIR)%{lua_archdir}' +%make_install LUA_LIBDIR='%{lua_archdir}' %files %doc doc/us/* diff --git a/luafilesystem-1.7.0.tar.gz b/luafilesystem-1.7.0.tar.gz deleted file mode 100644 index 241f6fd..0000000 --- a/luafilesystem-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23b4883aeb4fb90b2d0f338659f33a631f9df7a7e67c54115775a77d4ac3cc59 -size 30877 diff --git a/luafilesystem-1.8.0.tar.gz b/luafilesystem-1.8.0.tar.gz new file mode 100644 index 0000000..aad7e8b --- /dev/null +++ b/luafilesystem-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d17c788b8093f2047325343f5e9b74cccb1ea96001e45914a58bbae8932495 +size 30374