pg_net: Update to 0.15.1 per changes described at https://github.com/supabase/pg_net...
authorDevrim Gunduz <devrim@gunduz.org>
Fri, 30 May 2025 12:57:50 +0000 (15:57 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Fri, 30 May 2025 12:57:50 +0000 (15:57 +0300)
rpm/redhat/main/non-common/pg_net/main/pg_net.spec

index d4830797ef26da946e2954b0a3a08019a98970fc..ffdb33ddde7f60e0a9b2eef2805c515e0c735196 100644 (file)
@@ -4,8 +4,8 @@
 
 Summary:       A PostgreSQL extension that enables asynchronous (non-blocking) HTTP/HTTPS requests with SQL
 Name:          %{sname}_%{pgmajorversion}
-Version:       0.14.0
-Release:       2PGDG%{?dist}
+Version:       0.15.1
+Release:       1PGDG%{?dist}
 URL:           https://github.com/supabase/%{sname}
 Source0:       https://github.com/supabase/%{sname}/archive/refs/tags/v%{version}.tar.gz
 License:       Apache-2.0
@@ -39,7 +39,7 @@ Requires:     llvm => 17.0
 %endif
 
 %description llvmjit
-This packages provides JIT support for pg_net
+This package provides JIT support for pg_net
 %endif
 
 %prep
@@ -68,6 +68,14 @@ PATH=%{pginstdir}/bin:$PATH %{__make} USE_PGXS=1 %{?_smp_mflags} DESTDIR=%{build
 %endif
 
 %changelog
+* Fri May 30 2025 Devrim Gunduz <devrim@gunduz.org> - 0.15.1-1PGDG
+- Update to 0.15.1 per changes described at
+  https://github.com/supabase/pg_net/releases/tag/v0.15.1
+
+* Fri May 23 2025 Devrim Gunduz <devrim@gunduz.org> - 0.15.0-1PGDG
+- Update to 0.15.0 per changes described at
+  https://github.com/supabase/pg_net/releases/tag/v0.15.0
+
 * Thu Jan 9 2025 Devrim Gunduz <devrim@gunduz.org> - 0.14.0-2PGDG
 - Add SLES 15 support