Hello community,

here is the log from the commit of package redis for openSUSE:Leap:15.2 checked 
in at 2020-05-07 19:29:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/redis (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.redis.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "redis"

Thu May  7 19:29:10 2020 rev:45 rq:801306 version:6.0.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/redis/redis.changes    2020-05-03 
14:30:28.016658008 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.redis.new.2738/redis.changes  2020-05-07 
19:38:22.774815387 +0200
@@ -1,0 +2,29 @@
+Mon May  4 12:51:43 UTC 2020 - Marcus Rueckert <mrueck...@suse.de>
+
+- add BR pkgconfig(libsystemd) for the rewritten systemd support
+  and force building with it
+
+-------------------------------------------------------------------
+Mon May  4 12:28:50 UTC 2020 - Marcus Rueckert <mrueck...@suse.de>
+
+- 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.KEwGtx/_old  2020-05-07 19:38:24.978819797 +0200
+++ /var/tmp/diff_new_pack.KEwGtx/_new  2020-05-07 19:38:24.978819797 +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.KEwGtx/_old  2020-05-07 19:38:25.406820654 +0200
+++ /var/tmp/diff_new_pack.KEwGtx/_new  2020-05-07 19:38:25.410820662 +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


Reply via email to