Hello community,

here is the log from the commit of package redis for openSUSE:Factory checked 
in at 2018-01-06 18:48:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/redis (Old)
 and      /work/SRC/openSUSE:Factory/.redis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "redis"

Sat Jan  6 18:48:45 2018 rev:36 rq:561693 version:4.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/redis/redis.changes      2017-11-02 
10:24:52.727047830 +0100
+++ /work/SRC/openSUSE:Factory/.redis.new/redis.changes 2018-01-06 
18:48:54.316027805 +0100
@@ -1,0 +2,14 @@
+Thu Jan  4 15:47:48 UTC 2018 - [email protected]
+
+- Update to 4.0.6
+  * Release notes: 
https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES
+  * PSYNC2: More errors in the fixes for PSYNC2 (CRITICAL).
+  * Quicklist: change the len of quicklist to unsigned long.
+  * Quicklist: fix the return value of quicklistCount.
+  * Refactoring: improve luaCreateFunction() API.
+  * Remove useless variable check from luaCreateFunction().
+  * Fix issue #4505, Lua RDB AUX field loading of existing scripts.
+  * Regression test for #4505 (Lua AUX field loading).
+  * DEBUG change-repl-id implemented.
+
+-------------------------------------------------------------------

Old:
----
  redis-4.0.2.tar.gz

New:
----
  redis-4.0.6.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ redis.spec ++++++
--- /var/tmp/diff_new_pack.3KMXya/_old  2018-01-06 18:48:55.175987622 +0100
+++ /var/tmp/diff_new_pack.3KMXya/_new  2018-01-06 18:48:55.179987435 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package redis
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org
 #
 
-
 %define _data_dir       %{_localstatedir}/lib/%{name}
 %define _log_dir        %{_localstatedir}/log/%{name}
 %define _conf_dir       %{_sysconfdir}/%{name}
 Name:           redis
-Version:        4.0.2
+Version:        4.0.6
 Release:        0
 Summary:        Persistent key-value database
 License:        BSD-3-Clause
 Group:          Productivity/Databases/Servers
-Url:            https://redis.io
+URL:            https://redis.io
 Source0:        http://download.redis.io/releases/redis-%{version}.tar.gz
 Source1:        %{name}.logrotate
 Source2:        %{name}.target
@@ -41,10 +40,10 @@
 BuildRequires:  pkgconfig
 BuildRequires:  procps
 BuildRequires:  tcl
+BuildRequires:  pkgconfig(systemd)
 Requires:       logrotate
 Requires:       sudo
 Requires(pre):  shadow
-BuildRequires:  pkgconfig(systemd)
 
 %description
 %{name} is an advanced key-value store. It is similar to memcached but the 
dataset
@@ -84,7 +83,7 @@
 install -Dm 0640 sentinel.conf           
%{buildroot}%{_conf_dir}/sentinel.conf.example
 
 # some sysctl stuff
-install -Dm 0644 %{S:6}     %{buildroot}%{_sysconfdir}/sysctl.d/00-%{name}.conf
+install -Dm 0644 %{SOURCE6} %{buildroot}%{_sysconfdir}/sysctl.d/00-%{name}.conf
 install -Dm 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
 install -Dm 0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.target
 install -Dm 0644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}@.service
@@ -122,7 +121,6 @@
 %service_del_postun %{name}.target
 
 %files
-%defattr(-,root,root,-)
 %doc 00-RELEASENOTES BUGS CONTRIBUTING COPYING README.md
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
 %config(noreplace) %{_sysconfdir}/sysctl.d/00-%{name}.conf

++++++ redis-4.0.2.tar.gz -> redis-4.0.6.tar.gz ++++++
++++ 2265 lines of diff (skipped)


Reply via email to