Compare commits
1 Commits
c9-beta-st
...
c9-stream-
| Author | SHA1 | Date | |
|---|---|---|---|
| 88d7fd76d6 |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: pgvector
|
Name: pgvector
|
||||||
Version: 0.6.2
|
Version: 0.6.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Open-source vector similarity search for Postgres
|
Summary: Open-source vector similarity search for Postgres
|
||||||
License: PostgreSQL
|
License: PostgreSQL
|
||||||
URL: https://github.com/%{name}/%{name}/
|
URL: https://github.com/%{name}/%{name}/
|
||||||
@ -20,7 +20,7 @@ inner product, and cosine distance
|
|||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make_build %{?_smp_mflags}
|
%make_build %{?_smp_mflags} OPTFLAGS=""
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -36,6 +36,10 @@ inner product, and cosine distance
|
|||||||
%{_datadir}/pgsql/extension/%{pname}*sql
|
%{_datadir}/pgsql/extension/%{pname}*sql
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 26 2025 Nikola Davidova <ndavidov@redhat.com> - 0.6.2-2
|
||||||
|
- Enable Portable build
|
||||||
|
- Resolves: RHEL-84405
|
||||||
|
|
||||||
* Mon Mar 25 2024 Filip Janus <fjanus@redhat.com> - 0.6.2-1
|
* Mon Mar 25 2024 Filip Janus <fjanus@redhat.com> - 0.6.2-1
|
||||||
- Initial packaging
|
- Initial packaging
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user