[moksha] Removed setuptools requirement of certain webob version.

Ralph Bean ralph at fedoraproject.org
Mon Jun 18 21:44:50 UTC 2012


commit e6f3a5da200350066d2279d6497335a28738a476
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Jun 18 17:44:43 2012 -0400

    Removed setuptools requirement of certain webob version.

 .gitignore  |    1 +
 moksha.spec |    5 ++++-
 sources     |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3176624..cc17147 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /moksha-0.8.2.tar.gz
 /moksha-0.8.3.tar.gz
 /moksha-0.8.4.tar.gz
+/moksha-0.8.5.tar.gz
diff --git a/moksha.spec b/moksha.spec
index bef3a40..b28d15a 100644
--- a/moksha.spec
+++ b/moksha.spec
@@ -2,7 +2,7 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           moksha
-Version:        0.8.4
+Version:        0.8.5
 Release:        1%{?dist}
 Summary:        A platform for creating real-time web applications
 Group:          Applications/Internet
@@ -266,6 +266,9 @@ fi
 %doc docs/_build/html
 
 %changelog
+* Mon Jun 18 2012 Ralph Bean <rbean at redhat.com> - 0.8.5-1
+- Removed setuptools requirement of certain webob version.
+
 * Mon Jun 11 2012 Ralph Bean <rbean at redhat.com> - 0.8.4-1
 - Avoid setting up the reactor at import time.  Bugfix for daemonization.
 
diff --git a/sources b/sources
index 8a4c425..f8c9c9d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-31a004a21e7fd1a775a2c8a3b777d2a4  moksha-0.8.4.tar.gz
+64f78f963adf89e67d4ecda2dac58c97  moksha-0.8.5.tar.gz


More information about the scm-commits mailing list