diff --git a/.gitignore b/.gitignore index a81d241..a70bbce 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /redis-2.10.1.tar.gz /redis-2.10.2.tar.gz /redis-2.10.3.tar.gz +/redis-2.10.5.tar.gz diff --git a/python-redis.spec b/python-redis.spec index 09f898e..075650c 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -5,8 +5,8 @@ %global upstream_name redis Name: python-%{upstream_name} -Version: 2.10.3 -Release: 5%{?dist} +Version: 2.10.5 +Release: 1%{?dist} Summary: Python 2 interface to the Redis key-value store License: MIT URL: http://github.com/andymccurdy/redis-py @@ -84,6 +84,9 @@ kill %1 %endif %changelog +* Mon Apr 04 2016 Ralph Bean - 2.10.5-1 +- new version + * Thu Feb 04 2016 Fedora Release Engineering - 2.10.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 7760cfc..7dd50d7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7619221ad0cbd124a5687458ea3f5289 redis-2.10.3.tar.gz +3b26c2b9703b4b56b30a1ad508e31083 redis-2.10.5.tar.gz