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:
commit
6c484b282c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f681aa518233bc407e23acf0f5887c884f17436f000d453b2491a9f11a52400c
|
|
||||||
size 303586
|
|
3
lua-5.3.5.tar.gz
Normal file
3
lua-5.3.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0c2eed3f960446e1a3e4b9a1ca2f3ff893b6ce41942cf54d5dd59ab4b3b058ac
|
||||||
|
size 303543
|
@ -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
|
Tue Jul 25 10:04:01 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lua53
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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 major_version 5.3
|
||||||
%define libname liblua5_3-5
|
%define libname liblua5_3-5
|
||||||
Name: lua53
|
Name: lua53
|
||||||
Version: 5.3.4
|
Version: 5.3.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Small Embeddable Language with Procedural Syntax
|
Summary: Small Embeddable Language with Procedural Syntax
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -73,8 +73,8 @@ application.
|
|||||||
|
|
||||||
%package -n %{libname}
|
%package -n %{libname}
|
||||||
Summary: The Lua integration library
|
Summary: The Lua integration library
|
||||||
Group: System/Libraries
|
|
||||||
# Compat as libtool changes the soname
|
# Compat as libtool changes the soname
|
||||||
|
Group: System/Libraries
|
||||||
%ifarch aarch64 x86_64 ppc64 ppc64le s390x
|
%ifarch aarch64 x86_64 ppc64 ppc64le s390x
|
||||||
Provides: liblua.so.5.3()(64bit)
|
Provides: liblua.so.5.3()(64bit)
|
||||||
%else
|
%else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user