[libpri] * Mon Aug 2 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.12-0.1.beta1 - 1.4.12-beta1 - - This beta

Jeffrey C. Ollie jcollie at fedoraproject.org
Mon Aug 2 21:45:55 UTC 2010


commit ba9125ae356156c0f2f0107ba4ea2d28ea2a6893
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Mon Aug 2 16:45:47 2010 -0500

    * Mon Aug  2 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.12-0.1.beta1
    - 1.4.12-beta1
    -
    - This beta release contains some fixes and several new features, among them:
    -
    - 1.) ETSI and Q.SIG Call Completion Supplementary Service (CCSS) support
    -
    - 2.) ETSI Advice Of Charge (AOC) support
    -
    - 3.) ETSI Explicit Call Transfer (ECT) support
    -
    - 4.) ETSI Call Waiting support for ISDN phones
    -
    - 5.) ETSI Malicious Call ID support
    -
    - For a full list of changes in the current release candidate, please see
    - the ChangeLog:
    -
    - http://downloads.asterisk.org/pub/telephony/libpri/releases/ChangeLog-1.4.12-beta1

 libpri.spec |   31 ++++++++++++++++++++++++++-----
 1 files changed, 26 insertions(+), 5 deletions(-)
---
diff --git a/libpri.spec b/libpri.spec
index 7ad9e08..5753336 100644
--- a/libpri.spec
+++ b/libpri.spec
@@ -1,12 +1,13 @@
+%global _beta 1
 Summary: An implementation of Primary Rate ISDN
 Name: libpri
-Version: 1.4.11.3
-Release: 1%{?dist}
+Version: 1.4.12
+Release: 0.1%{?_beta:.beta%{_beta}}%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://www.asterisk.org/
-Source0: http://downloads.digium.com/pub/telephony/libpri/releases/libpri-%{version}.tar.gz
-Source1: http://downloads.digium.com/pub/telephony/libpri/releases/libpri-%{version}.tar.gz.asc
+Source0: http://downloads.digium.com/pub/telephony/libpri/releases/libpri-%{version}%{?_beta:-beta%{_beta}}.tar.gz
+Source1: http://downloads.digium.com/pub/telephony/libpri/releases/libpri-%{version}%{?_beta:-beta%{_beta}}.tar.gz.asc
 Patch0: libpri-1.4.11-optimization.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
@@ -27,7 +28,7 @@ Requires: libpri = %{version}-%{release}
 Development files for libpri.
 
 %prep
-%setup0 -q -n %{name}-%{version}
+%setup0 -q -n %{name}-%{version}%{?_beta:-beta%{_beta}}
 %patch0 -p1
 %{__sed} -ri -e 's@\$\(INSTALL_BASE\)\/lib@%{_libdir}@g' Makefile
 %{__sed} -ri -e '\@/sbin\/restorecon at d' Makefile
@@ -58,6 +59,26 @@ rm -rf %{buildroot}
 %{_libdir}/libpri.so
 
 %changelog
+* Mon Aug  2 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.12-0.1.beta1
+- 1.4.12-beta1
+- 
+- This beta release contains some fixes and several new features, among them:
+- 
+- 1.) ETSI and Q.SIG Call Completion Supplementary Service (CCSS) support
+- 
+- 2.) ETSI Advice Of Charge (AOC) support
+- 
+- 3.) ETSI Explicit Call Transfer (ECT) support
+- 
+- 4.) ETSI Call Waiting support for ISDN phones
+- 
+- 5.) ETSI Malicious Call ID support
+- 
+- For a full list of changes in the current release candidate, please see
+- the ChangeLog:
+- 
+- http://downloads.asterisk.org/pub/telephony/libpri/releases/ChangeLog-1.4.12-beta1
+
 * Mon Aug  2 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.11.3-1
 - 1.4.11.3:
 - This release fixes a regression in the calling number assignment logic:


More information about the scm-commits mailing list