[fedmsg] New upstream that depends on new moksha.

Ralph Bean ralph at fedoraproject.org
Wed Sep 19 15:46:10 UTC 2012


commit 2173848044f3eff4d22eda68c79d1e2588a8edb6
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Sep 19 11:46:02 2012 -0400

    New upstream that depends on new moksha.

 .gitignore  |    1 +
 fedmsg.spec |   15 +++++++++------
 sources     |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0aebb90..364e98b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /fedmsg-0.3.8.tar.gz
 /fedmsg-0.3.9.tar.gz
 /fedmsg-0.4.0.tar.gz
+/fedmsg-0.5.0.tar.gz
diff --git a/fedmsg.spec b/fedmsg.spec
index bbd2cfb..0aa2c2b 100644
--- a/fedmsg.spec
+++ b/fedmsg.spec
@@ -4,7 +4,7 @@
 %global modname fedmsg
 
 Name:           fedmsg
-Version:        0.4.0
+Version:        0.5.0
 Release:        1%{?dist}
 Summary:        Tools for Fedora Infrastructure real-time messaging
 Group:          Applications/Internet
@@ -16,7 +16,7 @@ BuildArch:      noarch
 
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools-devel
-BuildRequires:  moksha >= 0.8.8
+BuildRequires:  python-moksha-hub >= 1.0.2
 BuildRequires:  python-bunch
 BuildRequires:  orbited
 BuildRequires:  python-nose
@@ -31,7 +31,7 @@ BuildRequires:  python-m2ext
 BuildRequires: python-repoze-what-quickstart
 %endif
 
-Requires:       moksha >= 0.8.8
+Requires:       python-moksha-hub >= 1.0.1
 Requires:       python-fabulous
 Requires:       python-simplejson
 Requires:       python-zmq
@@ -40,9 +40,6 @@ Requires:       python-requests
 Requires:       m2crypto
 Requires:       python-m2ext
 
-# This is imported in moksha.lib.helpers and is a *temporary* hard-dep
-Requires:  orbited
-
 %if %{?rhel}%{!?rhel:0} <= 6
 BuildRequires:  python-ordereddict
 BuildRequires:  python-argparse
@@ -187,6 +184,12 @@ fi
 %{_sysconfdir}/init.d/fedmsg-gateway
 
 %changelog
+* Wed Sep 19 2012 Ralph Bean <rbean at redhat.com> - 0.5.0-1
+- Depend on new Moksha
+- Massive docs improvement.
+- Minor API simplification.
+- Suppress some annoying warnings from fedmsg-tail.
+
 * Fri Aug 31 2012 Ralph Bean <rbean at redhat.com> - 0.4.0-1
 - Bugfix to fedmsg.encoding.
 
diff --git a/sources b/sources
index 1510044..1a8fa9b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-44d3d6bcd462297731351483ef4641d0  fedmsg-0.4.0.tar.gz
+121fe6bf78b835ac890fc08d9d05ef3a  fedmsg-0.5.0.tar.gz


More information about the scm-commits mailing list