Hello community, here is the log from the commit of package redis for openSUSE:Factory checked in at 2020-05-07 17:49:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/redis (Old) and /work/SRC/openSUSE:Factory/.redis.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "redis" Thu May 7 17:49:52 2020 rev:55 rq:800084 version:6.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/redis/redis.changes 2020-05-02 22:13:21.344035570 +0200 +++ /work/SRC/openSUSE:Factory/.redis.new.2738/redis.changes 2020-05-07 17:49:54.629194814 +0200 @@ -1,0 +2,29 @@ +Mon May 4 12:51:43 UTC 2020 - Marcus Rueckert <[email protected]> + +- add BR pkgconfig(libsystemd) for the rewritten systemd support + and force building with it + +------------------------------------------------------------------- +Mon May 4 12:28:50 UTC 2020 - Marcus Rueckert <[email protected]> + +- Update to 6.0.1 + * https://raw.githubusercontent.com/antirez/redis/6.0.1/00-RELEASENOTES + * XCLAIM AOF/replicas propagation fixed. + * Client side caching: new NOLOOP option to avoid getting + notified about changes performed by ourselves. + * ACL GENPASS now uses HMAC-SHA256 and have an optional + "bits" argument. It means you can use it as a general purpose + "secure random strings" primitive! + * Cluster "SLOTS" subcommand memory optimization. + * The LCS command is now a subcommand of STRALGO. + * Meaningful offset for replicas as well. More successful + partial resynchronizations. + * Optimize memory usage of deferred replies. + * Faster CRC64 algorithm for faster RDB loading. + * XINFO STREAM FULL, a new subcommand to get the whole stream + state. + * CLIENT KILL USER <username>. + * MIGRATE AUTH2 option, for ACL style authentication support. + * Other random bugfixes. + +------------------------------------------------------------------- Old: ---- redis-5.0.9.tar.gz New: ---- redis-6.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ redis.spec ++++++ --- /var/tmp/diff_new_pack.NMpicp/_old 2020-05-07 17:49:55.629196931 +0200 +++ /var/tmp/diff_new_pack.NMpicp/_new 2020-05-07 17:49:55.633196940 +0200 @@ -20,8 +20,9 @@ %define _log_dir %{_localstatedir}/log/%{name} %define _conf_dir %{_sysconfdir}/%{name} %define redis_hashes_tree e72cde5afa7f6640eeb9f6a5ba5ffe02c5f52ea2 + Name: redis -Version: 5.0.9 +Version: 6.0.1 Release: 0 Summary: Persistent key-value database License: BSD-3-Clause @@ -46,6 +47,7 @@ BuildRequires: pkgconfig BuildRequires: sysuser-shadow BuildRequires: sysuser-tools +BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(systemd) Recommends: logrotate %sysusers_requires @@ -72,7 +74,7 @@ %build export HOST=OBS # for reproducible builds -%make_build CFLAGS="%{optflags}" +%make_build CFLAGS="%{optflags}" BUILD_WITH_SYSTEMD=yes %sysusers_generate_pre %{SOURCE9} redis %install ++++++ redis-5.0.9.tar.gz -> redis-6.0.1.tar.gz ++++++ ++++ 53766 lines of diff (skipped) ++++++ redis.hashes ++++++ --- /var/tmp/diff_new_pack.NMpicp/_old 2020-05-07 17:49:56.141198015 +0200 +++ /var/tmp/diff_new_pack.NMpicp/_new 2020-05-07 17:49:56.145198023 +0200 @@ -101,3 +101,5 @@ hash redis-5.0.8.tar.gz sha256 f3c7eac42f433326a8d981b50dba0169fdfaf46abb23fcda2f933a7552ee4ed7 http://download.redis.io/releases/redis-5.0.8.tar.gz hash redis-6.0-rc4.tar.gz sha256 7fdc37fd9451571e90186115a67d7595d49206f90bd7c2b7505b197fd6544358 http://download.redis.io/releases/redis-6.0-rc4.tar.gz 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
