Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pgaudit for openSUSE:Factory checked in at 2025-09-26 22:49:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pgaudit (Old) and /work/SRC/openSUSE:Factory/.pgaudit.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pgaudit" Fri Sep 26 22:49:03 2025 rev:8 rq:1307188 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/pgaudit/pgaudit.changes 2025-07-09 17:29:54.039285177 +0200 +++ /work/SRC/openSUSE:Factory/.pgaudit.new.11973/pgaudit.changes 2025-09-26 22:49:04.980217006 +0200 @@ -1,0 +2,15 @@ +Thu Sep 25 16:11:05 UTC 2025 - Marcus Rueckert <[email protected]> + +- Add support for pg 18 by adding the 18.0 version + - bug fixes: + - Error when required hooks are skipped. + - Improvements: + - SELECT FOR UPDATE object logging improvement. + - Disable logging in parallel workers. + - Use strpbrk() instead of strstr() where applicable. + - Fix search_path for trigger functions. + - Minor code optimizations. + - Features: + - PostgreSQL 18 support. + +------------------------------------------------------------------- New: ---- pgaudit-18.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pgaudit.spec ++++++ --- /var/tmp/diff_new_pack.bAX1cE/_old 2025-09-26 22:49:05.752249538 +0200 +++ /var/tmp/diff_new_pack.bAX1cE/_new 2025-09-26 22:49:05.752249538 +0200 @@ -1,7 +1,7 @@ # # spec file for package pgaudit # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -47,6 +47,9 @@ %if "%{name_pg}" == "postgresql17" Version: 17.1 %endif +%if "%{name_pg}" == "postgresql18" +Version: 18.0 +%endif Release: 0 Summary: An auditing module for PostgreSQL License: PostgreSQL ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.bAX1cE/_old 2025-09-26 22:49:05.792251224 +0200 +++ /var/tmp/diff_new_pack.bAX1cE/_new 2025-09-26 22:49:05.796251393 +0200 @@ -4,5 +4,6 @@ <package>postgresql15</package> <package>postgresql16</package> <package>postgresql17</package> + <package>postgresql18</package> </multibuild>
