[python-redis] Update to 2.2.4

Silas Sewell silas at fedoraproject.org
Mon Mar 28 03:17:13 UTC 2011


commit 3dd895c7fe0e6eef084f1153f3fabd0d2ae00ce1
Author: Silas Sewell <silas at sewell.ch>
Date:   Sun Mar 27 23:16:51 2011 -0400

    Update to 2.2.4

 .gitignore        |    1 +
 python-redis.spec |    7 +++++--
 sources           |    1 +
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9ff9656..04eb4c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /redis-2.0.0.tar.gz
+/redis-2.2.4.tar.gz
diff --git a/python-redis.spec b/python-redis.spec
index 1067828..9056139 100644
--- a/python-redis.spec
+++ b/python-redis.spec
@@ -3,8 +3,8 @@
 %global upstream_name redis
 
 Name:           python-%{upstream_name}
-Version:        2.0.0
-Release:        2%{?dist}
+Version:        2.2.4
+Release:        1%{?dist}
 Summary:        A Python client for redis
 
 Group:          Development/Languages
@@ -39,6 +39,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/%{upstream_name}-%{version}-*.egg-info
 
 %changelog
+* Sun Mar 27 2011 Silas Sewell <silas at sewell.ch> - 2.2.4-1
+- Update to 2.2.4
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index aeaa933..488fba9 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 a77497d026885ed9c467a28e2d00388d  redis-2.0.0.tar.gz
+3fc28c3a37b91dfa7c65730f6cf782e0  redis-2.2.4.tar.gz


More information about the scm-commits mailing list