%global pgbulkloadmajver 3
%global pgbulkloadmidver 1
-%global pgbulkloadminver 22
+%global pgbulkloadminver 23
%global pgbulkloadpackagever %{pgbulkloadmajver}_%{pgbulkloadmidver}_%{pgbulkloadminver}
%{!?llvm:%global llvm 1}
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
%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.
* 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