Bumped version to 0.9.0-pre3 and fixed specfile for newer rpm

git-svn-id: http://yate.null.ro/svn/yate/trunk@547 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2005-10-24 01:41:38 +00:00
parent 6a0d3c05b5
commit 0d49bec94e
4 changed files with 17 additions and 3 deletions

View File

@ -1,3 +1,13 @@
Mon Oct 24 2005 Paul Chitescu <paulc-devel@null.ro>
- Minor fixes related to gcc-4 warnings and RPM License: tag
Wed Oct 19 2005 Diana Cionoiu <diana@diana.null.ro>
- Called number is picked from the Q.931 part of H.323 calls
Wed Oct 19 2005 Paul Chitescu <paulc-devel@null.ro>
- Worked around array_walk limitations in libyate.php
- Fixed bug in media parameters passing in SIP
Mon Oct 10 2005 Diana Cionoiu <diana@diana.null.ro>
- Added iLBC codec support

View File

@ -3,7 +3,7 @@ AC_INIT(YATE, 0.9.0)
AC_CONFIG_SRCDIR([README])
AC_PREREQ(2.52)
PACKAGE_RELEASE="pre2"
PACKAGE_RELEASE="pre3"
PACKAGE_VERSION_MAJOR="${PACKAGE_VERSION%%.*}"
PACKAGE_VERSION_MINOR="${PACKAGE_VERSION#*.}"

View File

@ -19,7 +19,7 @@
#define YATE_MINOR_S "9"
#define YATE_BUILD_S "0"
#define YATE_VERSION "0.9.0"
#define YATE_RELEASE "pre2"
#define YATE_RELEASE "pre3"
/* Windows version resource - file and string style */
#define YATE_WINVER_F 0,9,0,0

View File

@ -2,7 +2,7 @@ Summary: Yet Another Telephony Engine
Name: yate
Version: @PACKAGE_VERSION@
Release: @PACKAGE_RELEASE@
Copyright: GPL
License: GPL
Packager: Paul Chitescu <paulc-devel@null.ro>
Source: http://yate.null.ro/%{name}-%{version}%{release}.tar.gz
Group: Applications/Communications
@ -116,6 +116,10 @@ cp -p %{_builddir}/%{name}/yate.init %{buildroot}/etc/rc.d/init.d/yate
rm -rf %{buildroot}
%changelog
* Mon Oct 24 2005 Paul Chitescu <paulc-devel@null.ro>
- Version 0.9.0-pre3
- Changed obsolete Copyright: tag to License: to keep newer RPMs happy
* Mon Oct 10 2005 Diana Cionoiu <diana@diana.null.ro>
- Version 0.9.0-pre2