[sems] Ver. 1.4.2

Peter Lemenkov peter at fedoraproject.org
Fri Aug 26 13:08:12 UTC 2011


commit d78b9639ff77fb1df4ecb70a0b1389088ad6e777
Author: Peter Lemenkov <lemenkov at gmail.com>
Date:   Fri Aug 26 17:07:50 2011 +0400

    Ver. 1.4.2
    
    Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>

 .gitignore                                         |    1 +
 ...001-Force-to-use-system-wide-GSM-includes.patch |    6 +-
 ...llow-rewrite-of-custom-makefiles-by-CMake.patch |   12 ++--
 ...Set-CFG_PREFIX-to-empty-string-by-default.patch |   10 +-
 ...ql-in-conference-and-early_announce-modul.patch |   10 +-
 ...aid_sip-plugin-to-default-exclude-list-du.patch |   15 ++--
 ... sems-0006-Don-t-start-py_sems-by-default.patch |   12 ++--
 sems-0006-last-minute-fix-proper-version.patch     |   26 ------
 ...gateway-module-s-version-passing-in-CMake.patch |   26 ------
 sems-0008-Install-email-template.patch             |   25 ------
 sems-0010-Move-CMake-defines.patch                 |   66 --------------
 ...-0011-Avoid-using-private-Glibc-functions.patch |   67 --------------
 sems.spec                                          |   91 +++++++++++---------
 sources                                            |    2 +-
 14 files changed, 85 insertions(+), 284 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8dcab91..3de9daf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 sems-1.2.1.w_o_ilbc_sources.tar.gz
 /sems-1.3.0.w_o_ilbc_sources.tar.gz
 /sems-1.3.1.w_o_ilbc_sources.tar.gz
+/sems-1.4.2.w_o_ilbc_sources.tar.gz
diff --git a/sems-0001-Force-to-use-system-wide-GSM-includes.patch b/sems-0001-Force-to-use-system-wide-GSM-includes.patch
index d09b793..e235afa 100644
--- a/sems-0001-Force-to-use-system-wide-GSM-includes.patch
+++ b/sems-0001-Force-to-use-system-wide-GSM-includes.patch
@@ -1,7 +1,7 @@
-From de3c54f85f893e4ee985b1da93cc014b00456fa8 Mon Sep 17 00:00:00 2001
+From 6d521cb639807a7e93954d05c8440724a289a38f Mon Sep 17 00:00:00 2001
 From: Peter Lemenkov <lemenkov at gmail.com>
 Date: Wed, 31 Mar 2010 11:52:52 +0400
-Subject: [PATCH 01/11] Force to use system-wide GSM includes
+Subject: [PATCH 1/6] Force to use system-wide GSM includes
 
 Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
 ---
@@ -22,5 +22,5 @@ index 286a989..3517e59 100644
  
  #include <stdlib.h>
 -- 
-1.7.3.4
+1.7.6
 
diff --git a/sems-0002-Allow-rewrite-of-custom-makefiles-by-CMake.patch b/sems-0002-Allow-rewrite-of-custom-makefiles-by-CMake.patch
index 0cfeab8..397aa08 100644
--- a/sems-0002-Allow-rewrite-of-custom-makefiles-by-CMake.patch
+++ b/sems-0002-Allow-rewrite-of-custom-makefiles-by-CMake.patch
@@ -1,7 +1,7 @@
-From 26929b6a7a62299b71bf7c99f17f75670a2040e2 Mon Sep 17 00:00:00 2001
+From 456f9912196a27bed7418b43ecaf1ac69768dbd5 Mon Sep 17 00:00:00 2001
 From: Peter Lemenkov <lemenkov at gmail.com>
 Date: Wed, 31 Mar 2010 11:53:48 +0400
-Subject: [PATCH 02/11] Allow rewrite of custom makefiles by CMake
+Subject: [PATCH 2/6] Allow rewrite of custom makefiles by CMake
 
 Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
 ---
