From a46c41a283fbe0eb58f5c2334321867438325243 Mon Sep 17 00:00:00 2001 From: Silas Sewell Date: Sun, 24 Jul 2011 20:32:35 -0400 Subject: [PATCH] Update to 2.4.9 --- .gitignore | 1 + python-redis.spec | 5 ++++- sources | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) 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 - 2.4.9-1 +- Update to 2.4.9 + * Sun Mar 27 2011 Silas Sewell - 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