SHA256
10
0
forked from pool/lua53

Accepting request 686121 from devel:languages:lua

- 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.

OBS-URL: https://build.opensuse.org/request/show/686121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua53?expand=0&rev=2
This commit is contained in:
2019-03-27 15:12:12 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 7 deletions

BIN
lua-5.3.4.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
lua-5.3.5.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Mar 12 12:04:26 UTC 2019 - Matej Cepl <mcepl@suse.com>
- 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

View File

@@ -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