pgauditlogtofile*: Update to 1.7.3 per changes described at:
authorDevrim Gunduz <devrim@gunduz.org>
Sat, 4 Oct 2025 14:12:01 +0000 (17:12 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Sat, 4 Oct 2025 14:12:01 +0000 (17:12 +0300)
 https://github.com/fmbiete/pgauditlogtofile/releases/tag/v1.7.3
 https://github.com/fmbiete/pgauditlogtofile/releases/tag/v1.7.2

rpm/redhat/main/non-common/pgauditlogtofile/main/pgauditlogtofile.spec
rpm/redhat/main/non-common/pgauditlogtofile16/main/pgauditlogtofile16.spec
rpm/redhat/main/non-common/pgauditlogtofile17/main/pgauditlogtofile17.spec

index 3550bee86691438c1f54142f22454945c293677e..329a29679186a983cd821dda5c8ace6a746b0642 100644 (file)
@@ -9,16 +9,13 @@
 %if %{pgmajorversion} == 13
 %global pgauditversion 15
 %endif
-%if %{pgmajorversion} == 12
-%global pgauditversion 14
-%endif
 
 %{!?llvm:%global llvm 1}
 
 Summary:       PostgreSQL Audit Log To File Extension
 Name:          %{sname}_%{pgmajorversion}
-Version:       1.7.1
-Release:       3PGDG%{?dist}
+Version:       1.7.3
+Release:       1PGDG%{?dist}
 License:       PostgreSQL
 Source0:       https://github.com/fmbiete/%{sname}/archive/v%{version}.tar.gz
 URL:           https://github.com/fmbiete/%{sname}
@@ -81,6 +78,11 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} DESTDIR=%{buil
 %endif
 
 %changelog
+* Sat Oct 4 2025 Devrim Gunduz <devrim@gunduz.org> - 1.7.3-1PGDG
+- Update to 1.7.3 per changes described at:
+  https://github.com/fmbiete/pgauditlogtofile/releases/tag/v1.7.3
+  https://github.com/fmbiete/pgauditlogtofile/releases/tag/v1.7.2
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 1.7.1-3PGDG
 - Bump release number (missed in previous commit)
 
index 839374bf8ba55910024da760b239a305782db9ac..be3e9645bffbd1e4b4ebedcbfddbba64bbf4ec61 100644 (file)
@@ -4,8 +4,8 @@
 
 Summary:       PostgreSQL Audit Log To File Extension
 Name:          %{sname}_%{pgmajorversion}
-Version:       1.7.1
-Release:       3PGDG%{?dist}
+Version:       1.7.3
+Release:       1PGDG%{?dist}
 License:       PostgreSQL
 Source0:       https://github.com/fmbiete/%{sname}/archive/v%{version}.tar.gz
 URL:           https://github.com/fmbiete/%{sname}
@@ -27,13 +27,17 @@ to automatically rotate the files based in a number of minutes.
 %package llvmjit
 Summary:       Just-in-time compilation support for pgauditlogtofile
 Requires:      %{name}%{?_isa} = %{version}-%{release}
-%if 0%{?suse_version} >= 1500
+%if 0%{?suse_version} == 1500
 BuildRequires: llvm17-devel clang17-devel
 Requires:      llvm17
 %endif
+%if 0%{?suse_version} == 1600
+BuildRequires: llvm19-devel clang19-devel
+Requires:      llvm19
+%endif
 %if 0%{?fedora} || 0%{?rhel} >= 8
-BuildRequires: llvm-devel >= 17.0 clang-devel >= 17.0
-Requires:      llvm >= 17.0
+BuildRequires: llvm-devel >= 19.0 clang-devel >= 19.0
+Requires:      llvm >= 19.0
 %endif
 
 %description llvmjit
index 48f25b7892504ce430e126e93fa6f119f470cbe1..6ebed58b51e1cd2d30721d8144badb41e28973ef 100644 (file)
@@ -4,8 +4,8 @@
 
 Summary:       PostgreSQL Audit Log To File Extension
 Name:          %{sname}_%{pgmajorversion}
-Version:       1.7.1
-Release:       3PGDG%{?dist}
+Version:       1.7.3
+Release:       1PGDG%{?dist}
 License:       PostgreSQL
 Source0:       https://github.com/fmbiete/%{sname}/archive/v%{version}.tar.gz
 URL:           https://github.com/fmbiete/%{sname}
@@ -27,13 +27,17 @@ to automatically rotate the files based in a number of minutes.
 %package llvmjit
 Summary:       Just-in-time compilation support for pgauditlogtofile
 Requires:      %{name}%{?_isa} = %{version}-%{release}
-%if 0%{?suse_version} >= 1500
+%if 0%{?suse_version} == 1500
 BuildRequires: llvm17-devel clang17-devel
 Requires:      llvm17
 %endif
+%if 0%{?suse_version} == 1600
+BuildRequires: llvm19-devel clang19-devel
+Requires:      llvm19
+%endif
 %if 0%{?fedora} || 0%{?rhel} >= 8
-BuildRequires: llvm-devel >= 17.0 clang-devel >= 17.0
-Requires:      llvm >= 17.0
+BuildRequires: llvm-devel >= 19.0 clang-devel >= 19.0
+Requires:      llvm >= 19.0
 %endif
 
 %description llvmjit
@@ -68,6 +72,11 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} DESTDIR=%{buil
 %endif
 
 %changelog
+* Sat Oct 4 2025 Devrim Gunduz <devrim@gunduz.org> - 1.7.3-1PGDG
+- Update to 1.7.3 per changes described at:
+  https://github.com/fmbiete/pgauditlogtofile/releases/tag/v1.7.3
+  https://github.com/fmbiete/pgauditlogtofile/releases/tag/v1.7.2
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 1.7.1-3PGDG
 - Bump release number (missed in previous commit)