Accepting request 975847 from home:dspinella:branches:server:database
- Update to version 7.0.0: https://raw.githubusercontent.com/redis/redis/7.0/00-RELEASENOTES - Remove upstreamed patch: * getMcontextEip-return-value.patch OBS-URL: https://build.opensuse.org/request/show/975847 OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=190
This commit is contained in:
parent
4c926e08c4
commit
f306911a84
@ -1,13 +0,0 @@
|
|||||||
Index: redis-6.0.1/src/debug.c
|
|
||||||
===================================================================
|
|
||||||
--- redis-6.0.1.orig/src/debug.c
|
|
||||||
+++ redis-6.0.1/src/debug.c
|
|
||||||
@@ -919,6 +919,8 @@ static void *getMcontextEip(ucontext_t *
|
|
||||||
return (void*) uc->uc_mcontext.arm_pc;
|
|
||||||
#elif defined(__aarch64__) /* Linux AArch64 */
|
|
||||||
return (void*) uc->uc_mcontext.pc;
|
|
||||||
+ #else
|
|
||||||
+ return NULL;
|
|
||||||
#endif
|
|
||||||
#elif defined(__FreeBSD__)
|
|
||||||
/* FreeBSD */
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b7a79cc3b46d3c6eb52fa37dde34a4a60824079ebdfb3abfbbfa035947c55319
|
|
||||||
size 2487287
|
|
3
redis-7.0.0.tar.gz
Normal file
3
redis-7.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:284d8bd1fd85d6a55a05ee4e7c31c31977ad56cbf344ed83790beeb148baa720
|
||||||
|
size 2943054
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 6 17:59:39 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
- Update to version 7.0.0:
|
||||||
|
https://raw.githubusercontent.com/redis/redis/7.0/00-RELEASENOTES
|
||||||
|
- Remove upstreamed patch:
|
||||||
|
* getMcontextEip-return-value.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 21:17:06 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
Wed Apr 27 21:17:06 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define _log_dir %{_localstatedir}/log/%{name}
|
%define _log_dir %{_localstatedir}/log/%{name}
|
||||||
%define _conf_dir %{_sysconfdir}/%{name}
|
%define _conf_dir %{_sysconfdir}/%{name}
|
||||||
Name: redis
|
Name: redis
|
||||||
Version: 6.2.7
|
Version: 7.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Persistent key-value database
|
Summary: Persistent key-value database
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -38,7 +38,6 @@ Source9: %{name}-user.conf
|
|||||||
Source10: https://raw.githubusercontent.com/redis/redis-hashes/master/README#/redis.hashes
|
Source10: https://raw.githubusercontent.com/redis/redis-hashes/master/README#/redis.hashes
|
||||||
# PATCH-MISSING-TAG -- See https://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
# PATCH-MISSING-TAG -- See https://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
||||||
Patch0: %{name}-conf.patch
|
Patch0: %{name}-conf.patch
|
||||||
Patch1: getMcontextEip-return-value.patch
|
|
||||||
Patch3: reproducible.patch
|
Patch3: reproducible.patch
|
||||||
Patch4: ppc-atomic.patch
|
Patch4: ppc-atomic.patch
|
||||||
BuildRequires: libopenssl-devel >= 1.1.1
|
BuildRequires: libopenssl-devel >= 1.1.1
|
||||||
@ -65,7 +64,6 @@ different kind of sorting abilities.
|
|||||||
echo "`grep -F %{name}-%{version}.tar.gz %{SOURCE10} | cut -d' ' -f4` %{SOURCE0}" | sha256sum -c
|
echo "`grep -F %{name}-%{version}.tar.gz %{SOURCE10} | cut -d' ' -f4` %{SOURCE0}" | sha256sum -c
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
%patch1 -p1
|
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user