10
0

Accepting request 1238661 from devel:languages:lua

- Updated to 0.1.31.
  * https://github.com/openresty/lua-resty-core/compare/v0.1.30...v0.1.31
  * Added function ngx.resp.set_status(status, reason).
  * Implemented decode_base64mime.

OBS-URL: https://build.opensuse.org/request/show/1238661
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-resty-core?expand=0&rev=4
This commit is contained in:
2025-01-18 12:22:44 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:adc7781ddaeab9341b82033a6c06b0d190d4c6d1c2dddd46f6965ce9e57a0310
size 226422

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8af7beadd43dd4758b7dc3c00e027dd3908e73f5bf0e08155a2c8954c5937c0
size 225505

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jan 18 10:27:39 UTC 2025 - Илья Индиго <ilya@ilya.top>
- Updated to 0.1.31.
* https://github.com/openresty/lua-resty-core/compare/v0.1.30...v0.1.31
* Added function ngx.resp.set_status(status, reason).
* Implemented decode_base64mime.
-------------------------------------------------------------------
Thu Nov 7 08:18:19 UTC 2024 - Илья Индиго <ilya@ilya.top>

View File

@@ -1,7 +1,7 @@
#
# spec file for package lua-resty-core
#
# Copyright (c) 2024 SUSE LLC
# 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
@@ -18,7 +18,7 @@
%define lua_version 5.1
Name: lua-resty-core
Version: 0.1.30
Version: 0.1.31
Release: 0
Summary: Lua API for ngx_http_lua_module and/or ngx_stream_lua_module
License: BSD-2-Clause