[moksha] 0.8.2 with bugfix for the zeromq hub extension.

Ralph Bean ralph at fedoraproject.org
Mon Jun 11 18:36:13 UTC 2012


commit 6407b84f91594b36936fbad196a15a30c135b555
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Jun 11 14:36:06 2012 -0400

    0.8.2 with bugfix for the zeromq hub extension.

 .gitignore  |    1 +
 moksha.spec |   11 +++++++++--
 sources     |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5a86315..6d384d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /moksha-0.7.1.tar.gz
 /moksha-0.8.0.tar.gz
 /moksha-0.8.1.tar.gz
+/moksha-0.8.2.tar.gz
diff --git a/moksha.spec b/moksha.spec
index bcbf788..407b1ca 100644
--- a/moksha.spec
+++ b/moksha.spec
@@ -2,8 +2,8 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           moksha
-Version:        0.8.1
-Release:        2%{?dist}
+Version:        0.8.2
+Release:        1%{?dist}
 Summary:        A platform for creating real-time web applications
 Group:          Applications/Internet
 License:        ASL 2.0
@@ -112,6 +112,9 @@ Requires: pyOpenSSL
 Requires: python-babel
 Requires: python-webhelpers
 
+# This gets imported in moksha.lib.helpers making it, unfortunately, required.
+Requires: orbited
+
 
 %description
 Moksha is a platform for creating real-time collaborative web applications.  It 
@@ -263,6 +266,10 @@ fi
 %doc docs/_build/html
 
 %changelog
+* Mon Jun 11 2012 Ralph Bean <rbean at redhat.com> - 0.8.2-1
+- Bugfix for zeromq hub: resolve hostnames to ip addresses on bind.
+- Re-included orbited as a requirement.
+
 * Wed Jun 06 2012 Ralph Bean <rbean at redhat.com> - 0.8.1-2
 - No longer remove tests so fedmsg can use them.
 
diff --git a/sources b/sources
index 7faa4df..8222377 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-76acd985d4bd11f39e67fb073c925f19  moksha-0.8.1.tar.gz
+4b5c879ab3eeea5c4f805a9675b8696b  moksha-0.8.2.tar.gz


More information about the scm-commits mailing list