commit 0c995f2c7842c8f9c0dae5e640f7861706801261
Author: Arkadiusz Miƛkiewicz <[email protected]>
Date:   Mon Jun 21 10:53:32 2021 +0200

    - 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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/asterisk.git/commitdiff/0c995f2c7842c8f9c0dae5e640f7861706801261

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to