[asterisk] format_ilbc

Jeffrey C. Ollie jcollie at fedoraproject.org
Wed Sep 26 17:10:23 UTC 2012


commit b8ff38d4279af9a2640baddc1a33ef7ef16cd36c
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Wed Sep 26 12:10:17 2012 -0500

    format_ilbc

 asterisk.spec       |    6 +++++-
 menuselect.makeopts |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/asterisk.spec b/asterisk.spec
index 001342d..ba71d2b 100644
--- a/asterisk.spec
+++ b/asterisk.spec
@@ -31,7 +31,7 @@
 Summary: The Open Source PBX
 Name: asterisk
 Version: 11.0.0
-Release: 0.4%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist}
+Release: 0.5%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist}
 License: GPLv2
 Group: Applications/Internet
 URL: http://www.asterisk.org/
@@ -908,6 +908,7 @@ fi
 %{_libdir}/asterisk/modules/format_gsm.so
 %{_libdir}/asterisk/modules/format_h263.so
 %{_libdir}/asterisk/modules/format_h264.so
+%{_libdir}/asterisk/modules/format_ilbc.so
 %{_libdir}/asterisk/modules/format_jpeg.so
 %{_libdir}/asterisk/modules/format_ogg_vorbis.so
 %{_libdir}/asterisk/modules/format_pcm.so
@@ -1383,6 +1384,9 @@ fi
 %{_libdir}/asterisk/modules/app_voicemail_plain.so
 
 %changelog
+* Wed Sep 26 2012 Jeffrey Ollie <jeff at ocjtech.us> - 11.0.0-0.5
+- Don't forget format_ilbc module
+
 * Wed Sep 26 2012 Jeffrey Ollie <jeff at ocjtech.us> - 11.0.0-0.4
 - The Asterisk Development Team is pleased to announce the second beta release of
 - Asterisk 11.0.0.  This release is available for immediate download at
diff --git a/menuselect.makeopts b/menuselect.makeopts
index 1eb4634..56c456e 100644
--- a/menuselect.makeopts
+++ b/menuselect.makeopts
@@ -8,7 +8,7 @@ MENUSELECT_CODECS=
 MENUSELECT_CORE_SOUNDS=
 MENUSELECT_EMBED=
 MENUSELECT_EXTRA_SOUNDS=
-MENUSELECT_FORMATS=format_ilbc
+MENUSELECT_FORMATS=
 MENUSELECT_FUNCS=
 MENUSELECT_MOH=
 MENUSELECT_OPTS_app_voicemail=


More information about the scm-commits mailing list