From 392a46ee0ab8e3286689001233aec877ea2ed948 Mon Sep 17 00:00:00 2001 From: Devrim Gunduz Date: Mon, 13 Oct 2025 15:17:37 +0300 Subject: [PATCH] pg_net: Update to 0.20.0 per changes described at https://github.com/supabase/pg_net/releases/tag/v0.20.0 --- rpm/redhat/main/non-common/pg_net/main/pg_net.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rpm/redhat/main/non-common/pg_net/main/pg_net.spec b/rpm/redhat/main/non-common/pg_net/main/pg_net.spec index c75f7529a..bd0bacd33 100644 --- a/rpm/redhat/main/non-common/pg_net/main/pg_net.spec +++ b/rpm/redhat/main/non-common/pg_net/main/pg_net.spec @@ -4,8 +4,8 @@ Summary: A PostgreSQL extension that enables asynchronous (non-blocking) HTTP/HTTPS requests with SQL Name: %{sname}_%{pgmajorversion} -Version: 0.19.7 -Release: 3PGDG%{?dist} +Version: 0.20.0 +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 @@ -73,6 +73,10 @@ PATH=%{pginstdir}/bin:$PATH %{__make} USE_PGXS=1 %{?_smp_mflags} DESTDIR=%{build %endif %changelog +* Mon Oct 13 2025 Devrim Gunduz - 0.20.0-1PGDG +- Update to 0.20.0 per changes described at + https://github.com/supabase/pg_net/releases/tag/v0.20.0 + * Wed Oct 8 2025 Devrim Gündüz - 0.19.7-3PGDG - Add SLES 16 support -- 2.39.5