diff --git a/lua-5.3.4.tar.gz b/lua-5.3.4.tar.gz deleted file mode 100644 index 71a2c73..0000000 --- a/lua-5.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f681aa518233bc407e23acf0f5887c884f17436f000d453b2491a9f11a52400c -size 303586 diff --git a/lua-5.3.5.tar.gz b/lua-5.3.5.tar.gz new file mode 100644 index 0000000..70e3a81 --- /dev/null +++ b/lua-5.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2eed3f960446e1a3e4b9a1ca2f3ff893b6ce41942cf54d5dd59ab4b3b058ac +size 303543 diff --git a/lua53.changes b/lua53.changes index 7acf934..b699cc7 100644 --- a/lua53.changes +++ b/lua53.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Mar 12 12:04:26 UTC 2019 - Matej Cepl + +- Update to 5.3.5: + (it is really problematic to find ANY documentation of changes + between minor versions; the best we have is + https://www.lua.org/bugs.html) + - Long brackets with a huge number of '=' overflow some + internal buffer arithmetic. + - Small build tweaks. + ------------------------------------------------------------------- Tue Jul 25 10:04:01 UTC 2017 - tchvatal@suse.com diff --git a/lua53.spec b/lua53.spec index 95534a6..996a0c3 100644 --- a/lua53.spec +++ b/lua53.spec @@ -1,7 +1,7 @@ # # spec file for package lua53 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,14 +12,14 @@ # 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 major_version 5.3 %define libname liblua5_3-5 Name: lua53 -Version: 5.3.4 +Version: 5.3.5 Release: 0 Summary: Small Embeddable Language with Procedural Syntax License: MIT @@ -73,8 +73,8 @@ application. %package -n %{libname} Summary: The Lua integration library -Group: System/Libraries # Compat as libtool changes the soname +Group: System/Libraries %ifarch aarch64 x86_64 ppc64 ppc64le s390x Provides: liblua.so.5.3()(64bit) %else