From 8584275abd3eb02ddc4517c7c677488af93e3b7f462ee0e7234df345c7bd7077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F=20=D0=98=D0=BD=D0=B4=D0=B8=D0=B3?= =?UTF-8?q?=D0=BE?= Date: Thu, 7 Nov 2024 08:19:31 +0000 Subject: [PATCH] - Updated to 0.1.30. * Upstream doesn't provide a ChangeLog. OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-resty-core?expand=0&rev=5 --- .gitattributes | 23 +++++++++++++++++ .gitignore | 1 + lua-resty-core-0.1.28.tar.gz | 3 +++ lua-resty-core-0.1.29.tar.gz | 3 +++ lua-resty-core-0.1.30.tar.gz | 3 +++ lua-resty-core.changes | 16 ++++++++++++ lua-resty-core.spec | 48 ++++++++++++++++++++++++++++++++++++ 7 files changed, 97 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 lua-resty-core-0.1.28.tar.gz create mode 100644 lua-resty-core-0.1.29.tar.gz create mode 100644 lua-resty-core-0.1.30.tar.gz create mode 100644 lua-resty-core.changes create mode 100644 lua-resty-core.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/lua-resty-core-0.1.28.tar.gz b/lua-resty-core-0.1.28.tar.gz new file mode 100644 index 0000000..e978cfa --- /dev/null +++ b/lua-resty-core-0.1.28.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62230dee287edcabb2dcb9c3b44ad162a6cc7ad2b8f508bc52e592f0137aa6a1 +size 189008 diff --git a/lua-resty-core-0.1.29.tar.gz b/lua-resty-core-0.1.29.tar.gz new file mode 100644 index 0000000..97edd6f --- /dev/null +++ b/lua-resty-core-0.1.29.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e416241724ce36ae90dddae8652f8c451e1ad87ebfb3cd62de76985492ef315f +size 226440 diff --git a/lua-resty-core-0.1.30.tar.gz b/lua-resty-core-0.1.30.tar.gz new file mode 100644 index 0000000..3ff53de --- /dev/null +++ b/lua-resty-core-0.1.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc7781ddaeab9341b82033a6c06b0d190d4c6d1c2dddd46f6965ce9e57a0310 +size 226422 diff --git a/lua-resty-core.changes b/lua-resty-core.changes new file mode 100644 index 0000000..5638004 --- /dev/null +++ b/lua-resty-core.changes @@ -0,0 +1,16 @@ +------------------------------------------------------------------- +Thu Nov 7 08:18:19 UTC 2024 - Илья Индиго + +- Updated to 0.1.30. + * Upstream doesn't provide a ChangeLog. + +------------------------------------------------------------------- +Wed Aug 28 06:00:45 UTC 2024 - Илья Индиго + +- Updated to 0.1.29. + * Upstream doesn't provide a ChangeLog. + +------------------------------------------------------------------- +Wed May 1 02:09:46 UTC 2024 - Илья Индиго + +- Initialized 0.1.28. diff --git a/lua-resty-core.spec b/lua-resty-core.spec new file mode 100644 index 0000000..2850536 --- /dev/null +++ b/lua-resty-core.spec @@ -0,0 +1,48 @@ +# +# spec file for package lua-resty-core +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%define lua_version 5.1 +Name: lua-resty-core +Version: 0.1.30 +Release: 0 +Summary: Lua API for ngx_http_lua_module and/or ngx_stream_lua_module +License: BSD-2-Clause +URL: https://github.com/openresty/lua-resty-core +Source0: https://github.com/openresty/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: lua-macros +BuildArch: noarch + +%description +This pure Lua library reimplements part of the ngx_lua module's Nginx API for Lua with LuaJIT FFI +and installs the new FFI-based Lua API into the ngx.* and ndk.* namespaces used by the ngx_lua module. + +%prep +%autosetup -p1 + +%build + +%install +%make_install LUA_LIB_DIR=%{lua_noarchdir} + +%files +%defattr(0644,root,root,-) +%doc README.markdown +%dir %{lua_noarchdir} +%{lua_noarchdir}/{ngx,resty} + +%changelog