Browse Source

upgrading package: redis-mod-search 1.6.3 -> 2.2.5

master
parent
commit
0bfe50e496
  1. 18
      redis-mod-search/redis-mod-search.patch
  2. 6
      redis-mod-search/redis-mod-search.spec

18
redis-mod-search/redis-mod-search.patch

@ -60,21 +60,3 @@ Index: src/cursor.c
return tv.tv_nsec + (tv.tv_sec * 1000000000);
}
Index: src/tests/test_quantile.c
--- src/tests/test_quantile.c.orig 2019-09-22 13:16:22.000000000 +0200
+++ src/tests/test_quantile.c 2019-09-23 21:12:22.277784000 +0200
@@ -5,6 +5,7 @@
#include <stdint.h>
#include <assert.h>
#include <stdio.h>
+#include <inttypes.h>
static FILE *fp;
static Buffer buf;
@@ -48,4 +49,4 @@
TESTFUNC(testBasic);
Buffer_Free(&buf);
-})
\ No newline at end of file
+})

6
redis-mod-search/redis-mod-search.spec

@ -22,8 +22,8 @@
##
# package version
%define V_opkg 1.6.3
%define V_dist 1.6.3
%define V_opkg 2.2.5
%define V_dist 2.2.5
# package information
Name: redis-mod-search
@ -36,7 +36,7 @@ Class: EVAL
Group: Database
License: RSAL
Version: %{V_opkg}
Release: 20190923
Release: 20211117
# list of sources
Source0: https://github.com/RedisLabsModules/RediSearch/archive/v%{V_dist}.tar.gz

Loading…
Cancel
Save