[python-moksha-hub] Require latest python-moksha-common.

Ralph Bean ralph at fedoraproject.org
Wed Sep 12 14:30:47 UTC 2012


commit 93fd47eec489f95a04a064289c9273754bc3df9b
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Sep 12 10:14:27 2012 -0400

    Require latest python-moksha-common.

 .gitignore             |    1 +
 python-moksha-hub.spec |   11 +++++++----
 sources                |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 41c5475..8737e35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /moksha.hub-1.0.0.tar.gz
+/moksha.hub-1.0.1.tar.gz
diff --git a/python-moksha-hub.spec b/python-moksha-hub.spec
index d177a14..1e84775 100644
--- a/python-moksha-hub.spec
+++ b/python-moksha-hub.spec
@@ -1,8 +1,8 @@
 %global modname moksha.hub
 
 Name:           python-moksha-hub
-Version:        1.0.0
-Release:        5%{?dist}
+Version:        1.0.1
+Release:        1%{?dist}
 Summary:        Hub components for Moksha
 
 Group:          Development/Libraries
@@ -18,7 +18,7 @@ BuildRequires:  python-setuptools
 BuildRequires:  python-nose
 BuildRequires:  python-mock
 
-BuildRequires:  python-moksha-common
+BuildRequires:  python-moksha-common >= 1.0.1
 BuildRequires:  python-twisted
 BuildRequires:  python-qpid
 BuildRequires:  python-stomper
@@ -26,7 +26,7 @@ BuildRequires:  python-txzmq
 BuildRequires:  python-txws
 BuildRequires:  python-daemon
 
-Requires:       python-moksha-common
+Requires:       python-moksha-common >= 1.0.1
 Requires:       python-twisted
 Requires:       python-qpid
 Requires:       python-stomper
@@ -66,6 +66,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build
 %{_bindir}/moksha-hub
 
 %changelog
+* Wed Sep 12 2012 Ralph Bean <rbean at redhat.com> - 1.0.1-1
+- Require latest python-moksha-common
+
 * Sat Sep 08 2012 Ralph Bean <rbean at redhat.com> - 1.0.0-5
 - Disable test suite for el6.
 
diff --git a/sources b/sources
index db3c650..fea53e7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-78d279ed0fde92c0b59fd08f9fc2cc39  moksha.hub-1.0.0.tar.gz
+17c07a2875ec4700be422e5ce6423b11  moksha.hub-1.0.1.tar.gz


More information about the scm-commits mailing list