summaryrefslogtreecommitdiffstats
path: root/valkey-search.spec
diff options
context:
space:
mode:
Diffstat (limited to 'valkey-search.spec')
-rw-r--r--valkey-search.spec28
1 files changed, 24 insertions, 4 deletions
diff --git a/valkey-search.spec b/valkey-search.spec
index 0f09369..f703ce2 100644
--- a/valkey-search.spec
+++ b/valkey-search.spec
@@ -1,6 +1,6 @@
# remirepo/fedora spec file for valkey-search
#
-# SPDX-FileCopyrightText: Copyright 2025 Remi Collet
+# SPDX-FileCopyrightText: Copyright 2025-2026 Remi Collet
# SPDX-License-Identifier: CECILL-2.1
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
@@ -13,11 +13,10 @@
%global gh_vend valkey-io
%global gh_proj valkey-search
%global forgeurl https://github.com/%{gh_vend}/%{gh_proj}
-#global commit afe5de4ce52bb2b80af565a6f297bf330a65d0d8
%global tag %{version}
Name: valkey-search
-Version: 1.1
+Version: 1.2.0
%forgemeta
Release: 1%{?dist}
Summary: Vector Similarity Search engine
@@ -33,7 +32,7 @@ Source2: %{name}-deps-%{version}.tgz
# fix check for cached sources
Patch0: %{name}-offline.patch
-BuildRequires: valkey-devel >= 8.0
+BuildRequires: valkey-devel >= 9.0.1
BuildRequires: ninja-build
BuildRequires: cmake
BuildRequires: gcc >= 12
@@ -50,7 +49,13 @@ Supplements: valkey
Provides: bundled(highwayhash)
Provides: bundled(googletest)
+Provides: bundled(google-benchmark)
Provides: bundled(grpc) = 1.70.1
+Provides: bundled(hdrhistogram_c)
+Provides: bundled(hnswlib)
+Provides: bundled(simsimd)
+Provides: bundled(snowball)
+Provides: bundled(icu)
@@ -84,6 +89,13 @@ EOF
cp .build-release/.deps/grpc/LICENSE LICENSE.grpc
cp .build-release/.deps/highwayhash/LICENSE LICENSE.highwayhash
cp .build-release/.deps/googletest/LICENSE LICENSE.googletest
+cp .build-release/.deps/benchmark/LICENSE LICENSE.benchmark
+
+cp third_party/hdrhistogram_c/LICENSE LICENSE.hdrhistogram_c
+cp third_party/hnswlib/LICENSE LICENSE.hnswlib
+cp third_party/simsimd/LICENSE LICENSE.simsimd
+cp third_party/snowball/COPYING COPYING.snowball
+cp third_party/icu/LICENSE LICENSE.icu
: submodules list
grep -E '(github.com|"v)' submodules/CMakeLists.txt
@@ -100,12 +112,20 @@ install -Dpm640 %{cfgname} %{buildroot}%{valkey_modules_cfg}/%{c
%files
%license LICENSE*
+%license COPYING*
%doc *.md
+%doc docs
+%doc THIRD_PARTY_NOTICES
+
%attr(0640, valkey, root) %config(noreplace) %{valkey_modules_cfg}/%{cfgname}
%{valkey_modules_dir}/%{libname}
%changelog
+* Wed Mar 18 2026 Remi Collet <remi@remirepo.net> - 1.2.0-1
+- update to 1.2.0
+- open https://github.com/valkey-io/valkey-search/issues/918 build failure
+
* Tue Dec 30 2025 Remi Collet <remi@remirepo.net> - 1.1-1
- update to 1.1