pg_bulkload: Update to 3.1.23 per changes described at https://github.com/ossc-db...
authorDevrim Gunduz <devrim@gunduz.org>
Wed, 14 Jan 2026 13:29:16 +0000 (16:29 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Wed, 14 Jan 2026 13:29:16 +0000 (16:29 +0300)
rpm/redhat/main/non-common/pg_bulkload/main/pg_bulkload.spec

index f294f78eb3f49ccece8ec5851e19d0e08c1e8273..e46de1835ced282668f05eb5c16b55bc4e4576e4 100644 (file)
@@ -2,7 +2,7 @@
 
 %global pgbulkloadmajver 3
 %global pgbulkloadmidver 1
-%global pgbulkloadminver 22
+%global pgbulkloadminver 23
 %global        pgbulkloadpackagever %{pgbulkloadmajver}_%{pgbulkloadmidver}_%{pgbulkloadminver}
 
 %{!?llvm:%global llvm 1}
@@ -10,7 +10,7 @@
 Summary:       High speed data loading utility for PostgreSQL
 Name:          %{sname}_%{pgmajorversion}
 Version:       %{pgbulkloadmajver}.%{pgbulkloadmidver}.%{pgbulkloadminver}
-Release:       6PGDG%{?dist}
+Release:       1PGDG%{?dist}
 URL:           https://github.com/ossc-db/%{sname}
 Source0:       https://github.com/ossc-db/%{sname}/archive/VERSION%{pgbulkloadpackagever}.tar.gz
 License:       BSD
@@ -124,6 +124,10 @@ PATH=%{pginstdir}/bin:$PATH %{__make} USE_PGXS=1 %{?_smp_mflags} DESTDIR=%{build
 %endif
 
 %changelog
+* Wed Jan 14 2026 Devrim Gunduz <devrim@gunduz.org> - 3.1.23-1PGDG
+- Update to 3.1.23 per changes described at:
+  https://github.com/ossc-db/pg_bulkload/releases/tag/VERSION3_1_23
+
 * Thu Nov 20 2025 Devrim Gündüz <devrim@gunduz.org> - 3.1.22-5PGDG
 - Modernise OpenSSL dependencies.
 
@@ -139,10 +143,10 @@ PATH=%{pginstdir}/bin:$PATH %{__make} USE_PGXS=1 %{?_smp_mflags} DESTDIR=%{build
 * Tue Sep 30 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com>
 - Change => to >= in Requires and BuildRequires
 
-* Tue Feb 25 2025 Devrim Gunduz <devrim@gunduz.org> - 3.1.21-2PGDG
+* Tue Feb 25 2025 Devrim Gunduz <devrim@gunduz.org> - 3.1.22-2PGDG
 - Add missing BRs
 
-* Mon Jan 27 2025 Devrim Gunduz <devrim@gunduz.org> - 3.1.21-1PGDG
+* Mon Jan 27 2025 Devrim Gunduz <devrim@gunduz.org> - 3.1.22-1PGDG
 - Update to 3.1.22 per changes described at:
   https://github.com/ossc-db/pg_bulkload/releases/tag/VERSION3_1_22