pgsql_http: Update to 1.7.0 per changes described at https://github.com/pramsey/pgsql...
authorDevrim Gunduz <devrim@gunduz.org>
Tue, 29 Jul 2025 02:33:38 +0000 (21:33 -0500)
committerDevrim Gunduz <devrim@gunduz.org>
Tue, 29 Jul 2025 02:33:38 +0000 (21:33 -0500)
rpm/redhat/main/non-common/pgsql_http/main/pgsql_http.spec

index 01cad02f80ae8bae27e337acc51561e77861e6d1..2fcbcfb01e13764f2a226d79d674150b45672c2e 100644 (file)
@@ -5,8 +5,8 @@
 
 Summary:       PostgreSQL HTTP client
 Name:          %{pname}_%{pgmajorversion}
-Version:       1.6.3
-Release:       2PGDG%{?dist}
+Version:       1.7.0
+Release:       1PGDG%{?dist}
 URL:           https://github.com/pramsey/%{sname}
 Source0:       https://github.com/pramsey/%{sname}/archive/refs/tags/v%{version}.tar.gz
 License:       MIT
@@ -62,6 +62,10 @@ PATH=%{pginstdir}/bin:$PATH %{__make} USE_PGXS=1 %{?_smp_mflags} DESTDIR=%{build
 %endif
 
 %changelog
+* Mon Jul 28 2025 Devrim Gündüz <devrim@gunduz.org> - 1.7.0-1PGDG
+- Update to 1.7.0 per changes described at:
+  https://github.com/pramsey/pgsql-http/releases/tag/v1.7.0
+
 * Wed Feb 26 2025 Devrim Gündüz <devrim@gunduz.org> - 1.6.3-2PGDG
 - Simplify libcurl dependency. The package name is the same on all
   supported distros.