Accepting request 806158 from home:AndreasStieger:branches:server:database
redis 6.0.3 OBS-URL: https://build.opensuse.org/request/show/806158 OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=147
This commit is contained in:
parent
f02ecb8edf
commit
44923d114e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8756e430479edc162ba9c44dc89ac394316cd482f2dc6b91bcd5fe12593f273
|
||||
size 2204138
|
3
redis-6.0.3.tar.gz
Normal file
3
redis-6.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bca46dce81fe92f7b2de4cf8ae41fbc4b94fbd5674def7f12c87e7f9165cbb3a
|
||||
size 2210882
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 11:18:37 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- redis 6.0.3:
|
||||
* fix a crash introduced in 6.0.2
|
||||
- includes changes from 6.0.2:
|
||||
* bug fixes
|
||||
* fix to client side caching when keys are evicted from the
|
||||
tracking table but no notifications are sent
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 9 12:09:41 UTC 2020 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
@ -103,3 +103,5 @@ hash redis-6.0-rc4.tar.gz sha256 7fdc37fd9451571e90186115a67d7595d49206f90bd7c2b
|
||||
hash redis-5.0.9.tar.gz sha256 53d0ae164cd33536c3d4b720ae9a128ea6166ebf04ff1add3b85f1242090cb85 http://download.redis.io/releases/redis-5.0.9.tar.gz
|
||||
hash redis-6.0.0.tar.gz sha256 16d13ec1c3255206deb4818ed444dca6dda1482b551736f0033253c211b788fc http://download.redis.io/releases/redis-6.0.0.tar.gz
|
||||
hash redis-6.0.1.tar.gz sha256 b8756e430479edc162ba9c44dc89ac394316cd482f2dc6b91bcd5fe12593f273 http://download.redis.io/releases/redis-6.0.1.tar.gz
|
||||
hash redis-6.0.2.tar.gz sha256 9c37cd4228a57e82e7037094751c63349302b0b86c5e30b778a63a802dfd0109 http://download.redis.io/releases/redis-6.0.2.tar.gz
|
||||
hash redis-6.0.3.tar.gz sha256 bca46dce81fe92f7b2de4cf8ae41fbc4b94fbd5674def7f12c87e7f9165cbb3a http://download.redis.io/releases/redis-6.0.3.tar.gz
|
||||
|
@ -19,10 +19,10 @@
|
||||
%define _data_dir %{_localstatedir}/lib/%{name}
|
||||
%define _log_dir %{_localstatedir}/log/%{name}
|
||||
%define _conf_dir %{_sysconfdir}/%{name}
|
||||
%define redis_hashes_tree e72cde5afa7f6640eeb9f6a5ba5ffe02c5f52ea2
|
||||
%define redis_hashes_tree 360d0a38e031e3a57ea591539a8d8b690b8287f4
|
||||
|
||||
Name: redis
|
||||
Version: 6.0.1
|
||||
Version: 6.0.3
|
||||
Release: 0
|
||||
Summary: Persistent key-value database
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user