[fedmsg] fedmsg.text enhancements and a fedmsg-collectd command.

Ralph Bean ralph at fedoraproject.org
Fri Oct 26 02:23:51 UTC 2012


commit babe91ce9270e03c5deab7201d5f1dcf373dd0a6
Author: Ralph Bean <rbean at redhat.com>
Date:   Thu Oct 25 22:23:30 2012 -0400

    fedmsg.text enhancements and a fedmsg-collectd command.

 .gitignore  |    1 +
 fedmsg.spec |   10 ++++++----
 sources     |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3db43b4..7e21bf3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@
 /fedmsg-0.5.3.tar.gz
 /fedmsg-0.5.4.tar.gz
 /fedmsg-0.5.5.tar.gz
+/fedmsg-0.5.6.tar.gz
diff --git a/fedmsg.spec b/fedmsg.spec
index 663b487..8551dd6 100644
--- a/fedmsg.spec
+++ b/fedmsg.spec
@@ -4,7 +4,7 @@
 %global modname fedmsg
 
 Name:           fedmsg
-Version:        0.5.5
+Version:        0.5.6
 Release:        1%{?dist}
 Summary:        Tools for Fedora Infrastructure real-time messaging
 Group:          Applications/Internet
@@ -103,9 +103,6 @@ ln -s fedmsg/tests/test_certs dev_certs
 rm fedmsg/tests/test_hub.py
 rm fedmsg/tests/test_threads.py
 
-# Remove this test too since it tries to import from test_hub (as of 0.5.5)
-rm fedmsg/tests/test_text.py
-
 %check
 %if %{?rhel}%{!?rhel:0} >= 6
 # Check section removed until a RHEL6 bug with python-repoze-what-plugins-sql
@@ -207,6 +204,11 @@ fi
 %{_sysconfdir}/init.d/fedmsg-gateway
 
 %changelog
+* Thu Oct 25 2012 Ralph Bean <rbean at redhat.com> - 0.5.6-1
+- More fedmsg.text enhancements.
+- New fedmsg-collectd command.
+- Reenabled test_text.py
+
 * Tue Oct 23 2012 Ralph Bean <rbean at redhat.com> - 0.5.5-1
 - Lots of work on enhancing and simplifying fedmsg.text from Luke Macken.
 - Remove test_text.py since it now depends on test_hub.py
diff --git a/sources b/sources
index be78a33..7281256 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fa2231a35e354096fb06b64df477e3aa  fedmsg-0.5.5.tar.gz
+b25e227530afe8e70484c013eb3677f4  fedmsg-0.5.6.tar.gz


More information about the scm-commits mailing list