From a581976f613277222c41116edc1836110129fae7 Mon Sep 17 00:00:00 2001 From: Devrim Gunduz Date: Sat, 23 Aug 2025 14:36:24 +0300 Subject: [PATCH] pg_net: Update to 0.19.6 per changes described at https://github.com/supabase/pg_net/releases/tag/v0.19.6 --- rpm/redhat/main/non-common/pg_net/main/pg_net.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 9dddb3479..d02eeb3d7 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,7 +4,7 @@ Summary: A PostgreSQL extension that enables asynchronous (non-blocking) HTTP/HTTPS requests with SQL Name: %{sname}_%{pgmajorversion} -Version: 0.19.5 +Version: 0.19.6 Release: 1PGDG%{?dist} URL: https://github.com/supabase/%{sname} Source0: https://github.com/supabase/%{sname}/archive/refs/tags/v%{version}.tar.gz @@ -68,6 +68,10 @@ PATH=%{pginstdir}/bin:$PATH %{__make} USE_PGXS=1 %{?_smp_mflags} DESTDIR=%{build %endif %changelog +* Sat Aug 23 2025 Devrim Gunduz - 0.19.6-1PGDG +- Update to 0.19.6 per changes described at + https://github.com/supabase/pg_net/releases/tag/v0.19.6 + * Tue Aug 5 2025 Devrim Gunduz - 0.19.5-1PGDG - Update to 0.19.5 per changes described at https://github.com/supabase/pg_net/releases/tag/v0.19.5 -- 2.39.5