[sipwitch] new upstream and some reorg of utilities

David Sugar dyfet at fedoraproject.org
Sun Mar 20 19:24:32 UTC 2011


commit 8a599d92d936b93b5e361827775d173df1d045f0
Author: David Sugar <dyfet at gnutelephony.org>
Date:   Sun Mar 20 15:24:16 2011 -0400

    new upstream and some reorg of utilities

 .gitignore    |    1 +
 sipwitch.spec |   11 +++++------
 sources       |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aec68e0..6648781 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ sipwitch-0.8.4.tar.gz
 sipwitch-0.9.0.tar.gz
 /sipwitch-0.9.2.tar.gz
 /sipwitch-0.9.3.tar.gz
+/sipwitch-0.10.3.tar.gz
diff --git a/sipwitch.spec b/sipwitch.spec
index f1777fc..0f38cc4 100644
--- a/sipwitch.spec
+++ b/sipwitch.spec
@@ -10,14 +10,14 @@
 
 Name: sipwitch
 Summary: A secure peer-to-peer VoIP server for the SIP protocol
-Version: 0.9.3
+Version: 0.10.3
 Release: 0%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/sipwitch
 Group: Applications/Communications
 Source: http://www.gnutelephony.org/dist/tarballs/sipwitch-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: ucommon-devel >= 4.0.2
+BuildRequires: ucommon-devel >= 4.2.0
 BuildRequires: libeXosip2-devel >= 3.0.0
 BuildRequires: avahi-devel
 BuildRequires: openssl-devel
@@ -138,16 +138,12 @@ echo "PLUGINS=auto" >>%{buildroot}/%{_sysconfdir}/sysconfig/sipwitch
 %defattr(-,root,root,-)
 %doc README COPYING NEWS FEATURES SUPPORT TODO NOTES AUTHORS MODULES ChangeLog
 %{_mandir}/man1/sipwitch.1*
-%{_mandir}/man1/sipdigest.1*
 %{_mandir}/man1/sippasswd.1*
-%{_mandir}/man1/siprealm.1*
 %{_mandir}/man1/sipquery.1*
 %{_mandir}/man8/sipw.8*
 %{_sbindir}/sipw
 %{_bindir}/sipquery
 %{_bindir}/sipwitch
-%{_bindir}/sipdigest
-%{_bindir}/siprealm
 %attr(04755,root,root) %{_bindir}/sippasswd
 %dir %{_libdir}/sipwitch
 %config(noreplace) %{_sysconfdir}/logrotate.d/sipwitch
@@ -216,6 +212,9 @@ fi
 /sbin/ldconfig
 
 %changelog
+* Sun Mar 20 2011 David Sugar <dyfet at gnutelephony.org> - 0.10.3-0
+- consolidated and reorganized utilities
+
 * Thu Feb 24 2011 David Sugar <dyfet at gnutelephony.org> - 0.9.3-0
 - fixed default domain as hostname
 
diff --git a/sources b/sources
index 0a716b8..827b6a7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cdec319a1fd31e12fc8cd4f9b055d830  sipwitch-0.9.3.tar.gz
+b03d9554133e18ac810f371fb5d7a0fd  sipwitch-0.10.3.tar.gz


More information about the scm-commits mailing list