[libpri] 1.4.13

Jeffrey C. Ollie jcollie at fedoraproject.org
Tue Oct 9 21:11:01 UTC 2012


commit 04313396fa49f90443c599ec08835861da3887b0
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Tue Oct 9 16:10:55 2012 -0500

    1.4.13

 .gitignore                       |    2 ++
 libpri-1.4.12-optimization.patch |   25 -------------------------
 libpri.spec                      |   36 ++++++++++++++++++++++++++++++++----
 sources                          |    4 ++--
 4 files changed, 36 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2f2bec8..df7a047 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,5 @@ libpri-1.4.12-beta1.tar.gz.asc
 /libpri-1.4.12-beta3.tar.gz.asc
 /libpri-1.4.12.tar.gz
 /libpri-1.4.12.tar.gz.asc
+/libpri-1.4.13.tar.gz
+/libpri-1.4.13.tar.gz.asc
diff --git a/libpri.spec b/libpri.spec
index fde4c6f..f2c83d3 100644
--- a/libpri.spec
+++ b/libpri.spec
@@ -1,17 +1,18 @@
 #global _beta 3
 Summary: An implementation of Primary Rate ISDN
 Name: libpri
-Version: 1.4.12
-Release: 3%{?_beta:.beta%{_beta}}%{?dist}
+Version: 1.4.13
+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-optimization.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
 
+BuildRequires: dahdi-tools-devel%{?isa}
+
 %description
 libpri is a C implementation of the Primary Rate ISDN specification.
 It was based on the Bellcore specification SR-NWT-002343 for National
@@ -29,7 +30,6 @@ Development files for libpri.
 
 %prep
 %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
 
@@ -59,6 +59,34 @@ rm -rf %{buildroot}
 %{_libdir}/libpri.so
 
 %changelog
+* Tue Oct  9 2012 Jeffrey Ollie <jeff at ocjtech.us> - 1.4.13-1
+- The Asterisk Development Team has announced the release of libpri 1.4.13.
+- This release is available for immediate download at
+- http://downloads.asterisk.org/pub/telephony/libpri
+-
+- The release of libpri 1.4.13 resolves several issues reported by the
+- community and would have not been possible without your participation.
+- Thank you!
+-
+- The following are the issues resolved in this release:
+-
+- * --- Outgoing BRI calls fail when using Asterisk 1.8 with HA8, HB8,
+-       and B410P cards.
+-   (Issue AST-598. Reported by Trey Blancher)
+-
+- * --- Implement handling a multi-channel RESTART request.
+-   (Closes issue PRI-93. Reported by Marcin Kowalczyk)
+-
+- * --- Removed MDL/TEI management configuration warning message.
+-   (Closes issue PRI-137. Reported by Bart Coninckx)
+-
+- * --- Allow passing compiler flags (CFLAGS, LDFLAGS)
+-   (Closes issue PRI-144. Reported by Tzafrir Cohen)
+-
+- For a full list of changes in this release, please see the ChangeLog:
+-
+- http://downloads.asterisk.org/pub/telephony/libpri/ChangeLog-1.4.13
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.12-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 198ab40..456e600 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-9de39b866f049cc20a4f431cc6245166  libpri-1.4.12.tar.gz
-4408ddf4237623d1b448b25d2f15342a  libpri-1.4.12.tar.gz.asc
+275ce1d772f7efd28075e479411bbdeb  libpri-1.4.13.tar.gz
+a3d16031f87a49212b65574e26f16b20  libpri-1.4.13.tar.gz.asc


More information about the scm-commits mailing list