forked from pool/lua-luafilesystem
Accepting request 559648 from home:avindra
- Update to version 1.7.0: * symlinkattributes function now provides 'target' field, containing name of the file that the symlink points to. * attributes, symlinkattributes, touch, mkdir, and rmdir functions now return system-dependent error code as the third value on error. * Fixed detection of closed files for Lua 5.2+ in setmode, lock, and unlock functions. * Fixed various compiler warnings. OBS-URL: https://build.opensuse.org/request/show/559648 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luafilesystem?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
74acc7f7e5
commit
975b0fd806
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 02:22:08 UTC 2017 - aavindraa@gmail.com
|
||||
|
||||
- Update to version 1.7.0:
|
||||
* symlinkattributes function now provides 'target' field,
|
||||
containing name of the file that the symlink points to.
|
||||
* attributes, symlinkattributes, touch, mkdir, and rmdir functions
|
||||
now return system-dependent error code as the third value on error.
|
||||
* Fixed detection of closed files for Lua 5.2+ in setmode, lock,
|
||||
and unlock functions.
|
||||
* Fixed various compiler warnings.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 30 14:45:32 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
|
@@ -18,15 +18,15 @@
|
||||
|
||||
%define flavor @BUILD_FLAVOR@
|
||||
%define mod_name luafilesystem
|
||||
%define pversion 1.6.3
|
||||
%define _pversion 1_6_3
|
||||
%define pversion 1.7.0
|
||||
%define _pversion 1_7_0_2
|
||||
Version: %pversion
|
||||
Release: 0
|
||||
Summary: Filesystem support for Lua
|
||||
License: MIT
|
||||
Group: Development/Libraries/Other
|
||||
Url: http://keplerproject.github.io/luafilesystem/
|
||||
Source: https://github.com/keplerproject/luafilesystem/archive/v_%{_pversion}.tar.gz#/luafilesystem-%{version}.tar.gz
|
||||
Source: https://github.com/keplerproject/luafilesystem/archive/v%{_pversion}.tar.gz#/luafilesystem-%{version}.tar.gz
|
||||
BuildRequires: %{flavor}-devel
|
||||
Requires: %{flavor}
|
||||
%if "%{flavor}" == "lua53"
|
||||
|
BIN
luafilesystem-1.6.3.tar.gz
(Stored with Git LFS)
BIN
luafilesystem-1.6.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
luafilesystem-1.7.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
luafilesystem-1.7.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user