From fc7605b84923f16ccd0ca5b0d14dca8847a72f3689156fa741bac1f8c38afcb2 Mon Sep 17 00:00:00 2001 From: Callum Farmer Date: Mon, 22 Aug 2022 11:05:16 +0000 Subject: [PATCH] Accepting request 998399 from home:Pi-Cla:branches:devel:languages:lua - Update to version 1.2+git29: * avoid converting string to char *. * ci: Update deps in test workflow * ci: Drop superlinter * ci: Use upstream luacheck action for Lua lint * Update lua_zlib.c * Correct spelling mistakes * Update rockspecs/lua-zlib-1.2-2.rockspec * fix unauthenticated git protocol on port 9418 * Add CI job to build and test across Lua versions matrix * Fix low hanging Lua coding issues, ignore remaining lint warnings * Add superlinter to check up on C code * Add luacheck config & CI job to run in - add _service file - use +git versions as last version bump was in 2017 and there are bug fixes as recent as 2 months ago OBS-URL: https://build.opensuse.org/request/show/998399 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-zlib?expand=0&rev=15 --- _service | 17 +++++++++++++++++ lua-zlib-1.2+git29.tar.xz | 3 +++ lua-zlib.changes | 20 ++++++++++++++++++++ lua-zlib.spec | 8 ++++---- zlib-1.1.tar.gz | 3 --- 5 files changed, 44 insertions(+), 7 deletions(-) create mode 100644 _service create mode 100644 lua-zlib-1.2+git29.tar.xz delete mode 100644 zlib-1.1.tar.gz diff --git a/_service b/_service new file mode 100644 index 0000000..69695e4 --- /dev/null +++ b/_service @@ -0,0 +1,17 @@ + + + https://github.com/brimworks/lua-zlib + @PARENT_TAG@+git@TAG_OFFSET@ + git + 3f5c326760e62137a48fd8288541f51ee80b256b + v(\d+.\d+) + \1 + enable + + + + *.tar + xz + + + diff --git a/lua-zlib-1.2+git29.tar.xz b/lua-zlib-1.2+git29.tar.xz new file mode 100644 index 0000000..6512368 --- /dev/null +++ b/lua-zlib-1.2+git29.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782818d036daa7fcf586d1bb6cfe8e39fb4303f36177139874373e9814838749 +size 16056 diff --git a/lua-zlib.changes b/lua-zlib.changes index 011cd9b..3ff9711 100644 --- a/lua-zlib.changes +++ b/lua-zlib.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Aug 20 19:20:37 UTC 2022 - pirateclip@protonmail.com + +- Update to version 1.2+git29: + * avoid converting string to char *. + * ci: Update deps in test workflow + * ci: Drop superlinter + * ci: Use upstream luacheck action for Lua lint + * Update lua_zlib.c + * Correct spelling mistakes + * Update rockspecs/lua-zlib-1.2-2.rockspec + * fix unauthenticated git protocol on port 9418 + * Add CI job to build and test across Lua versions matrix + * Fix low hanging Lua coding issues, ignore remaining lint warnings + * Add superlinter to check up on C code + * Add luacheck config & CI job to run in +- add _service file +- use +git versions as last version bump was in 2017 and there are + bug fixes as recent as 2 months ago + ------------------------------------------------------------------- Thu Feb 18 16:04:08 UTC 2021 - Callum Farmer diff --git a/lua-zlib.spec b/lua-zlib.spec index 4e715bd..bf29e08 100644 --- a/lua-zlib.spec +++ b/lua-zlib.spec @@ -1,7 +1,7 @@ # -# spec file for package lua-zlib +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %define flavor @BUILD_FLAVOR@ %define mod_name zlib -Version: 1.1 +Version: 1.2+git29 Release: 0 Summary: Simple streaming interface to zlib for Lua License: MIT OR X11 Group: Productivity/Archiving/Compression URL: https://github.com/brimworks/lua-zlib -Source: https://github.com/brimworks/lua-zlib/archive/v%{version}.tar.gz#/%{mod_name}-%{version}.tar.gz +Source: lua-%{mod_name}-%{version}.tar.xz BuildRequires: %{flavor}-devel BuildRequires: zlib-devel Requires: %{flavor} diff --git a/zlib-1.1.tar.gz b/zlib-1.1.tar.gz deleted file mode 100644 index ed7519b..0000000 --- a/zlib-1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f0820cc14873248a0c5ae22623cb2fc767fb830e47f6b34b01d71a6e1db2356 -size 16572