From 0c995f2c7842c8f9c0dae5e640f7861706801261 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Mon, 21 Jun 2021 10:53:32 +0200 Subject: [PATCH] - up to 16.18.0 --- asterisk.spec | 6 +++--- lua_versions.patch | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/asterisk.spec b/asterisk.spec index cf2cf75..e269329 100644 --- a/asterisk.spec +++ b/asterisk.spec @@ -51,12 +51,12 @@ Summary: Asterisk PBX Summary(pl.UTF-8): Centralka (PBX) Asterisk Name: asterisk -Version: 16.15.0 -Release: 2 +Version: 16.18.0 +Release: 1 License: GPL v2 Group: Applications/System Source0: http://downloads.digium.com/pub/asterisk/releases/%{name}-%{version}.tar.gz -# Source0-md5: 2f03204a38e8ed49e58474961d43f363 +# Source0-md5: 5f2fb0f91f00769aad61730a47d8efbb Source1: %{name}.init Source2: %{name}.sysconfig Source3: %{name}.tmpfiles diff --git a/lua_versions.patch b/lua_versions.patch index 36c7536..26c441e 100644 --- a/lua_versions.patch +++ b/lua_versions.patch @@ -4,8 +4,8 @@ fi AST_EXT_LIB_CHECK([OPUSFILE], [opusfile], [op_open_callbacks], [opus/opusfile.h], [], [$__opus_include]) --for ver in 5.4 5.3 5.2 5.1; do -+for ver in 54 53 52 51 5.4 5.3 5.2 5.1; do +-for ver in ${LUA_VERSIONS:-5.4 5.3 5.2 5.1}; do ++for ver in ${LUA_VERSIONS:-54 53 52 51 5.4 5.3 5.2 5.1}; do AST_EXT_LIB_CHECK([LUA], lua${ver}, [luaL_newstate], lua${ver}/lua.h, [-lm]) if test "x${PBX_LUA}" = "x1" ; then if test x"${LUA_DIR}" = x; then -- 2.44.0