diff --git a/.gitignore b/.gitignore index 44071f5..9434496 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /redis-2.2.5.tar.gz /redis-2.2.12.tar.gz /redis-2.4.6.tar.gz +/redis-2.4.7.tar.gz diff --git a/redis.spec b/redis.spec index 9c8a08b..5d175b1 100644 --- a/redis.spec +++ b/redis.spec @@ -7,8 +7,8 @@ %endif Name: redis -Version: 2.4.6 -Release: 4%{?dist} +Version: 2.4.7 +Release: 1%{?dist} Summary: A persistent key-value database Group: Applications/Databases @@ -114,6 +114,9 @@ fi %{_unitdir}/%{name}.service %changelog +* Sat Feb 04 2012 Silas Sewell - 2.4.7-1 +- Update to redis 2.4.7 + * Tue Feb 01 2012 Fabian Deutsch - 2.4.6-4 - Fixed a typo in the spec diff --git a/sources b/sources index d9dc971..53eae64 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 41d394074bcde762872ecb5506f35aee redis-2.4.6.tar.gz +6afffb6120724183e40f1cac324ac71c redis-2.4.7.tar.gz