[sipwitch/f16] sipwitch-1.1.2 renaming and reorg of sipwitch cgi binary

nucleo nucleo at fedoraproject.org
Wed Oct 12 12:46:01 UTC 2011


commit f0b61a1bca1b2e1c398acacb0ca4aa9d0000658e
Author: nucleo <nucleo at fedoraproject.org>
Date:   Wed Oct 12 15:45:55 2011 +0300

    sipwitch-1.1.2
    renaming and reorg of sipwitch cgi binary

 .gitignore    |    1 +
 sipwitch.spec |   11 ++++++++---
 sources       |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b83beef..8fc0a4c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ sipwitch-0.9.0.tar.gz
 /sipwitch-1.0.1.tar.gz
 /sipwitch-1.0.3.tar.gz
 /sipwitch-1.1.1.tar.gz
+/sipwitch-1.1.2.tar.gz
diff --git a/sipwitch.spec b/sipwitch.spec
index e56d792..795d2dc 100644
--- a/sipwitch.spec
+++ b/sipwitch.spec
@@ -10,7 +10,7 @@
 
 Name: sipwitch
 Summary: A secure peer-to-peer VoIP server for the SIP protocol
-Version: 1.1.1
+Version: 1.1.2
 Release: 1%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/sipwitch
@@ -158,8 +158,9 @@ echo "PLUGINS=auto" >>%{buildroot}/%{_sysconfdir}/sysconfig/sipwitch
 
 %files cgi
 %defattr(-,root,root,-)
-%{_mandir}/man8/sipwitch.cgi.8*
-%{_libdir}/cgi-bin/sipwitch.cgi
+%{_mandir}/man8/sipwitch-cgi.8*
+%{_bindir}/sipwitch-cgi
+%{_libdir}/cgi-bin/sipwitch
 
 %files runtime
 %defattr(-,root,root,-)
@@ -218,6 +219,10 @@ fi
 /sbin/ldconfig
 
 %changelog
+* Wed Oct 12 2011 Alexey Kurov <nucleo at fedoraproject.org> - 1.1.2-1
+- sipwitch-1.1.2
+- renaming and reorg of sipwitch cgi binary
+
 * Fri Sep  2 2011 Alexey Kurov <nucleo at fedoraproject.org> - 1.1.1-1
 - sipwitch-1.1.1
 - add BR: qt4-devel
diff --git a/sources b/sources
index 016fdc9..89e2191 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-35fa1a900abfb381dad618dae5bf099e  sipwitch-1.1.1.tar.gz
+08a235ddc0f75238c3670e857a30ae0b  sipwitch-1.1.2.tar.gz


More information about the scm-commits mailing list