Search
j0ke.net Open Build Service
>
Projects
>
server:telephony
>
iaxmodem
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 12
[-]
[+]
Changed
iaxmodem.spec
@@ -1,9 +1,9 @@ -%define version 1.1.1 +%define version 1.2.0 Summary: Software modem for interfacing Asterisk and Hylafax via IAX2 Name: iaxmodem Version: %{version} -Release: 3 +Release: 1 License: GPL Group: Applications/Communications Url: https://sourceforge.net/projects/iaxmodem @@ -45,11 +45,11 @@ popd # set the variables -MODEMVER=iaxmodem-0.3.1 +MODEMVER=iaxmodem-1.2.0 STEP1=`grep @VERSION@ lib/spandsp/config.status | sed 's/;.*//g'` DSPVER=`echo "@VERSION@" | sed $STEP1` if [ -n "$DSPVER" ]; then - DSPVER="spandsp-$DSPVER-snapshot-20060707+" + DSPVER="spandsp-$DSPVER-snapshot-20080725+" fi STEP1=`grep @VERSION@ lib/libiax2/config.status | sed 's/;.*//g'` IAXVER=`echo "@VERSION@" | sed $STEP1` @@ -100,6 +100,15 @@ %dir /var/log/%{name} %changelog +* Sun Apr 26 2009 Carsten Schoene <cs@linux-administrator.com> 1.2.0-1 +- update to version 1.2.0 + - improve skew behavior, especially for faulty RTC; add "skew" config feature + - add support for command-dial (ATD...;) in spandsp + - add support for ATA for CED when off-hook and connected to a call + - add support for ATD for CNG when off-hook and connected to a call + - fix the ordering of the seteuid()/setegid() (Julien BLACHE) + - update spandsp to 20080725 snapshot + * Sat Jul 26 2008 Carsten Schoene <cs@linux-administrator.com> 1.1.1-3 - update to version 1.1.1 - fix unaligned errors in libiax2 (Gus Bourg)
Added
iaxmodem-1.2.0.tar.gz
^