Skip to content

Commit 03592ce

Browse files
committed
Updated
1 parent 41d5d60 commit 03592ce

5 files changed

+9
-9
lines changed

lua-resty-core.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
%global gittag_nov %{version}
99

1010
Name: lua-resty-core
11-
Version: 0.1.17
11+
Version: 0.1.18
1212
Release: 1%{?dist}
1313
Summary: New FFI-based API for lua-nginx-module
1414
Group: Development/Libraries

lua-resty-lrucache.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
%global lualibdir %{_libdir}/lua/%{luaver}
55
%global luapkgdir %{_datadir}/lua/%{luaver}
66

7-
%global gittag v0.09
8-
%global gittag_nov 0.09
7+
%global gittag v%{version}
8+
%global gittag_nov %{version}
99

1010
Name: lua-resty-lrucache
11-
Version: 0.9
11+
Version: 0.10
1212
Release: 1%{?dist}
1313
Summary: Lua-land LRU Cache based on LuaJIT FFI
1414
Group: Development/Libraries

lua-resty-redis.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
%global gittag_nov %{version}
99

1010
Name: lua-resty-redis
11-
Version: 0.27
11+
Version: 0.28
1212
Release: 1%{?dist}
1313
Summary: Lua redis client driver for nginx-module-lua based on the cosocket API
1414
Group: Development/Libraries

lua-resty-shell.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
%global lualibdir %{_libdir}/lua/%{luaver}
55
%global luapkgdir %{_datadir}/lua/%{luaver}
66

7-
%global gittag v0.02
8-
%global gittag_nov 0.02
7+
%global gittag v0.03
8+
%global gittag_nov 0.03
99

1010
Name: lua-resty-shell
11-
Version: 0.2
11+
Version: 0.3
1212
Release: 1%{?dist}
1313
Summary: Lua module for nonblocking system shell command executions
1414
Group: Development/Libraries

lua-resty-string.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
%global gittag_nov %{version}
99

1010
Name: lua-resty-string
11-
Version: 0.11
11+
Version: 0.12
1212
Release: 1%{?dist}
1313
Summary: String utilities and common hash functions for nginx-module-lua and LuaJIT
1414
Group: Development/Libraries

0 commit comments

Comments
 (0)