Hello community,

here is the log from the commit of package lua-luafilesystem for 
openSUSE:Factory checked in at 2018-01-13 21:45:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua-luafilesystem (Old)
 and      /work/SRC/openSUSE:Factory/.lua-luafilesystem.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua-luafilesystem"

Sat Jan 13 21:45:39 2018 rev:4 rq:559803 version:1.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-luafilesystem/lua-luafilesystem.changes      
2017-10-31 15:44:15.349217688 +0100
+++ /work/SRC/openSUSE:Factory/.lua-luafilesystem.new/lua-luafilesystem.changes 
2018-01-13 21:45:48.219232103 +0100
@@ -1,0 +2,17 @@
+Sun Dec 24 19:30:26 UTC 2017 - [email protected]
+
+- Fix target folder name in tarball
+
+-------------------------------------------------------------------
+Tue Nov  7 02:22:08 UTC 2017 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  luafilesystem-1.6.3.tar.gz

New:
----
  luafilesystem-1.7.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lua-luafilesystem.spec ++++++
--- /var/tmp/diff_new_pack.MfLJJw/_old  2018-01-13 21:45:50.451128064 +0100
+++ /var/tmp/diff_new_pack.MfLJJw/_new  2018-01-13 21:45:50.463127504 +0100
@@ -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#/%{mod_name}-%{version}.tar.gz
 BuildRequires:  %{flavor}-devel
 Requires:       %{flavor}
 %if "%{flavor}" == "lua53"
@@ -48,7 +48,7 @@
 structure and file attributes.
 
 %prep
-%setup -q -n %{mod_name}-v_%{_pversion}
+%setup -q -n %{mod_name}-%{_pversion}
 
 sed -i 's|@@VERSION@@|%{version}|g' Makefile
 

++++++ luafilesystem-1.6.3.tar.gz -> luafilesystem-1.7.0.tar.gz ++++++
++++ 1676 lines of diff (skipped)


Reply via email to