]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
- up to 16.18.0
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 21 Jun 2021 08:53:32 +0000 (10:53 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 21 Jun 2021 08:53:32 +0000 (10:53 +0200)
asterisk.spec
lua_versions.patch

index cf2cf7523f6a828dfe41708188198effd4f19959..e269329939de0bd99bad587e765e377b4b8f5c7d 100644 (file)
 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
index 36c7536cd1529dac6d6f70f2404aa9c45c148dc2..26c441e7b1b1423bc45f5c18c55a257e49900ce3 100644 (file)
@@ -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
This page took 0.22054 seconds and 4 git commands to generate.