rpms/libpri/devel libpri-1.4.11-optimization.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 libpri.spec, 1.19, 1.20 sources, 1.10, 1.11 libpri-1.4.10-optimization.patch, 1.1, NONE libpri-1.4.6-optimization.patch, 1.1, NONE

Jeffrey C. Ollie jcollie at fedoraproject.org
Wed May 26 17:29:39 UTC 2010


Author: jcollie

Update of /cvs/pkgs/rpms/libpri/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5936

Modified Files:
	.cvsignore libpri.spec sources 
Added Files:
	libpri-1.4.11-optimization.patch 
Removed Files:
	libpri-1.4.10-optimization.patch 
	libpri-1.4.6-optimization.patch 
Log Message:
* Wed May 26 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.11-1
- This release contains many fixes and new features, among them being:
- 
- 1.) Support for NT-PTMP BRI links, including support for multiple TEIs
- and connecting of BRI phones.
- 
- 2.) Support for allowing persistent Q.921 drops on both NT and TE PTMP
- links, as well as automatically requesting that Q.921 data links
- reactivate when needed by Q.931.
- 
- 3.) T309 is enabled by default.
- 
- 4.) Problems with Keypad Facility Digits were addressed.
- 
- 5.) A number of additional service related features were added:
- Connected Line Information, HOLD/RELEASE support, Call Deflection/Call
- Rerouting, as well as partial subaddress support.  They are supported in
- the Q.SIG and EuroISDN switch types, and most currently require using
- the trunk version of Asterisk.
- 
- 6.) Many potential and realized Q.921 related problems, particularly
- during retransmissions and other scenarios involving medium to high
- packet loss.
- 
- For a full list of changes in the current release candidates, please see
- the ChangeLog:
- 
- http://downloads.asterisk.org/pub/telephony/libpri/releases/ChangeLog-1.4.11


libpri-1.4.11-optimization.patch:
 Makefile |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- NEW FILE libpri-1.4.11-optimization.patch ---
>From cc5ea6189c9ed33f7acfae33debf877dd5d6645e 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.

---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index effd676..ec6ae70 100644
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,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)
+CFLAGS=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -fPIC $(ALERTING) $(LIBPRI_COUNTERS) $(RPM_OPT_FLAGS)
 INSTALL_PREFIX=$(DESTDIR)
 INSTALL_BASE=/usr
 libdir?=$(INSTALL_BASE)/lib
-- 
1.7.0.1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libpri/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	21 Oct 2009 04:01:37 -0000	1.10
+++ .cvsignore	26 May 2010 17:29:39 -0000	1.11
@@ -1 +1,2 @@
-libpri-1.4.10.2.tar.gz
+libpri-1.4.11.tar.gz
+libpri-1.4.11.tar.gz.asc


Index: libpri.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libpri/devel/libpri.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- libpri.spec	21 Oct 2009 04:01:38 -0000	1.19
+++ libpri.spec	26 May 2010 17:29:39 -0000	1.20
@@ -1,12 +1,13 @@
 Summary: An implementation of Primary Rate ISDN
 Name: libpri
-Version: 1.4.10.2
+Version: 1.4.11
 Release: 1%{?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
-Patch0: libpri-1.4.10-optimization.patch
+Source1: http://downloads.digium.com/pub/telephony/libpri/releases/libpri-%{version}.tar.gz.asc
+Patch0: libpri-1.4.11-optimization.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
 
@@ -57,6 +58,35 @@ rm -rf %{buildroot}
 %{_libdir}/libpri.so
 
 %changelog
+* Wed May 26 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.11-1
+- This release contains many fixes and new features, among them being:
+- 
+- 1.) Support for NT-PTMP BRI links, including support for multiple TEIs
+- and connecting of BRI phones.
+- 
+- 2.) Support for allowing persistent Q.921 drops on both NT and TE PTMP
+- links, as well as automatically requesting that Q.921 data links
+- reactivate when needed by Q.931.
+- 
+- 3.) T309 is enabled by default.
+- 
+- 4.) Problems with Keypad Facility Digits were addressed.
+- 
+- 5.) A number of additional service related features were added:
+- Connected Line Information, HOLD/RELEASE support, Call Deflection/Call
+- Rerouting, as well as partial subaddress support.  They are supported in
+- the Q.SIG and EuroISDN switch types, and most currently require using
+- the trunk version of Asterisk.
+- 
+- 6.) Many potential and realized Q.921 related problems, particularly
+- during retransmissions and other scenarios involving medium to high
+- packet loss.
+- 
+- For a full list of changes in the current release candidates, please see
+- the ChangeLog:
+- 
+- http://downloads.asterisk.org/pub/telephony/libpri/releases/ChangeLog-1.4.11
+
 * Tue Oct 20 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.10.2-1
 - Update to libpri 1.4.10.2
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libpri/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	21 Oct 2009 04:01:38 -0000	1.10
+++ sources	26 May 2010 17:29:39 -0000	1.11
@@ -1 +1,2 @@
-dc1523d8ee027cd62f20fc6cc9727489  libpri-1.4.10.2.tar.gz
+1374a18008616b0adf428332a675e81c  libpri-1.4.11.tar.gz
+d7037a47f54008794134e8450e8b6667  libpri-1.4.11.tar.gz.asc


--- libpri-1.4.10-optimization.patch DELETED ---


--- libpri-1.4.6-optimization.patch DELETED ---



More information about the scm-commits mailing list