[sipwitch] future proofing for exosip2 4.x releases

David Sugar dyfet at fedoraproject.org
Thu Aug 9 19:39:34 UTC 2012


commit 2373ec6c030c35ed8a777e0f973a083be3333139
Author: David Sugar <dyfet at gnutelephony.org>
Date:   Thu Aug 9 15:39:14 2012 -0400

    future proofing for exosip2 4.x releases

 .gitignore    |    1 +
 sipwitch.spec |    8 ++++++--
 sources       |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e786fc3..aa16d5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ sipwitch-0.9.0.tar.gz
 /sipwitch-1.2.1.tar.gz
 /sipwitch-1.2.3.tar.gz
 /sipwitch-1.2.5.tar.gz
+/sipwitch-1.3.1.tar.gz
diff --git a/sipwitch.spec b/sipwitch.spec
index 8f4e497..3fa2ea7 100644
--- a/sipwitch.spec
+++ b/sipwitch.spec
@@ -10,8 +10,8 @@
 
 Name: sipwitch
 Summary: A secure peer-to-peer VoIP server for the SIP protocol
-Version: 1.2.5
-Release: 2%{?dist}
+Version: 1.3.1
+Release: 1%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/sipwitch
 Group: Applications/Communications
@@ -219,6 +219,10 @@ fi
 /sbin/ldconfig
 
 %changelog
+* Tue Aug 09 2012 David Sugar <dyfet at gnutelephony.org> 1.3.1-1
+- future proofing with support for building with 4.x exosip2 releases
+- autoconfig event api for switchview client
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index d263267..ca71d81 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9603797e5b90bb2206fec1166448e6f5  sipwitch-1.2.5.tar.gz
+bdea32d2d3b8291d11036cc6311d3bac  sipwitch-1.3.1.tar.gz


More information about the scm-commits mailing list