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 - 2.2.4-1 +- Update to 2.2.4 + * Wed Feb 09 2011 Fedora Release Engineering - 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