[libpri] 1.4.12

Jeffrey C. Ollie jcollie at fedoraproject.org
Wed Jul 6 19:52:33 UTC 2011


commit 1c9a9c112b3ea1a459a6da0a689810269f82b3f0
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Wed Jul 6 14:52:03 2011 -0500

    1.4.12

 .gitignore                                         |    2 +
 libpri-1.4.12-beta3-swap.patch                     |   25 ----------
 ...ation.patch => libpri-1.4.12-optimization.patch |   14 +++---
 libpri.spec                                        |   50 ++++++++++++++++++--
 sources                                            |    4 +-
 5 files changed, 56 insertions(+), 39 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c08b011..2f2bec8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,5 @@ libpri-1.4.12-beta1.tar.gz.asc
 /libpri-1.4.12-beta2.tar.gz.asc
 /libpri-1.4.12-beta3.tar.gz
 /libpri-1.4.12-beta3.tar.gz.asc
+/libpri-1.4.12.tar.gz
+/libpri-1.4.12.tar.gz.asc
diff --git a/libpri-1.4.12-beta3-optimization.patch b/libpri-1.4.12-optimization.patch
similarity index 61%
rename from libpri-1.4.12-beta3-optimization.patch
rename to libpri-1.4.12-optimization.patch
index 95c0e79..98c5721 100644
--- a/libpri-1.4.12-beta3-optimization.patch
+++ b/libpri-1.4.12-optimization.patch
@@ -1,5 +1,5 @@
-From 736aa8caa46c20994bc7fb664e6098591c6e8c2a Mon Sep 17 00:00:00 2001
-From: Jeffrey C. Ollie <jeff at ocjtech.us>
+From e7ebc257a22a4a92a08af8d4b0dcaa9e8af6502b Mon Sep 17 00:00:00 2001
+From: "Jeffrey C. Ollie" <jeff at ocjtech.us>
 Date: Wed, 26 May 2010 12:00:08 -0500
 Subject: [PATCH] Remove -g from optimization flags.
 
@@ -8,18 +8,18 @@ Subject: [PATCH] Remove -g from optimization flags.
  1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/Makefile b/Makefile
-index 0e849f0..9bbfa79 100644
+index 2096654..1bdfd22 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -93,7 +93,7 @@ DYNAMIC_OBJS= \
+@@ -90,7 +90,7 @@ DYNAMIC_OBJS= \
  	rose_qsig_mwi.lo \
  	rose_qsig_name.lo \
  	version.lo
--CFLAGS=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC $(ALERTING) $(LIBPRI_COUNTERS) $(LIBPRI_OPT) $(COVERAGE_CFLAGS)
-+CFLAGS=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -fPIC $(ALERTING) $(LIBPRI_COUNTERS) $(COVERAGE_CFLAGS) $(RPM_OPT_FLAGS)
+-CFLAGS=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC $(ALERTING) $(LIBPRI_OPT) $(COVERAGE_CFLAGS)
++CFLAGS=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -fPIC $(ALERTING) $(LIBPRI_OPT) $(COVERAGE_CFLAGS) $(RPM_OPT_FLAGS)
  INSTALL_PREFIX=$(DESTDIR)
  INSTALL_BASE=/usr
  libdir?=$(INSTALL_BASE)/lib
 -- 
-1.7.4
+1.7.6
 
diff --git a/libpri.spec b/libpri.spec
index b56b36d..749af2a 100644
--- a/libpri.spec
+++ b/libpri.spec
@@ -1,15 +1,14 @@
-%global _beta 3
+#global _beta 3
 Summary: An implementation of Primary Rate ISDN
 Name: libpri
 Version: 1.4.12
-Release: 0.3%{?_beta:.beta%{_beta}}%{?dist}
+Release: 1%{?_beta:.beta%{_beta}}%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://www.asterisk.org/
 Source0: http://downloads.asterisk.org/pub/telephony/libpri/releases/libpri-%{version}%{?_beta:-beta%{_beta}}.tar.gz
 Source1: http://downloads.asterisk.org/pub/telephony/libpri/releases/libpri-%{version}%{?_beta:-beta%{_beta}}.tar.gz.asc
-Patch0: libpri-1.4.12-beta3-optimization.patch
-Patch1: libpri-1.4.12-beta3-swap.patch
+Patch0: libpri-1.4.12-optimization.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
 
@@ -31,7 +30,6 @@ Development files for libpri.
 %prep
 %setup0 -q -n %{name}-%{version}%{?_beta:-beta%{_beta}}
 %patch0 -p1
-%patch1 -p1
 %{__sed} -ri -e 's@\$\(INSTALL_BASE\)\/lib@%{_libdir}@g' Makefile
 %{__sed} -ri -e '\@/sbin\/restorecon at d' Makefile
 
@@ -61,6 +59,48 @@ rm -rf %{buildroot}
 %{_libdir}/libpri.so
 
 %changelog
+* Wed Jul  6 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.12-1
+- The Asterisk Development Team announces the release of libpri version
+- 1.4.12.  This release is available for immediate download at
+- http://downloads.asterisk.org/pub/telephony/libpri/
+-
+- The following are some of the issues resolved in this release:
+-
+-  * Add call transfer exchange of subaddresses support and fix PTMP call
+-    transfer signaling.
+-
+-  * Invalid PTMP redirecting signaling as TE towards NT.
+-
+-  * Add Q931_IE_TIME_DATE to CONNECT message when in network mode.
+-    (issue #18047 (JIRA PRI-114). Reported by: wuwu. Patched by rmudgett)
+-
+-  * Swap of master/slave in pri_enslave() incorrect.
+-    (issue #18769 (JIRA PRI-120). Reported by: jcollie. Patched by jcollie)
+-
+-  * Fix I-frame retransmission quirks.
+-
+-  * Crash if NFAS swaps D channels on a call with an active timer.
+-
+-  * DMS-100 not receiving caller name anymore.
+-    (issue #18822 (JIRA PRI-121). Reported by: cmorford. Patched by rmudgett)
+-
+-  * B channel lost by incoming call in BRI NT PTMP mode.
+-
+-  * Implement the mandatory T312 timer for NT PTMP broadcast SETUP calls.
+-
+- This release contains 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
+- 6.) Add Display IE text handling options.
+-
+- For a full list of changes in this release, please see the ChangeLog:
+-
+- http://downloads.asterisk.org/pub/telephony/libpri/releases/ChangeLog-1.4.12
+
 * Tue Feb  8 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.12-0.3.beta3
 -
 - The following are some of the issues resolved in this beta release:
diff --git a/sources b/sources
index 98a5559..198ab40 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-9cbbaa009264b76af930529e8aae8cfd  libpri-1.4.12-beta3.tar.gz
-e6c23ca9022a4404854e2d2d35cb52f8  libpri-1.4.12-beta3.tar.gz.asc
+9de39b866f049cc20a4f431cc6245166  libpri-1.4.12.tar.gz
+4408ddf4237623d1b448b25d2f15342a  libpri-1.4.12.tar.gz.asc


More information about the scm-commits mailing list