summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-12-30 07:47:47 +0100
committerRemi Collet <remi@php.net>2025-12-30 07:47:47 +0100
commit2fa05bb846809bc2bf9001d73608a4d26ee2afa1 (patch)
treebaa3a3b884a7dcbd06d3cc7e85bbcba42a297027
parent6a5834519afc38320a4fb67566d787cb5c316712 (diff)
update to 1.1HEADmaster
-rw-r--r--valkey-search-offline.patch16
-rw-r--r--valkey-search.spec5
2 files changed, 12 insertions, 9 deletions
diff --git a/valkey-search-offline.patch b/valkey-search-offline.patch
index f7e5475..ce0a187 100644
--- a/valkey-search-offline.patch
+++ b/valkey-search-offline.patch
@@ -1,6 +1,6 @@
-diff -up ./submodules/CMakeLists.txt.old ./submodules/CMakeLists.txt
---- ./submodules/CMakeLists.txt.old 2025-09-05 12:28:45.588076443 +0200
-+++ ./submodules/CMakeLists.txt 2025-09-05 12:28:57.141504699 +0200
+diff -up ./submodules/CMakeLists.txt.offline ./submodules/CMakeLists.txt
+--- ./submodules/CMakeLists.txt.offline 2025-12-24 01:21:38.000000000 +0100
++++ ./submodules/CMakeLists.txt 2025-12-29 09:10:43.888258457 +0100
@@ -22,7 +22,7 @@ set(MODULE_GOOGLE_TEST "googletest")
set(MODULES_INSTALL_PREFIX "${MODULES_DIR}/install")
@@ -8,9 +8,9 @@ diff -up ./submodules/CMakeLists.txt.old ./submodules/CMakeLists.txt
-find_program(_GIT_EXE git REQUIRED)
+find_program(_GIT_EXE git)
- # On some distros (mainly RedHat based) the cmake files might be installed under
- # lib64/ and not under lib/, this function helps locating the cmake path for the
-@@ -152,7 +152,7 @@ if(WITH_SUBMODULES_SYSTEM)
+
+ function(find_and_replace file_name find_what replace_with)
+@@ -167,7 +167,7 @@ if(WITH_SUBMODULES_SYSTEM)
else()
# Pull submodules with a given branch / tag and build them
checkout_submodule_branch(${MODULE_GRPC} "https://github.com/grpc/grpc"
@@ -19,7 +19,7 @@ diff -up ./submodules/CMakeLists.txt.old ./submodules/CMakeLists.txt
string(FIND "${DISTRO_NAME}" "alpine" POSITION)
if(POSITION GREATER -1)
-@@ -173,7 +173,7 @@ else()
+@@ -187,7 +187,7 @@ else()
checkout_submodule_branch(
${MODULE_GOOGLE_TEST} "https://github.com/google/googletest.git" "main"
@@ -27,4 +27,4 @@ diff -up ./submodules/CMakeLists.txt.old ./submodules/CMakeLists.txt
+ "${MODULES_DIR}/googletest")
set(MODULES_COMMON_CMAKE_ARGS
- "-DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_INSTALL_PREFIX=${MODULES_INSTALL_PREFIX} -DCMAKE_CXX_STANDARD=20"
+ -DCMAKE_BUILD_TYPE=Release
diff --git a/valkey-search.spec b/valkey-search.spec
index 74b30ce..0f09369 100644
--- a/valkey-search.spec
+++ b/valkey-search.spec
@@ -17,7 +17,7 @@
%global tag %{version}
Name: valkey-search
-Version: 1.0.2
+Version: 1.1
%forgemeta
Release: 1%{?dist}
Summary: Vector Similarity Search engine
@@ -106,6 +106,9 @@ install -Dpm640 %{cfgname} %{buildroot}%{valkey_modules_cfg}/%{c
%changelog
+* Tue Dec 30 2025 Remi Collet <remi@remirepo.net> - 1.1-1
+- update to 1.1
+
* Wed Nov 26 2025 Remi Collet <remi@remirepo.net> - 1.0.2-1
- update to 1.0.2