@@ -9,11 +9,11 @@ Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
  1 files changed, 0 insertions(+), 9 deletions(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index a6ff425..ef3934e 100644
+index 7998e33..f143af5 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -26,15 +26,6 @@ ELSE(IS_DEVEL)
- ENDIF(IS_DEVEL)
+@@ -27,15 +27,6 @@ ENDIF(EXISTS ${CMAKE_SOURCE_DIR}/.git)
+ 
  MESSAGE(STATUS "Configuring ${CMAKE_PROJECT_NAME} v. ${SEMS_VERSION}")
  
 -IF(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR AND NOT MSVC_IDE)
@@ -29,5 +29,5 @@ index a6ff425..ef3934e 100644
  OPTION(SEMS_USE_LIBSAMPLERATE "Build with libsamplerate" OFF)
  OPTION(SEMS_USE_ZRTP          "Build with ZRTP" OFF)
 -- 
-1.7.3.4
+1.7.6
 
diff --git a/sems-0003-Set-CFG_PREFIX-to-empty-string-by-default.patch b/sems-0003-Set-CFG_PREFIX-to-empty-string-by-default.patch
index df0a5ad..3904e8a 100644
--- a/sems-0003-Set-CFG_PREFIX-to-empty-string-by-default.patch
+++ b/sems-0003-Set-CFG_PREFIX-to-empty-string-by-default.patch
@@ -1,7 +1,7 @@
-From e322f2e00e48b639b5d87ed06738aa24d99396bf Mon Sep 17 00:00:00 2001
+From fb8a5f575cceba39e3a73561b50d565797fb5d37 Mon Sep 17 00:00:00 2001
 From: Peter Lemenkov <lemenkov at gmail.com>
 Date: Wed, 31 Mar 2010 18:56:39 +0400
-Subject: [PATCH 03/11] Set CFG_PREFIX to empty string by default
+Subject: [PATCH 3/6] Set CFG_PREFIX to empty string by default
 
 Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
 ---
@@ -9,10 +9,10 @@ Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
  1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index ef3934e..c36ce62 100644
+index f143af5..d1a0fca 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -48,7 +48,7 @@ ENDIF (${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} STREQUAL "2.4")
+@@ -49,7 +49,7 @@ ENDIF (${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} STREQUAL "2.4")
  SET(CMAKE_DL_LIBS ${CMAKE_DL_LIBS} m pthread)
  
  IF (NOT SEMS_CFG_PREFIX)
@@ -22,5 +22,5 @@ index ef3934e..c36ce62 100644
  MESSAGE(STATUS "SEMS cfg prefix was set to: ${SEMS_CFG_PREFIX}")
  
 -- 
-1.7.3.4
+1.7.6
 
diff --git a/sems-0004-Disable-mysql-in-conference-and-early_announce-modul.patch b/sems-0004-Disable-mysql-in-conference-and-early_announce-modul.patch
index 8cb0ce1..0247e17 100644
--- a/sems-0004-Disable-mysql-in-conference-and-early_announce-modul.patch
+++ b/sems-0004-Disable-mysql-in-conference-and-early_announce-modul.patch
@@ -1,7 +1,7 @@
-From 4a2b5ca2644db000dbace63c8bdd278109f6d356 Mon Sep 17 00:00:00 2001
+From 29cc8539cfa4030f40b0e92527893e34acbee009 Mon Sep 17 00:00:00 2001
 From: Peter Lemenkov <lemenkov at gmail.com>
 Date: Fri, 25 Jun 2010 12:16:45 +0400
-Subject: [PATCH 04/11] Disable mysql++ in conference and early_announce modules
+Subject: [PATCH 4/6] Disable mysql++ in conference and early_announce modules
 
 Unfortunately, this breaks existing configurations, which is a
 no-go situation for EPEL repository. We'll enable it later.
@@ -13,7 +13,7 @@ Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
  2 files changed, 12 insertions(+), 12 deletions(-)
 
 diff --git a/apps/conference/CMakeLists.txt b/apps/conference/CMakeLists.txt
-index 40c7063..a86e8e8 100644
+index 23dea13..cbece59 100644
 --- a/apps/conference/CMakeLists.txt
 +++ b/apps/conference/CMakeLists.txt
 @@ -13,12 +13,12 @@ IF(FLITE_FOUND AND ZRTP_FOUND)
@@ -36,7 +36,7 @@ index 40c7063..a86e8e8 100644
  SET(sems_module_name conference)
  INCLUDE(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt)
 diff --git a/apps/early_announce/CMakeLists.txt b/apps/early_announce/CMakeLists.txt
-index 184d282..1e23638 100644
+index 43c374e..03a1532 100644
 --- a/apps/early_announce/CMakeLists.txt
 +++ b/apps/early_announce/CMakeLists.txt
 @@ -2,12 +2,12 @@ set (early_announce_SRCS
@@ -59,5 +59,5 @@ index 184d282..1e23638 100644
  SET(sems_module_name early_announce)
  INCLUDE(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt)
 -- 
-1.7.3.4
+1.7.6
 
diff --git a/sems-0005-Add-sw_prepaid_sip-plugin-to-default-exclude-list-du.patch b/sems-0005-Add-sw_prepaid_sip-plugin-to-default-exclude-list-du.patch
index 38807cb..0b87082 100644
--- a/sems-0005-Add-sw_prepaid_sip-plugin-to-default-exclude-list-du.patch
+++ b/sems-0005-Add-sw_prepaid_sip-plugin-to-default-exclude-list-du.patch
@@ -1,7 +1,8 @@
-From 2f0556c126f2cae0edec32b0fd269d496dd068f6 Mon Sep 17 00:00:00 2001
+From 6f4fa250de15cf99e6dc21b308f9ee24c0a79086 Mon Sep 17 00:00:00 2001
 From: Peter Lemenkov <lemenkov at gmail.com>
 Date: Mon, 27 Sep 2010 14:13:00 +0400
-Subject: [PATCH 05/11] Add sw_prepaid_sip plugin to default exclude list (due to missing cc_acc)
+Subject: [PATCH 5/6] Add sw_prepaid_sip plugin to default exclude list (due
+ to missing cc_acc)
 
 Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
 ---
@@ -9,18 +10,18 @@ Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
  1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/core/etc/sems.conf.cmake b/core/etc/sems.conf.cmake
-index 65d8534..eeeeb67 100644
+index c4f900f..d29c1a5 100644
 --- a/core/etc/sems.conf.cmake
 +++ b/core/etc/sems.conf.cmake
-@@ -140,7 +140,7 @@ plugin_path=${SEMS_EXEC_PREFIX}/${SEMS_LIBDIR}/sems/plug-in/
+@@ -162,7 +162,7 @@ plugin_path=${SEMS_EXEC_PREFIX}/${SEMS_LIBDIR}/sems/plug-in/
+ # This has only effect it load_plugins is not set.
  #
- # o binrpcctrl and unixsockctrl: excluded as sipctrl is default ctrl
  # o precoded_announce: no precoded sample files present
--exclude_plugins=binrpcctrl;unixsockctrl;precoded_announce
+-exclude_plugins=precoded_announce
 +exclude_plugins=binrpcctrl;unixsockctrl;precoded_announce;sw_prepaid_sip
  
  # optional parameter: application
  # 
 -- 
-1.7.3.4
+1.7.6
 
diff --git a/sems-0009-Don-t-start-py_sems-by-default.patch b/sems-0006-Don-t-start-py_sems-by-default.patch
similarity index 68%
rename from sems-0009-Don-t-start-py_sems-by-default.patch
rename to sems-0006-Don-t-start-py_sems-by-default.patch
index ef3b946..baa311d 100644
--- a/sems-0009-Don-t-start-py_sems-by-default.patch
+++ b/sems-0006-Don-t-start-py_sems-by-default.patch
@@ -1,7 +1,7 @@
-From 8712daf57f4ec10caadd215dc969b1f261a949b5 Mon Sep 17 00:00:00 2001
+From c1e9a77bfbafbdabd3afc0fcf64e635a0a83d030 Mon Sep 17 00:00:00 2001
 From: Peter Lemenkov <lemenkov at gmail.com>
 Date: Wed, 29 Dec 2010 17:02:49 +0300
-Subject: [PATCH 09/11] Don't start py_sems by default
+Subject: [PATCH 6/6] Don't start py_sems by default
 
 Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
 ---
@@ -9,12 +9,12 @@ Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
  1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/core/etc/sems.conf.cmake b/core/etc/sems.conf.cmake
-index eeeeb67..0e0ca62 100644
+index d29c1a5..d4da40e 100644
 --- a/core/etc/sems.conf.cmake
 +++ b/core/etc/sems.conf.cmake
-@@ -140,7 +140,7 @@ plugin_path=${SEMS_EXEC_PREFIX}/${SEMS_LIBDIR}/sems/plug-in/
+@@ -162,7 +162,7 @@ plugin_path=${SEMS_EXEC_PREFIX}/${SEMS_LIBDIR}/sems/plug-in/
+ # This has only effect it load_plugins is not set.
  #
- # o binrpcctrl and unixsockctrl: excluded as sipctrl is default ctrl
  # o precoded_announce: no precoded sample files present
 -exclude_plugins=binrpcctrl;unixsockctrl;precoded_announce;sw_prepaid_sip
 +exclude_plugins=binrpcctrl;unixsockctrl;precoded_announce;sw_prepaid_sip;py_sems
@@ -22,5 +22,5 @@ index eeeeb67..0e0ca62 100644
  # optional parameter: application
  # 
 -- 
-1.7.3.4
+1.7.6
 
diff --git a/sems.spec b/sems.spec
index 8fbd8bc..bfe3533 100644
--- a/sems.spec
+++ b/sems.spec
@@ -1,11 +1,11 @@
 Summary:	SIP Express Media Server, an extensible SIP media server
 Name:		sems
-Version:	1.3.1
-Release:	5%{?dist}
+Version:	1.4.2
+Release:	1%{?dist}
 URL:		http://www.iptel.org/sems
-## wget http://ftp.iptel.org/pub/sems/sems-1.3.1.tar.gz
-## tar zx --exclude iLBC_rfc3951 -f sems-1.3.1.tar.gz
-## tar czf sems-1.3.1.w_o_ilbc_sources.tar.gz sems-1.3.1
+## wget http://ftp.iptel.org/pub/sems/sems-1.4.2.tar.gz
+## tar zx --exclude iLBC_rfc3951 -f sems-1.4.2.tar.gz
+## tar czf sems-1.4.2.w_o_ilbc_sources.tar.gz sems-1.4.2
 Source0:	%{name}-%{version}.w_o_ilbc_sources.tar.gz
 License:	GPLv2+
 Group:		Applications/Communications
@@ -20,18 +20,8 @@ Patch3:		sems-0003-Set-CFG_PREFIX-to-empty-string-by-default.patch
 Patch4:		sems-0004-Disable-mysql-in-conference-and-early_announce-modul.patch
 # Fedora-specific
 Patch5:		sems-0005-Add-sw_prepaid_sip-plugin-to-default-exclude-list-du.patch
-# Fedora-specific (will be dropped in the next version)
-Patch6:		sems-0006-last-minute-fix-proper-version.patch
-# Backported
-Patch7:		sems-0007-Fix-gateway-module-s-version-passing-in-CMake.patch
-# Backported
-Patch8:		sems-0008-Install-email-template.patch
 # Fedora-specific
-Patch9:		sems-0009-Don-t-start-py_sems-by-default.patch
-# Backported
-Patch10:	sems-0010-Move-CMake-defines.patch
-# Will be proposed for inclusion into upstream
-Patch11:	sems-0011-Avoid-using-private-Glibc-functions.patch
+Patch6:		sems-0006-Don-t-start-py_sems-by-default.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	python >= 2.3
@@ -49,6 +39,9 @@ BuildRequires:	cmake >= 2.4
 Requires(post):	/sbin/chkconfig
 Requires(preun):/sbin/chkconfig
 Requires(preun):/sbin/service
+# Disable gateway module
+Obsoletes: sems-gateway =< 1.3.1
+Provides: sems-gateway = %{version}-%{release}
 
 %description
 SEMS (SIP Express Media Server) is very extensible and programmable
@@ -119,13 +112,13 @@ Requires:	%{name} = %{version}-%{release}
 %description	g722
 This is a wrapper around the g722 codec from the spandsp library.
 
-%package	gateway
-Summary:	ISDN gateway for SEMS
-Group:		Applications/Communications
-Requires:	%{name} = %{version}-%{release}
+#%package	gateway
+#Summary:	ISDN gateway for SEMS
+#Group:		Applications/Communications
+#Requires:	%{name} = %{version}-%{release}
 
-%description	gateway
-ISDN gateway for SEMS.
+#%description	gateway
+#ISDN gateway for SEMS.
 
 %package	gsm
 Summary:	GSM support for SEMS
@@ -202,12 +195,7 @@ rm -rf core/plug-in/gsm/gsm-1.0-pl10/
 %patch3 -p1 -b .cfg_prefix_to_empty_string
 %patch4 -p1 -b .disable_mysqlpp_in_conf_and_ea
 %patch5 -p1 -b .exclude_sw_prepaid_sip
-%patch6 -p1 -b .correct_ver
-%patch7 -p1 -b .gw_ver
-%patch8 -p1 -b .install_email_template
-%patch9 -p1 -b .dont_start_py_sems
-%patch10 -p1 -b .correct_defines
-%patch11 -p1 -b .private_functions
+%patch6 -p1 -b .dont_start_py_sems
 
 
 iconv -f iso8859-1 -t UTF-8 doc/Readme.diameter_client.txt > doc/Readme.diameter_client.utf8 && mv doc/Readme.diameter_client.{utf8,txt}
@@ -294,8 +282,6 @@ fi
 %config(noreplace) %{_sysconfdir}/%{name}/etc/announcement.conf
 %config(noreplace) %{_sysconfdir}/%{name}/etc/annrecorder.conf
 %config(noreplace) %{_sysconfdir}/%{name}/etc/app_mapping.conf
-%config(noreplace) %{_sysconfdir}/%{name}/etc/auth_b2b.conf
-%config(noreplace) %{_sysconfdir}/%{name}/etc/call_timer.conf
 %config(noreplace) %{_sysconfdir}/%{name}/etc/callback.conf
 %config(noreplace) %{_sysconfdir}/%{name}/etc/click2dial.conf
 %config(noreplace) %{_sysconfdir}/%{name}/etc/echo.conf
@@ -303,13 +289,23 @@ fi
 %config(noreplace) %{_sysconfdir}/%{name}/etc/msg_storage.conf
 %config(noreplace) %{_sysconfdir}/%{name}/etc/precoded_announce.conf
 %config(noreplace) %{_sysconfdir}/%{name}/etc/reg_agent.conf
-%config(noreplace) %{_sysconfdir}/%{name}/etc/sst_b2b.conf
 %config(noreplace) %{_sysconfdir}/%{name}/etc/stats.conf
-%config(noreplace) %{_sysconfdir}/%{name}/etc/sw_prepaid_sip.conf
 %config(noreplace) %{_sysconfdir}/%{name}/etc/voicebox.conf
 %config(noreplace) %{_sysconfdir}/%{name}/etc/voicemail.conf
 %config(noreplace) %{_sysconfdir}/%{name}/etc/webconference.conf
 
+%config(noreplace) %{_sysconfdir}/%{name}/etc/auth_b2b.sbcprofile.conf
+%config(noreplace) %{_sysconfdir}/%{name}/etc/call_timer.sbcprofile.conf
+%config(noreplace) %{_sysconfdir}/%{name}/etc/codecfilter.sbcprofile.conf
+%config(noreplace) %{_sysconfdir}/%{name}/etc/prepaid.sbcprofile.conf
+%config(noreplace) %{_sysconfdir}/%{name}/etc/refuse.sbcprofile.conf
+%config(noreplace) %{_sysconfdir}/%{name}/etc/replytranslate.sbcprofile.conf
+%config(noreplace) %{_sysconfdir}/%{name}/etc/sbc.conf
+%config(noreplace) %{_sysconfdir}/%{name}/etc/src_ipmap.conf
+%config(noreplace) %{_sysconfdir}/%{name}/etc/sst_b2b.sbcprofile.conf
+%config(noreplace) %{_sysconfdir}/%{name}/etc/symmetricrtp.sbcprofile.conf
+%config(noreplace) %{_sysconfdir}/%{name}/etc/transparent.sbcprofile.conf
+
 %doc README
 %doc core/plug-in/adpcm/README_G711
 %doc core/plug-in/stats/README.stats
@@ -347,11 +343,19 @@ fi
 %doc doc/Readme.voicebox.txt
 %doc doc/Readme.voicemail.txt
 %doc doc/Readme.webconference.txt
-%doc doc/WHATSNEW_0.10
 %doc doc/Tuning.txt
 #%doc doc/ZRTP.txt
 
 %{_sbindir}/%{name}
+%{_sbindir}/%{name}-logfile-callextract
+%{_sbindir}/%{name}-sbc-get-activeprofile
+%{_sbindir}/%{name}-sbc-get-regex-map-names
+%{_sbindir}/%{name}-sbc-list-profiles
+%{_sbindir}/%{name}-sbc-load-profile
+%{_sbindir}/%{name}-sbc-reload-profile
+%{_sbindir}/%{name}-sbc-reload-profiles
+%{_sbindir}/%{name}-sbc-set-activeprofile
+%{_sbindir}/%{name}-sbc-set-regex-map
 %{_sbindir}/%{name}-stats
 
 %{_datadir}/%{name}/audio/beep.wav
@@ -443,8 +447,6 @@ fi
 %{_libdir}/%{name}/plug-in/announce_transfer.so
 %{_libdir}/%{name}/plug-in/announcement.so
 %{_libdir}/%{name}/plug-in/annrecorder.so
-%{_libdir}/%{name}/plug-in/auth_b2b.so
-%{_libdir}/%{name}/plug-in/call_timer.so
 %{_libdir}/%{name}/plug-in/callback.so
 %{_libdir}/%{name}/plug-in/click2dial.so
 %{_libdir}/%{name}/plug-in/echo.so
@@ -457,10 +459,9 @@ fi
 %{_libdir}/%{name}/plug-in/precoded_announce.so
 %{_libdir}/%{name}/plug-in/reg_agent.so
 %{_libdir}/%{name}/plug-in/registrar_client.so
+%{_libdir}/%{name}/plug-in/sbc.so
 %{_libdir}/%{name}/plug-in/session_timer.so
-%{_libdir}/%{name}/plug-in/sst_b2b.so
 %{_libdir}/%{name}/plug-in/stats.so
-%{_libdir}/%{name}/plug-in/sw_prepaid_sip.so
 %{_libdir}/%{name}/plug-in/uac_auth.so
 %{_libdir}/%{name}/plug-in/voicebox.so
 %{_libdir}/%{name}/plug-in/voicemail.so
@@ -521,10 +522,10 @@ fi
 %doc core/plug-in/g722/Readme.g722codec
 %{_libdir}/%{name}/plug-in/g722.so
 
-%files gateway
-%defattr(-,root,root)
-%config(noreplace) %{_sysconfdir}/%{name}/etc/gateway.conf
-%{_libdir}/%{name}/plug-in/gateway.so
+#%files gateway
+#%defattr(-,root,root)
+#%config(noreplace) %{_sysconfdir}/%{name}/etc/gateway.conf
+#%{_libdir}/%{name}/plug-in/gateway.so
 
 %files gsm
 %defattr(-,root,root)
@@ -607,6 +608,14 @@ fi
 %{_libdir}/%{name}/plug-in/xmlrpc2di.so
 
 %changelog
+* Fri Aug 26 2011 Peter Lemenkov <lemenkov at gmail.com> - 1.4.2-1
+- Ver. 1.4.2 (bugfix release in 1.4.x branch)
+
+* Thu Jul 21 2011 Peter Lemenkov <lemenkov at gmail.com> - 1.4.1-1
+- Ver. 1.4.1
+- Removed obsolete b2b apps: auth_b2b, call_timer, sst_b2b, sw_prepaid_sip
+- Disabled gateway module
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index c6fb724..2832e69 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c919f5dc9a9f021e511e1aa6b057dba6  sems-1.3.1.w_o_ilbc_sources.tar.gz
+5e2b6abed664971d123d7ee52eaefe7b  sems-1.4.2.w_o_ilbc_sources.tar.gz


More information about the scm-commits mailing list