[python-moksha-hub] 1.4.4-1.

Ralph Bean ralph at fedoraproject.org
Wed Oct 22 14:17:23 UTC 2014


commit f8af246a3ba167499c430f99f8190b4c58f48a39
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Oct 22 10:17:14 2014 -0400

    1.4.4-1.

 .gitignore                       |    1 +
 python-moksha-hub-last-ran.patch |   46 --------------------------------------
 python-moksha-hub.spec           |   10 +++++---
 sources                          |    2 +-
 4 files changed, 8 insertions(+), 51 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 27bfee9..e086304 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /moksha.hub-1.4.1.tar.gz
 /moksha.hub-1.4.2.tar.gz
 /moksha.hub-1.4.3.tar.gz
+/moksha.hub-1.4.4.tar.gz
diff --git a/python-moksha-hub.spec b/python-moksha-hub.spec
index 6a0826a..321de96 100644
--- a/python-moksha-hub.spec
+++ b/python-moksha-hub.spec
@@ -1,15 +1,14 @@
 %global modname moksha.hub
 
 Name:           python-moksha-hub
-Version:        1.4.3
-Release:        2%{?dist}
+Version:        1.4.4
+Release:        1%{?dist}
 Summary:        Hub components for Moksha
 
 Group:          Development/Libraries
 License:        ASL 2.0
 URL:            http://pypi.python.org/pypi/moksha.hub
 Source0:        http://pypi.python.org/packages/source/m/%{modname}/%{modname}-%{version}.tar.gz
-Patch0:         python-moksha-hub-last-ran.patch
 
 BuildArch:      noarch
 
@@ -49,7 +48,6 @@ Hub components for Moksha.
 
 %prep
 %setup -q -n %{modname}-%{version}
-%patch0 -p2
 
 # Removed twisted from the list of deps in setup.py.
 %{__sed} -i 's/"Twisted",//' setup.py
@@ -79,6 +77,10 @@ CFLAGS="%{optflags}" %{__python} setup.py build
 %{_bindir}/moksha-hub
 
 %changelog
+* Wed Oct 22 2014 Ralph Bean <rbean at redhat.com> - 1.4.4-1
+- Latest upstream; removed our patches.
+- Consumers can now handle a list of multiple topics again.
+
 * Wed Oct 01 2014 Ralph Bean <rbean at redhat.com> - 1.4.3-2
 - Patch to make polling producers advertise the last time they ran.
 
diff --git a/sources b/sources
index 6599ee6..69925c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-94ecf1cb7925ff6ddc5071d602e63870  moksha.hub-1.4.3.tar.gz
+97ec72d1fb223de0d883715185b63e06  moksha.hub-1.4.4.tar.gz


More information about the scm-commits mailing list