Hello community,
here is the log from the commit of package lua-luafilesystem for
openSUSE:Factory checked in at 2020-04-27 23:29:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua-luafilesystem (Old)
and /work/SRC/openSUSE:Factory/.lua-luafilesystem.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-luafilesystem"
Mon Apr 27 23:29:42 2020 rev:5 rq:796457 version:1.8.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-luafilesystem/lua-luafilesystem.changes
2018-01-13 21:45:48.219232103 +0100
+++
/work/SRC/openSUSE:Factory/.lua-luafilesystem.new.2738/lua-luafilesystem.changes
2020-04-27 23:29:42.802508446 +0200
@@ -1,0 +2,10 @@
+Thu Apr 23 09:01:18 UTC 2020 - Matej Cepl <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
luafilesystem-1.7.0.tar.gz
New:
----
luafilesystem-1.8.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lua-luafilesystem.spec ++++++
--- /var/tmp/diff_new_pack.zNjIw8/_old 2020-04-27 23:29:43.262509344 +0200
+++ /var/tmp/diff_new_pack.zNjIw8/_new 2020-04-27 23:29:43.262509344 +0200
@@ -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 @@
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/*
++++++ luafilesystem-1.7.0.tar.gz -> luafilesystem-1.8.0.tar.gz ++++++
++++ 2561 lines of diff (skipped)