[python-redis] Update to 2.4.9

Silas Sewell silas at fedoraproject.org
Mon Jul 25 00:32:56 UTC 2011


commit a46c41a283fbe0eb58f5c2334321867438325243
Author: Silas Sewell <silas at sewell.ch>
Date:   Sun Jul 24 20:32:35 2011 -0400

    Update to 2.4.9

 .gitignore        |    1 +
 python-redis.spec |    5 ++++-
 sources           |    1 +
 3 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 04eb4c4..d986151 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /redis-2.0.0.tar.gz
 /redis-2.2.4.tar.gz
+/redis-2.4.9.tar.gz
diff --git a/python-redis.spec b/python-redis.spec
index 9056139..fd91db8 100644
--- a/python-redis.spec
+++ b/python-redis.spec
@@ -3,7 +3,7 @@
 %global upstream_name redis
 
 Name:           python-%{upstream_name}
-Version:        2.2.4
+Version:        2.4.9
 Release:        1%{?dist}
 Summary:        A Python client for redis
 
@@ -39,6 +39,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/%{upstream_name}-%{version}-*.egg-info
 
 %changelog
+* Sun Jul 24 2011 Silas Sewell <silas at sewell.org> - 2.4.9-1
+- Update to 2.4.9
+
 * Sun Mar 27 2011 Silas Sewell <silas at sewell.ch> - 2.2.4-1
 - Update to 2.2.4
 
diff --git a/sources b/sources
index 488fba9..3b9cf55 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 a77497d026885ed9c467a28e2d00388d  redis-2.0.0.tar.gz
 3fc28c3a37b91dfa7c65730f6cf782e0  redis-2.2.4.tar.gz
+b512ff37d06c6813f04a57f6448a1e55  redis-2.4.9.tar.gz


More information about the scm-commits mailing list