From 7020a5368cd46f7fbad032b712e4e56916a8d583f555dc251c233fb021290673 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 20 Jan 2017 13:52:29 +0000 Subject: [PATCH] Accepting request 451580 from home:rmaliska:branches:server:database - update to redis 3.2.6 * fixes for GEORADIUS, BITFIELD and Redis Cluster minor fixes. - update 3.2.5 * This release only fixes a compilation issue due to the missing -ldl at linking time. OBS-URL: https://build.opensuse.org/request/show/451580 OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=87 --- redis-3.2.4.tar.gz | 3 --- redis-3.2.6.tar.gz | 3 +++ redis.changes | 10 ++++++++++ redis.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 redis-3.2.4.tar.gz create mode 100644 redis-3.2.6.tar.gz diff --git a/redis-3.2.4.tar.gz b/redis-3.2.4.tar.gz deleted file mode 100644 index 4a77cbc..0000000 --- a/redis-3.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ad042c5a6c508223adeb9c91c6b1ae091394b4026f73997281e28914c9369f1 -size 1543743 diff --git a/redis-3.2.6.tar.gz b/redis-3.2.6.tar.gz new file mode 100644 index 0000000..36550ea --- /dev/null +++ b/redis-3.2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e1831c5a315e400d72bda4beaa98c0cfbe3f4eb8b20c269371634390cf729fa +size 1544806 diff --git a/redis.changes b/redis.changes index 753224f..2784e7d 100644 --- a/redis.changes +++ b/redis.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jan 20 10:29:19 UTC 2017 - rmaliska@suse.com + +- update to redis 3.2.6 + * fixes for GEORADIUS, BITFIELD and Redis Cluster minor fixes. + +- update 3.2.5 + * This release only fixes a compilation issue due to the + missing -ldl at linking time. + ------------------------------------------------------------------- Mon Oct 24 08:39:02 UTC 2016 - astieger@suse.com diff --git a/redis.spec b/redis.spec index 7cca92f..32ef95d 100644 --- a/redis.spec +++ b/redis.spec @@ -1,7 +1,7 @@ # # spec file for package redis # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ %bcond_with systemd %endif Name: redis -Version: 3.2.4 +Version: 3.2.6 Release: 0 Summary: Persistent key-value database License: BSD-3-Clause