[redis] Update to 2.6.16

Fabian Deutsch fabiand at fedoraproject.org
Fri Sep 6 09:43:08 UTC 2013


commit f98ff920645513f287396bff8ccaa827f56ea144
Author: Fabian Deutsch <fabiand at fedoraproject.org>
Date:   Fri Sep 6 11:41:07 2013 +0200

    Update to 2.6.16
    
    Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>

 .gitignore |    1 +
 redis.spec |   13 +++++++------
 sources    |    2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 88b8660..1bd2bb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /redis-2.4.15.tar.gz
 /redis-2.6.7.tar.gz
 /redis-2.6.13.tar.gz
+/redis-2.6.16.tar.gz
diff --git a/redis.spec b/redis.spec
index ad6c18c..1db8802 100644
--- a/redis.spec
+++ b/redis.spec
@@ -9,14 +9,14 @@
 %endif
 
 Name:             redis
-Version:          2.6.13
-Release:          6%{?dist}
+Version:          2.6.16
+Release:          1%{?dist}
 Summary:          A persistent key-value database
 
 Group:            Applications/Databases
 License:          BSD
 URL:              http://redis.io
-Source0:          http://redis.googlecode.com/files/%{name}-%{version}.tar.gz
+Source0:          http://download.redis.io/releases/%{name}-%{version}.tar.gz
 Source1:          %{name}.logrotate
 Source2:          %{name}.init
 Source3:          %{name}.service
@@ -126,7 +126,8 @@ fi
 %{_unitdir}/%{name}.service
 
 %changelog
-* Fri Sep 06 2013 Fabian Deutsch <fabian.deutsch at gmx.de> - 2.6.13-6
+* Fri Sep 06 2013 Fabian Deutsch <fabian.deutsch at gmx.de> - 2.6.16-1
+- Update to 2.6.16
 - Fix rhbz#973151
 - Fix rhbz#656683
 
@@ -173,7 +174,7 @@ fi
 * Sat Feb 04 2012 Silas Sewell <silas at sewell.org> - 2.4.7-1
 - Update to redis 2.4.7
 
-* Tue Feb 01 2012 Fabian Deutsch <fabiand at fedoraproject.org> - 2.4.6-4
+* Wed Feb 01 2012 Fabian Deutsch <fabiand at fedoraproject.org> - 2.4.6-4
 - Fixed a typo in the spec
 
 * Tue Jan 31 2012 Fabian Deutsch <fabiand at fedoraproject.org> - 2.4.6-3
@@ -213,7 +214,7 @@ fi
 - Update to redis 2.0.2
 - Disable checks section for el5
 
-* Fri Sep 11 2010 Silas Sewell <silas at sewell.ch> - 2.0.1-1
+* Sat Sep 11 2010 Silas Sewell <silas at sewell.ch> - 2.0.1-1
 - Update to redis 2.0.1
 
 * Sat Sep 04 2010 Silas Sewell <silas at sewell.ch> - 2.0.0-1
diff --git a/sources b/sources
index 8a6e109..c0c8fd0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c4be422013905c64af18b1ef140de21f  redis-2.6.13.tar.gz
+ca1b81bd56fe0c5e2c8ec443a95c908d  redis-2.6.16.tar.gz


More information about the scm-commits mailing list