From e0915ff3e5446d4ea19cfd3c908f70e6b493094aa91c8369ba0f670a2a3d80e9 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: Wed, 28 Aug 2024 06:20:12 +0000 Subject: [PATCH 1/3] - Updated to 0.31. * Upstream doesn't provide a ChangeLog. OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-resty-redis?expand=0&rev=3 --- lua-resty-redis-0.31.tar.gz | 3 +++ lua-resty-redis.changes | 6 ++++++ lua-resty-redis.spec | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 lua-resty-redis-0.31.tar.gz diff --git a/lua-resty-redis-0.31.tar.gz b/lua-resty-redis-0.31.tar.gz new file mode 100644 index 0000000..93eaf16 --- /dev/null +++ b/lua-resty-redis-0.31.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927389dda41f07038481f89f925c44328446b2ee6ce3e667eeef51b7bd0ee836 +size 24697 diff --git a/lua-resty-redis.changes b/lua-resty-redis.changes index 83ba486..5c08a03 100644 --- a/lua-resty-redis.changes +++ b/lua-resty-redis.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 28 06:15:06 UTC 2024 - Илья Индиго + +- Updated to 0.31. + * Upstream doesn't provide a ChangeLog. + ------------------------------------------------------------------- Wed May 1 02:11:25 UTC 2024 - Илья Индиго diff --git a/lua-resty-redis.spec b/lua-resty-redis.spec index 69004e1..96d4689 100644 --- a/lua-resty-redis.spec +++ b/lua-resty-redis.spec @@ -18,7 +18,7 @@ %define lua_version 5.1 Name: lua-resty-redis -Version: 0.29 +Version: 0.31 Release: 0 Summary: Lua redis client driver for the ngx_lua based on the cosocket API License: BSD-2-Clause -- 2.51.1 From 822613b27f5c03e1130b7ddb90e22a928d209ecf0625b37fe3ca51e398c0cde7 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: Sat, 1 Mar 2025 20:57:20 +0000 Subject: [PATCH 2/3] - Updated to 0.32. * https://github.com/openresty/lua-resty-redis/compare/v0.31...v0.32 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-resty-redis?expand=0&rev=5 --- .gitattributes | 23 ++++++++++++++++++ .gitignore | 1 + lua-resty-redis-0.29.tar.gz | 3 +++ lua-resty-redis-0.31.tar.gz | 3 +++ lua-resty-redis-0.32.tar.gz | 3 +++ lua-resty-redis.changes | 16 +++++++++++++ lua-resty-redis.spec | 47 +++++++++++++++++++++++++++++++++++++ 7 files changed, 96 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 lua-resty-redis-0.29.tar.gz create mode 100644 lua-resty-redis-0.31.tar.gz create mode 100644 lua-resty-redis-0.32.tar.gz create mode 100644 lua-resty-redis.changes create mode 100644 lua-resty-redis.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-redis-0.29.tar.gz b/lua-resty-redis-0.29.tar.gz new file mode 100644 index 0000000..6980a5a --- /dev/null +++ b/lua-resty-redis-0.29.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f602af507aacd1f7aaeddfe7b77627fcde095fe9f115cb9d6ad8de2a52520e1 +size 23588 diff --git a/lua-resty-redis-0.31.tar.gz b/lua-resty-redis-0.31.tar.gz new file mode 100644 index 0000000..93eaf16 --- /dev/null +++ b/lua-resty-redis-0.31.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927389dda41f07038481f89f925c44328446b2ee6ce3e667eeef51b7bd0ee836 +size 24697 diff --git a/lua-resty-redis-0.32.tar.gz b/lua-resty-redis-0.32.tar.gz new file mode 100644 index 0000000..d63ab34 --- /dev/null +++ b/lua-resty-redis-0.32.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a18b82bec18e8a3ecfb355b2f1288e375a3e9a5ce8d7c52cf1a335b8b735ec +size 24700 diff --git a/lua-resty-redis.changes b/lua-resty-redis.changes new file mode 100644 index 0000000..dcb0e29 --- /dev/null +++ b/lua-resty-redis.changes @@ -0,0 +1,16 @@ +------------------------------------------------------------------- +Sat Mar 1 20:52:17 UTC 2025 - Илья Индиго + +- Updated to 0.32. + * https://github.com/openresty/lua-resty-redis/compare/v0.31...v0.32 + +------------------------------------------------------------------- +Wed Aug 28 06:15:06 UTC 2024 - Илья Индиго + +- Updated to 0.31. + * Upstream doesn't provide a ChangeLog. + +------------------------------------------------------------------- +Wed May 1 02:11:25 UTC 2024 - Илья Индиго + +- Initialized 0.29. diff --git a/lua-resty-redis.spec b/lua-resty-redis.spec new file mode 100644 index 0000000..6ce6172 --- /dev/null +++ b/lua-resty-redis.spec @@ -0,0 +1,47 @@ +# +# spec file for package lua-resty-redis +# +# Copyright (c) 2025 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-redis +Version: 0.32 +Release: 0 +Summary: Lua redis client driver for the ngx_lua based on the cosocket API +License: BSD-2-Clause +URL: https://github.com/openresty/lua-resty-redis +Source0: https://github.com/openresty/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: lua-macros +BuildArch: noarch + +%description +This Lua library is a Redis client driver for the ngx_lua nginx 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}/resty + +%changelog -- 2.51.1 From a80ada4e242ab41b054be3fdcab2ef15f9f53cb23caa628330abb255189f989c 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: Wed, 9 Jul 2025 22:49:44 +0300 Subject: [PATCH 3/3] - Updated to 0.33. * https://github.com/openresty/lua-resty-redis/compare/v0.32...v0.33 --- lua-resty-redis-0.32.tar.gz | 3 --- lua-resty-redis-0.33.tar.gz | 3 +++ lua-resty-redis.changes | 6 ++++++ lua-resty-redis.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 lua-resty-redis-0.32.tar.gz create mode 100644 lua-resty-redis-0.33.tar.gz diff --git a/lua-resty-redis-0.32.tar.gz b/lua-resty-redis-0.32.tar.gz deleted file mode 100644 index d63ab34..0000000 --- a/lua-resty-redis-0.32.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15a18b82bec18e8a3ecfb355b2f1288e375a3e9a5ce8d7c52cf1a335b8b735ec -size 24700 diff --git a/lua-resty-redis-0.33.tar.gz b/lua-resty-redis-0.33.tar.gz new file mode 100644 index 0000000..dfafd48 --- /dev/null +++ b/lua-resty-redis-0.33.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d044661400811fc77d386bb0b1fd9e82bf7fbb97112bc8a2650b059883307d96 +size 24756 diff --git a/lua-resty-redis.changes b/lua-resty-redis.changes index dcb0e29..5bcae1b 100644 --- a/lua-resty-redis.changes +++ b/lua-resty-redis.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 9 19:47:55 UTC 2025 - Илья Индиго + +- Updated to 0.33. + * https://github.com/openresty/lua-resty-redis/compare/v0.32...v0.33 + ------------------------------------------------------------------- Sat Mar 1 20:52:17 UTC 2025 - Илья Индиго diff --git a/lua-resty-redis.spec b/lua-resty-redis.spec index 6ce6172..5a812a7 100644 --- a/lua-resty-redis.spec +++ b/lua-resty-redis.spec @@ -18,7 +18,7 @@ %define lua_version 5.1 Name: lua-resty-redis -Version: 0.32 +Version: 0.33 Release: 0 Summary: Lua redis client driver for the ngx_lua based on the cosocket API License: BSD-2-Clause -- 2.51.1