<h1>Project "FreeSWITCH Source" received a push.</h1>

<h2>branch: master updated</h2>
<pre>
       via: 65d5932c9ffc17be3df98deb0fe0e3552565eb76 (commit)
      from: 2a3aea4cc8aa7a6f9f255fd548e29c30c32864fe (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Michal Bielicki - cypromis
comments: 
fixes for the python esl (we need ESL.py as well) deleting the sangoma modules if they are not defined to be build but are build anyway

<span style="color: #000080; font-weight: bold">diff --git a/freeswitch.spec b/freeswitch.spec</span>
<span style="color: #000080; font-weight: bold">index 6b7530d..1000a89 100644</span>
<span style="color: #A00000">--- a/freeswitch.spec</span>
<span style="color: #00A000">+++ b/freeswitch.spec</span>
<span style="color: #800080; font-weight: bold">@@ -615,12 +615,12 @@ cd ../..</span>
 %if %{build_sng_ss7}
 #do not delete a thing
 %else
<span style="color: #A00000">-rm -f %{prefix}/mod/ftmod_sangoma_ss7*</span>
<span style="color: #00A000">+%{__rm} -f %{buildroot}/%{prefix}/mod/ftmod_sangoma_ss7*</span>
 %endif
 %if %{build_sng_isdn}
 #do not delete a thing
 %else
<span style="color: #A00000">-rm -f %{prefix}/mod/ftmod_sangoma_isdn*</span>
<span style="color: #00A000">+%{__rm} -f %{buildroot}/%{prefix}/mod/ftmod_sangoma_isdn*</span>
 %endif
 
 
<span style="color: #800080; font-weight: bold">@@ -1019,7 +1019,8 @@ fi</span>
 %defattr(-,freeswitch,daemon)
 %{prefix}/mod/mod_python*.so*
 %attr(0644, root, bin) /usr/lib/python*/site-packages/freeswitch.py*
<span style="color: #A00000">-%attr(0644, root, bin) /usr/lib/python*/site-packages/_ESL.so*</span>
<span style="color: #00A000">+%attr(0755, root, bin) /usr/lib/python*/site-packages/_ESL.so*</span>
<span style="color: #00A000">+%attr(0755, root, bin) /usr/lib/python*/site-packages/ESL.py*</span>
 %dir %attr(0750, freeswitch, daemon) %{prefix}/conf/autoload_configs
 %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/python.conf.xml
 
<span style="color: #000080; font-weight: bold">diff --git a/libs/esl/python/Makefile b/libs/esl/python/Makefile</span>
<span style="color: #000080; font-weight: bold">index 784426e..7504665 100644</span>
<span style="color: #A00000">--- a/libs/esl/python/Makefile</span>
<span style="color: #00A000">+++ b/libs/esl/python/Makefile</span>
<span style="color: #800080; font-weight: bold">@@ -15,6 +15,7 @@ _ESL.so: esl_wrap.o</span>
 
 install: _ESL.so
         install -m 755 _ESL.so $(SITE_DIR)
<span style="color: #00A000">+        install -m 755 ESL.py $(SITE_DIR)</span>
 
 clean:
         rm -f *.o *.so *~
</pre></div>
========================================================================<pre>

Summary of changes:
 freeswitch.spec          |    7 ++++---
 libs/esl/python/Makefile |    1 +
 2 files changed, 5 insertions(+), 3 deletions(-)
</pre>
<p>this email was generated because of /git/your-repo.git/hooks/post-receive by the file /git-core/contrib/hooks/post-receive-email<br />
For more info, see <a href="http://blog.chomperstomp.com/?p=630">http://blog.chomperstomp.com/?p=630</a>
-- <br />
FreeSWITCH Source</p>