Hello community, here is the log from the commit of package redis for openSUSE:Factory checked in at 2019-12-07 15:11:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/redis (Old) and /work/SRC/openSUSE:Factory/.redis.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "redis" Sat Dec 7 15:11:55 2019 rev:48 rq:752829 version:5.0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/redis/redis.changes 2019-06-22 11:03:39.395761611 +0200 +++ /work/SRC/openSUSE:Factory/.redis.new.4691/redis.changes 2019-12-07 15:12:23.427821314 +0100 @@ -1,0 +2,45 @@ +Sun Dec 1 15:47:06 UTC 2019 - Илья Индиго <[email protected]> + +- Update to 5.0.7 + * https://raw.githubusercontent.com/antirez/redis/5.0.7/00-RELEASENOTES + * Test: fix implementation-dependent test after code change. + * RED-31295 - redis: avoid race between dlopen and thread creation. + * Cluster: fix memory leak of cached master. + * Fix usage of server.stream_node_max_*. + * Update mkreleasehdr.sh. + * Remove additional space from comment. + * Fix stream test after addition of 0-0 ID test. + * AOF: fix assignment for aof_fsync_offset. + * Rename var to fixed_time_expire now that is more general. + * Expires & blocking: handle ready keys as call(). + * XADD with ID 0-0 stores an empty key. + * Fix unreported overflow in autogerenared stream IDs. + * Expires: refactoring judgment about whether a key is expired. +- Refresh reproducible.patch +- Update to 5.0.6 + * https://raw.githubusercontent.com/antirez/redis/5.0.6/00-RELEASENOTES + * RDB: fix MODULE_AUX loading by continuing to next opcode. + * Missing per-skiplist overheads in MEMORY USAGE. + * RM_Log: add support for logging without a context or context + without module. + * Cluster: abort loading nodes data if vars arguments are unbalanced. + * More strict checks and better comments in flushSlaveOutputBuffers(). + * Improve comment in flushSlavesOutputBuffers(). + * Replication: clarify why repl_put_online_on_ack exists at all. + * Networking: flushSlavesOutputBuffers bugfix. + * RM_ReplyWithCString was missing registration. + * Fix to module aux data rdb format for backwards compatibility + with old check-rdb. + * Implement module api for aux data in rdb. + * Redis-cli: always report server errors on read errors. + * Reduce the calling stack. + * Make EMBSTR case of #6261 more obvious. + * Make memory usage consistent of robj with OBJ_ENCODING_INT. + * HyperLogLog: fix the fix of a corruption bug. + * Fix HLL corruption bug. + * Extend REDISMODULE_CTX_FLAGS to indicate if redis is currently + loading from either RDB or AOF. + * Uses addReplyBulkCString. + * Adds RedisModule_ReplyWithCString. + +------------------------------------------------------------------- Old: ---- redis-5.0.5.tar.gz New: ---- redis-5.0.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ redis.spec ++++++ --- /var/tmp/diff_new_pack.FwKjjo/_old 2019-12-07 15:12:24.255821197 +0100 +++ /var/tmp/diff_new_pack.FwKjjo/_new 2019-12-07 15:12:24.259821196 +0100 @@ -1,7 +1,7 @@ # # spec file for package redis # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,9 +19,8 @@ %define _data_dir %{_localstatedir}/lib/%{name} %define _log_dir %{_localstatedir}/log/%{name} %define _conf_dir %{_sysconfdir}/%{name} - Name: redis -Version: 5.0.5 +Version: 5.0.7 Release: 0 Summary: Persistent key-value database License: BSD-3-Clause ++++++ redis-5.0.5.tar.gz -> redis-5.0.7.tar.gz ++++++ ++++ 2019 lines of diff (skipped) ++++++ reproducible.patch ++++++ --- /var/tmp/diff_new_pack.FwKjjo/_old 2019-12-07 15:12:24.659821139 +0100 +++ /var/tmp/diff_new_pack.FwKjjo/_new 2019-12-07 15:12:24.659821139 +0100 @@ -22,5 +22,5 @@ -BUILD_ID=`uname -n`"-"`date +%s` +BUILD_ID=${HOST:-`uname -n`}"-"`date -r ../00-RELEASENOTES +%s` if [ -n "$SOURCE_DATE_EPOCH" ]; then - BUILD_ID=$(date -u -d "@$SOURCE_DATE_EPOCH" +%s 2>/dev/null || date -u -r "$SOURCE_DATE_EPOCH" +%s 2>/dev/null || date -u %s) + BUILD_ID=$(date -u -d "@$SOURCE_DATE_EPOCH" +%s 2>/dev/null || date -u -r "$SOURCE_DATE_EPOCH" +%s 2>/dev/null || date -u +%s) fi
