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

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


commit 014c918cc0e0d5c505aaab9398e83e25c45fcf5c
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Sep 12 10:16:31 2012 -0400

    Require latest python-moksha-common.

 .gitignore              |    1 +
 python-moksha-wsgi.spec |   12 ++++++++----
 sources                 |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2f8bff6..6742fb7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /moksha.wsgi-1.0.0.tar.gz
+/moksha.wsgi-1.0.2.tar.gz
diff --git a/python-moksha-wsgi.spec b/python-moksha-wsgi.spec
index f2325bb..3543cff 100644
--- a/python-moksha-wsgi.spec
+++ b/python-moksha-wsgi.spec
@@ -1,8 +1,8 @@
 %global modname moksha.wsgi
 
 Name:           python-moksha-wsgi
-Version:        1.0.0
-Release:        3%{?dist}
+Version:        1.0.2
+Release:        1%{?dist}
 Summary:        WSGI components for Moksha
 
 Group:          Development/Libraries
@@ -19,7 +19,7 @@ BuildRequires:  python-nose
 BuildRequires:  python-webtest
 BuildRequires:  python-bunch
 
-BuildRequires:  python-moksha-common
+BuildRequires:  python-moksha-common >= 1.0.1
 BuildRequires:  python-tw2-core
 BuildRequires:  python-tw2-forms
 BuildRequires:  python-tw2-jquery
@@ -35,7 +35,7 @@ BuildRequires:  python-shove
 BuildRequires:  python-feedcache
 BuildRequires:  python-feedparser
 
-Requires:       python-moksha-common
+Requires:       python-moksha-common >= 1.0.1
 Requires:       python-tw2-core
 Requires:       python-tw2-forms
 Requires:       python-tw2-jquery
@@ -77,6 +77,10 @@ chmod a-x %{buildroot}/%{python_sitelib}/moksha/wsgi/widgets/api/amqp/static/jsi
 %{python_sitelib}/%{modname}-%{version}*
 
 %changelog
+* Wed Sep 12 2012 Ralph Bean <rbean at redhat.com> - 1.0.2-1
+- Miscellaneous upstream bugfixes.
+- Require latest python-moksha-common.
+
 * Wed Sep 05 2012 Ralph Bean <rbean at redhat.com> - 1.0.0-3
 - Use optflags instead of RPM_OPT_FLAGS to be consistent.
 
diff --git a/sources b/sources
index 5e939ea..65209a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6872398c6eeee9e2eda540d629624a10  moksha.wsgi-1.0.0.tar.gz
+e2aa1aae54c68b1337c8331dbc24a1d4  moksha.wsgi-1.0.2.tar.gz


More information about the scm-commits mailing list