File project.diff of Package redis

--- redis.changes.orig
+++ redis.changes
@@ -1,4 +1,27 @@
 -------------------------------------------------------------------
+Mon May  4 12:28:50 UTC 2020 - Marcus Rueckert <mrueckert@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.
+
+-------------------------------------------------------------------
 Fri May  1 15:50:36 UTC 2020 - Andreas Schwab <schwab@suse.de>
 
 - ppc-atomic.patch: use libatomic also on ppc
--- redis.hashes.orig
+++ redis.hashes
@@ -101,3 +101,5 @@ hash redis-6.0-rc3.tar.gz sha256 aa5916b
 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
--- redis.spec.orig
+++ redis.spec
@@ -19,9 +19,9 @@
 %define _data_dir       %{_localstatedir}/lib/%{name}
 %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
@@ -36,7 +36,7 @@ Source6:        %{name}.sysctl
 Source7:        %{name}-sentinel@.service
 Source8:        %{name}-sentinel.target
 Source9:        %{name}-user.conf
-Source10:       https://raw.githubusercontent.com/antirez/redis-hashes/%{redis_hashes_tree}/README#/redis.hashes
+Source10:       https://raw.githubusercontent.com/antirez/redis-hashes/master/README#/redis.hashes
 # PATCH-MISSING-TAG -- See https://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0:         %{name}-conf.patch
 Patch1:         %{name}-enable-bactrace-on-x86-ia64-and_arm32_only.patch
openSUSE Build Service is sponsored by