[fedmsg] fedmsg-0.6.2

Ralph Bean ralph at fedoraproject.org
Wed Dec 5 20:02:49 UTC 2012


commit 903656a5982d2933aa3f7f4e0fedd9d8717622c4
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Dec 5 11:18:51 2012 -0500

    fedmsg-0.6.2

 .gitignore  |    1 +
 fedmsg.spec |   11 ++++++++---
 sources     |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4eb220a..b6bcac5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@
 /fedmsg-0.5.6.tar.gz
 /fedmsg-0.6.0.tar.gz
 /fedmsg-0.6.1.tar.gz
+/fedmsg-0.6.2.tar.gz
diff --git a/fedmsg.spec b/fedmsg.spec
index 25d551a..a850b54 100644
--- a/fedmsg.spec
+++ b/fedmsg.spec
@@ -4,7 +4,7 @@
 %global modname fedmsg
 
 Name:           fedmsg
-Version:        0.6.1
+Version:        0.6.2
 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:  python-moksha-hub >= 1.0.2
+BuildRequires:  python-moksha-hub >= 1.0.9
 BuildRequires:  python-bunch
 BuildRequires:  python-nose
 BuildRequires:  python-daemon
@@ -26,7 +26,7 @@ BuildRequires:  python-m2ext
 BuildRequires:  python-pygments
 BuildRequires:  python-fabulous
 
-Requires:       python-moksha-hub >= 1.0.1
+Requires:       python-moksha-hub >= 1.0.9
 Requires:       python-simplejson
 Requires:       python-zmq
 Requires:       python-daemon
@@ -247,6 +247,11 @@ fi
 %{_sysconfdir}/init.d/fedmsg-gateway
 
 %changelog
+* Wed Dec 05 2012 Ralph Bean <rbean at redhat.com> - 0.6.2-1
+- New support for zmq_tcp_keepalive.
+- New logging config.
+- Simplified fedmsg.commands internally.
+
 * Tue Nov 27 2012 Ralph Bean <rbean at redhat.com> - 0.6.1-1
 - Stripped fedmsg.text out into its own plugin module.
 - Commands are now defined as classes and use the logging module.
diff --git a/sources b/sources
index 8f7c441..2908458 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3cf56eb7bd94f0515476d456e5f0bb04  fedmsg-0.6.1.tar.gz
+991def183e3a137abf9f2d7ef32b82e5  fedmsg-0.6.2.tar.gz


More information about the scm-commits mailing list