[python-redis] Update to 2.7.6

Luke Macken lmacken at fedoraproject.org
Sat Jul 27 19:44:35 UTC 2013


commit 8b4dc5d3599b5b50d56efd8102fd8ac4993f5af3
Author: Luke Macken <lmacken at redhat.com>
Date:   Sat Jul 27 15:34:44 2013 -0400

    Update to 2.7.6

 .gitignore        |    1 +
 python-redis.spec |    7 +++++--
 sources           |    5 +----
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e6f0d6c..b5630ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /redis-2.2.4.tar.gz
 /redis-2.4.9.tar.gz
 /redis-2.7.2.tar.gz
+/redis-2.7.6.tar.gz
diff --git a/python-redis.spec b/python-redis.spec
index 7c6553f..376f698 100644
--- a/python-redis.spec
+++ b/python-redis.spec
@@ -3,8 +3,8 @@
 %global upstream_name redis
 
 Name:           python-%{upstream_name}
-Version:        2.7.2
-Release:        2%{?dist}
+Version:        2.7.6
+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
+* Sat Jul 27 2013 Luke Macken <lmacken at redhat.com> - 2.7.6-1
+- Update to 2.7.6
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.7.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index be0bcf1..ab7b9de 100644
--- a/sources
+++ b/sources
@@ -1,4 +1 @@
-a77497d026885ed9c467a28e2d00388d  redis-2.0.0.tar.gz
-3fc28c3a37b91dfa7c65730f6cf782e0  redis-2.2.4.tar.gz
-b512ff37d06c6813f04a57f6448a1e55  redis-2.4.9.tar.gz
-17ac60dcf13eb33f82cc25974ab17157  redis-2.7.2.tar.gz
+e975ea446c40046ef6dc41c98e41a4f8  redis-2.7.6.tar.gz


More information about the scm-commits mailing list