[python-moksha-hub] Support for zeromq3.

Ralph Bean ralph at fedoraproject.org
Wed Oct 10 18:39:40 UTC 2012


commit 388e39d0cb69a4363cccea73b56c8b5771a0c7fb
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Oct 10 14:38:57 2012 -0400

    Support for zeromq3.

 .gitignore             |    1 +
 python-moksha-hub.spec |   11 ++++++++---
 sources                |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a679618..ad5d34b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /moksha.hub-1.0.2.tar.gz
 /moksha.hub-1.0.3.tar.gz
 /moksha.hub-1.0.4.tar.gz
+/moksha.hub-1.0.7.tar.gz
diff --git a/python-moksha-hub.spec b/python-moksha-hub.spec
index a48cb33..5d5a733 100644
--- a/python-moksha-hub.spec
+++ b/python-moksha-hub.spec
@@ -1,7 +1,7 @@
 %global modname moksha.hub
 
 Name:           python-moksha-hub
-Version:        1.0.4
+Version:        1.0.7
 Release:        1%{?dist}
 Summary:        Hub components for Moksha
 
@@ -18,7 +18,7 @@ BuildRequires:  python-setuptools
 BuildRequires:  python-nose
 BuildRequires:  python-mock
 
-BuildRequires:  python-moksha-common >= 1.0.1
+BuildRequires:  python-moksha-common >= 1.0.6
 BuildRequires:  python-twisted
 BuildRequires:  python-qpid
 BuildRequires:  python-stomper
@@ -26,7 +26,7 @@ BuildRequires:  python-txzmq
 BuildRequires:  python-txws
 BuildRequires:  python-daemon
 
-Requires:       python-moksha-common >= 1.0.1
+Requires:       python-moksha-common >= 1.0.6
 Requires:       python-twisted
 Requires:       python-qpid
 Requires:       python-stomper
@@ -69,6 +69,11 @@ CFLAGS="%{optflags}" %{__python} setup.py build
 %{_bindir}/moksha-hub
 
 %changelog
+* Wed Oct 10 2012 Ralph Bean <rbean at redhat.com> - 1.0.7-1
+- Various bugfixes.
+- Support for zeromq3.
+- Needs python-moksha-common-1.0.6 or later.
+
 * Mon Oct 01 2012 Ralph Bean <rbean at redhat.com> - 1.0.4-1
 - Allow moksha-hub to use a non-standard config (specified as an argument).
 - Temporary bug fix in websocket server message distribution.
diff --git a/sources b/sources
index 472cb2e..77408ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b82e5773d9d2dbef2d62764d7ef5a1de  moksha.hub-1.0.4.tar.gz
+5aad895614422ef5a4a1058a84e7d518  moksha.hub-1.0.7.tar.gz


More information about the scm-commits mailing list