forked from pool/lua-luafilesystem
- 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:
@@ -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
|
||||
|
||||
|
@@ -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)
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
BIN
luafilesystem-1.8.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user