From 58fe13671bc5014190f42f22a677e04d56cb2a07f2d9aadbff7b2ec50acefaeb Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Mon, 30 Oct 2017 14:48:32 +0000 Subject: [PATCH 1/3] drop support for lua 5.2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua53?expand=0&rev=28 --- lua53.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua53.spec b/lua53.spec index 95534a6..a256409 100644 --- a/lua53.spec +++ b/lua53.spec @@ -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 From ae914707302221d2d220baf7bb20f0d7bb005df36ee3a6ad9d8620d90586e029 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 12 Mar 2019 14:17:03 +0000 Subject: [PATCH 2/3] Accepting request 684314 from home:mcepl:branches:devel:languages:lua - Update to 5.3.5 OBS-URL: https://build.opensuse.org/request/show/684314 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua53?expand=0&rev=29 --- lua-5.3.4.tar.gz | 3 --- lua-5.3.5.tar.gz | 3 +++ lua53.changes | 5 +++++ lua53.spec | 6 +++--- 4 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 lua-5.3.4.tar.gz create mode 100644 lua-5.3.5.tar.gz 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..a42dd4e 100644 --- a/lua53.changes +++ b/lua53.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 12 12:04:26 UTC 2019 - Matej Cepl + +- Update to 5.3.5: + ------------------------------------------------------------------- Tue Jul 25 10:04:01 UTC 2017 - tchvatal@suse.com diff --git a/lua53.spec b/lua53.spec index a256409..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 From f7b8cb78dc2659e186b98760d8a0982b64aab8071d61f708c15f74aad7d4f88a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 18 Mar 2019 14:00:07 +0000 Subject: [PATCH 3/3] Fill *.changes. OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua53?expand=0&rev=30 --- lua53.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lua53.changes b/lua53.changes index a42dd4e..b699cc7 100644 --- a/lua53.changes +++ b/lua53.changes @@ -2,6 +2,12 @@ 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