From 03c4adbe0bfbcd5c10617db2554685e5702d5750 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: May 03 2012 15:33:23 +0000 Subject: 1.8.12.0 --- diff --git a/.gitignore b/.gitignore index ed6abdb..1c967ab 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,5 @@ asterisk-1.8.0-beta3.tar.gz.asc /asterisk-1.8.11.0.tar.gz.asc /asterisk-1.8.11.1.tar.gz /asterisk-1.8.11.1.tar.gz.asc +/asterisk-1.8.12.0.tar.gz +/asterisk-1.8.12.0.tar.gz.asc diff --git a/asterisk.spec b/asterisk.spec index 7f5aa01..35aba12 100644 --- a/asterisk.spec +++ b/asterisk.spec @@ -17,7 +17,7 @@ Summary: The Open Source PBX Name: asterisk -Version: 1.8.11.1 +Version: 1.8.12.0 Release: 1%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist} License: GPLv2 Group: Applications/Internet @@ -31,7 +31,7 @@ Source4: menuselect.makeopts Source5: asterisk.service Source6: asterisk-tmpfiles -#Patch1: 0001-Modify-init-scripts-for-better-Fedora-compatibilty.patch +Patch1: 0001-Modify-init-scripts-for-better-Fedora-compatibilty.patch Patch2: 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch # Submitted upstream: https://issues.asterisk.org/view.php?id=16858 Patch3: 0003-Allow-linking-building-against-an-external-libedit.patch @@ -115,6 +115,9 @@ Obsoletes: asterisk-conference <= 1.6.0-0.14.beta9 Obsoletes: asterisk-mobile <= 1.6.1-0.23.rc1 Obsoletes: asterisk-firmware <= 1.6.2.0-0.2.rc1 +# chan_usbradio was removed in 1.8.12.0 +Obsoletes: asterisk-usbradio <= 1.8.11.1-1 + %description Asterisk is a complete PBX in software. It runs on Linux and provides all of the features you would expect from a PBX and more. Asterisk @@ -411,16 +414,6 @@ Requires: asterisk = %{version}-%{release} %description unistim Unistim channel for Asterisk -%package usbradio -Summary: USB radio channel for Asterisk -Group: Applications/Internet -Requires: asterisk = %{version}-%{release} -BuildRequires: libusb-devel -BuildRequires: alsa-lib-devel - -%description usbradio -Unistim channel for Asterisk - %package voicemail Summary: Common Voicemail Modules for Asterisk Group: Applications/Internet @@ -470,7 +463,7 @@ local filesystem. %prep %setup0 -q -n asterisk-%{version}%{?_rc:-rc%{_rc}}%{?_beta:-beta%{_beta}} -#patch1 -p1 +%patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 @@ -655,6 +648,8 @@ rm -rf %{buildroot}%{_libdir}/asterisk/modules/app_ices.so install -D -p -m 0644 %{SOURCE6} %{buildroot}/usr/lib/tmpfiles.d/asterisk.conf %endif +rm %{buildroot}%{_sysconfdir}/asterisk/usbradio.conf + %clean rm -rf %{buildroot} @@ -1258,11 +1253,6 @@ fi %attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/unistim.conf %{_libdir}/asterisk/modules/chan_unistim.so -%files usbradio -%defattr(-,root,root,-) -%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/usbradio.conf -%{_libdir}/asterisk/modules/chan_usbradio.so - %files voicemail %defattr(-,root,root,-) %attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/voicemail.conf @@ -1287,6 +1277,41 @@ fi %{_libdir}/asterisk/modules/app_voicemail_plain.so %changelog +* Thu May 3 2012 Jeffrey Ollie - 1.8.12.0-1: +- The Asterisk Development Team has announced the release of Asterisk 1.8.12.0. +- This release is available for immediate download at +- http://downloads.asterisk.org/pub/telephony/asterisk +- +- The release of Asterisk 1.8.12.0 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: +- +- * --- Prevent chanspy from binding to zombie channels +- (Closes issue ASTERISK-19493. Reported by lvl) +- +- * --- Fix Dial m and r options and forked calls generating warnings +- for voice frames. +- (Closes issue ASTERISK-16901. Reported by Chris Gentle) +- +- * --- Remove ISDN hold restriction for non-bridged calls. +- (Closes issue ASTERISK-19388. Reported by Birger Harzenetter) +- +- * --- Fix copying of CDR(accountcode) to local channels. +- (Closes issue ASTERISK-19384. Reported by jamicque) +- +- * --- Ensure Asterisk acknowledges ACKs to 4xx on Replaces errors +- (Closes issue ASTERISK-19303. Reported by Jon Tsiros) +- +- * --- Eliminate double close of file descriptor in manager.c +- (Closes issue ASTERISK-18453. Reported by Jaco Kroon) +- +- For a full list of changes in this release, please see the ChangeLog: +- +- http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.12.0 + + * Tue Apr 24 2012 Jeffrey Ollie - 1.8.11.1-1: - The Asterisk Development Team has announced security releases for Asterisk 1.6.2, - 1.8, and 10. The available security releases are released as versions 1.6.2.24, diff --git a/sources b/sources index 9d068d7..01c880b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -fe0e8784fc9f017cb36070b631cee5da asterisk-1.8.11.1.tar.gz -02dbb9899d0cf27008d1a4242b9e84ff asterisk-1.8.11.1.tar.gz.asc +73d1da06da61f652a6c83f2604350df5 asterisk-1.8.12.0.tar.gz +6d50d91efbb128105e52b2eba2f990c1 asterisk-1.8.12.0.tar.gz.asc