From a28341169022120813277b4d129fc61160157911 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Aug 21 2014 08:01:01 +0000 Subject: Update to 2.10.3 --- diff --git a/.gitignore b/.gitignore index 4c3d4ed..a81d241 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /redis-2.9.1.tar.gz /redis-2.10.1.tar.gz /redis-2.10.2.tar.gz +/redis-2.10.3.tar.gz diff --git a/python-redis.spec b/python-redis.spec index 013aac4..fedcce0 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -5,7 +5,7 @@ %global upstream_name redis Name: python-%{upstream_name} -Version: 2.10.2 +Version: 2.10.3 Release: 1%{?dist} Summary: Python 2 interface to the Redis key-value store License: MIT @@ -81,6 +81,9 @@ kill %1 %endif %changelog +* Thu Aug 21 2014 Christopher Meng - 2.10.3-1 +- Update to 2.10.3 + * Tue Aug 12 2014 Christopher Meng - 2.10.2-1 - Update to 2.10.2 diff --git a/sources b/sources index 13f92fb..7760cfc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -03c749a5809fed0bab0a41cb8c1d3793 redis-2.10.2.tar.gz +7619221ad0cbd124a5687458ea3f5289 redis-2.10.3.tar.gz