4 Commits

6 changed files with 20 additions and 7 deletions

View File

@@ -4,4 +4,5 @@
<package>postgresql15</package>
<package>postgresql16</package>
<package>postgresql17</package>
<package>postgresql18</package>
</multibuild>

Binary file not shown.

3
pgvector-0.8.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9094dfb85ccdde3cbb295f1086d4c71a20db1d26bf1d6c39f07a7d164033eb4
size 123177

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 25 16:09:17 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
- enable pg 18
-------------------------------------------------------------------
Fri Sep 12 07:30:00 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.8.1:
* Added support for Postgres 18 rc1
* Improved performance of `binary_quantize` function
-------------------------------------------------------------------
Fri Jan 24 15:07:12 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
@@ -58,7 +70,7 @@ Wed Sep 4 13:35:00 UTC 2024 - Johannes Weberhofer <jweberhofer@weberhofer.at>
-------------------------------------------------------------------
Tue May 7 23:32:12 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
- Update to 0.7.0
- Update to 0.7.0
no changelog provided
-------------------------------------------------------------------

View File

@@ -1,7 +1,7 @@
#
# spec file for package pgvector
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -33,7 +33,7 @@ Name: %{pg_name}-%{ext_name}
BuildRequires: %{pg_name}-server-devel
%pg_server_requires
%endif
Version: 0.8.0
Version: 0.8.1
Release: 0
Summary: Open-source vector similarity search for Postgres
License: PostgreSQL

View File

@@ -13,7 +13,7 @@ This patch was done while working on reproducible builds for openSUSE.
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 7a4b88ca..4681d0f7 100644
index 7a4b88caf..4681d0f7e 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,11 @@ REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))