10
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luafilesystem?expand=0&rev=17
This commit is contained in:
2020-04-23 09:04:32 +00:00
committed by Git OBS Bridge
parent aae4f492d7
commit 4569b5b30d
4 changed files with 21 additions and 11 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Apr 23 09:01:18 UTC 2020 - Matej Cepl <mcepl@suse.com>
- 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

View File

@@ -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/*

BIN
luafilesystem-1.7.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
luafilesystem-1.8.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.