diff --git a/redis-4.0.2.tar.gz b/redis-4.0.2.tar.gz deleted file mode 100644 index 892fff4..0000000 --- a/redis-4.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1a0915dbc91b979d06df1977fe594c3fa9b189f1f3d38743a2948c9f7634813 -size 1713990 diff --git a/redis-4.0.6.tar.gz b/redis-4.0.6.tar.gz new file mode 100644 index 0000000..6029432 --- /dev/null +++ b/redis-4.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769b5d69ec237c3e0481a262ff5306ce30db9b5c8ceb14d1023491ca7be5f6fa +size 1723533 diff --git a/redis.changes b/redis.changes index 6d682cb..ea12a57 100644 --- a/redis.changes +++ b/redis.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Jan 4 15:47:48 UTC 2018 - ilya@ilya.pp.ua + +- 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. + ------------------------------------------------------------------- Wed Nov 1 09:01:44 UTC 2017 - mpluskal@suse.com diff --git a/redis.spec b/redis.spec index ba196e6..2781a5f 100644 --- a/redis.spec +++ b/redis.spec @@ -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 @@ Patch2: %{name}-enable-bactrace-on-x86-and-ia64-only.patch 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 redis.conf %{buildroot}%{_conf_dir}/default.conf.e 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 @@ echo "See %{_docdir}/%{name}/README.SUSE to continue" %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