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
%endif
%description llvmjit
-This packages provides JIT support for pg_net
+This package provides JIT support for pg_net
%endif
%prep
%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