[python-redis/f20: 5/5] Revert "Update to 2.10.2"

Christopher Meng cicku at fedoraproject.org
Tue Aug 12 05:25:29 UTC 2014


commit b3ef1d1cf79fe563721e1f3914c49917aaf189a1
Author: Christopher Meng <i at cicku.me>
Date:   Tue Aug 12 12:44:00 2014 +0800

    Revert "Update to 2.10.2"
    
    This reverts commit 4f6dffa331420b4627ed4de1ff4295701c39685e.

 .gitignore        |    1 -
 python-redis.spec |   12 +++++-------
 sources           |    2 +-
 3 files changed, 6 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4c3d4ed..0e3d611 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,3 @@
 /redis-2.7.6.tar.gz
 /redis-2.9.1.tar.gz
 /redis-2.10.1.tar.gz
-/redis-2.10.2.tar.gz
diff --git a/python-redis.spec b/python-redis.spec
index 013aac4..ecd1140 100644
--- a/python-redis.spec
+++ b/python-redis.spec
@@ -5,9 +5,9 @@
 %global upstream_name redis
 
 Name:           python-%{upstream_name}
-Version:        2.10.2
+Version:        2.10.1
 Release:        1%{?dist}
-Summary:        Python 2 interface to the Redis key-value store
+Summary:        Python 2.x interface to the Redis key-value store
 License:        MIT
 URL:            http://github.com/andymccurdy/redis-py
 Source0:        http://pypi.python.org/packages/source/r/redis/redis-%{version}.tar.gz
@@ -23,7 +23,7 @@ This is a Python 2 interface to the Redis key-value store.
 
 %if 0%{?with_python3}
 %package -n     python3-redis
-Summary:        Python 3 interface to the Redis key-value store
+Summary:        Python 3.x interface to the Redis key-value store
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-py
@@ -35,7 +35,7 @@ This is a Python 3 interface to the Redis key-value store.
 
 %prep
 %setup -qn %{upstream_name}-%{version}
-rm -frv %{upstream_name}.egg-info
+rm -rf %{upstream_name}.egg-info
 
 %if 0%{?with_python3}
 rm -rf %{py3dir}
@@ -56,6 +56,7 @@ pushd %{py3dir}
 %{__python3} setup.py install -O1 --skip-build --root=%{buildroot}
 popd
 %endif
+
 %{__python2} setup.py install -O1 --skip-build --root %{buildroot}
 
 %check
@@ -81,9 +82,6 @@ kill %1
 %endif
 
 %changelog
-* Tue Aug 12 2014 Christopher Meng <rpm at cicku.me> - 2.10.2-1
-- Update to 2.10.2
-
 * Thu Jun 19 2014 Christopher Meng <rpm at cicku.me> - 2.10.1-1
 - Update to 2.10.1
 
diff --git a/sources b/sources
index 13f92fb..e11b662 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-03c749a5809fed0bab0a41cb8c1d3793  redis-2.10.2.tar.gz
+6ffdea9c476b4815ddfee9a7362819ea  redis-2.10.1.tar.gz


More information about the scm-commits mailing list