pgauditlogtofile: Update to 1.7.1 per changes described at:
authorDevrim Gunduz <devrim@gunduz.org>
Tue, 29 Jul 2025 02:39:53 +0000 (21:39 -0500)
committerDevrim Gunduz <devrim@gunduz.org>
Tue, 29 Jul 2025 02:39:53 +0000 (21:39 -0500)
  https://github.com/fmbiete/pgauditlogtofile/releases/tag/v1.7.0
  https://github.com/fmbiete/pgauditlogtofile/releases/tag/v1.7.1

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 3f47066815a03817652e4e5cb341f8d780b21763..ef9d4294e5265f6516fed4c92cd426334495c1f8 100644 (file)
@@ -17,8 +17,8 @@
 
 Summary:       PostgreSQL Audit Log To File Extension
 Name:          %{sname}_%{pgmajorversion}
-Version:       1.6.4
-Release:       3PGDG%{?dist}
+Version:       1.7.1
+Release:       1PGDG%{?dist}
 License:       PostgreSQL
 Source0:       https://github.com/fmbiete/%{sname}/archive/v%{version}.tar.gz
 URL:           https://github.com/fmbiete/%{sname}
@@ -50,7 +50,7 @@ Requires:     llvm => 17.0
 %endif
 
 %description llvmjit
-This packages provides JIT support for pgauditlogtofile
+This package provides JIT support for pgauditlogtofile
 %endif
 
 %prep
@@ -81,6 +81,11 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} DESTDIR=%{buil
 %endif
 
 %changelog
+* Mon Jul 28 2025 Devrim Gunduz <devrim@gunduz.org> - 1.7.1-1PGDG
+- Update to 1.7.1 per changes described at:
+  https://github.com/fmbiete/pgauditlogtofile/releases/tag/v1.7.0
+  https://github.com/fmbiete/pgauditlogtofile/releases/tag/v1.7.1
+
 * Tue Feb 25 2025 Devrim Gunduz <devrim@gunduz.org> - 1.6.4-3PGDG
 - Add missing BRs
 
index 689d5f25304da04175342c4e52d63f1d4113716c..0b49e6067e7326111754bbbd6109a9eceb26519e 100644 (file)
@@ -4,8 +4,8 @@
 
 Summary:       PostgreSQL Audit Log To File Extension
 Name:          %{sname}_%{pgmajorversion}
-Version:       1.6.4
-Release:       3PGDG%{?dist}
+Version:       1.7.1
+Release:       1PGDG%{?dist}
 License:       PostgreSQL
 Source0:       https://github.com/fmbiete/%{sname}/archive/v%{version}.tar.gz
 URL:           https://github.com/fmbiete/%{sname}
@@ -37,7 +37,7 @@ Requires:     llvm => 17.0
 %endif
 
 %description llvmjit
-This packages provides JIT support for pgauditlogtofile
+This package provides JIT support for pgauditlogtofile
 %endif
 
 %prep
@@ -68,6 +68,11 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} DESTDIR=%{buil
 %endif
 
 %changelog
+* Mon Jul 28 2025 Devrim Gunduz <devrim@gunduz.org> - 1.7.1-1PGDG
+- Update to 1.7.1 per changes described at:
+  https://github.com/fmbiete/pgauditlogtofile/releases/tag/v1.7.0
+  https://github.com/fmbiete/pgauditlogtofile/releases/tag/v1.7.1
+
 * Tue Feb 25 2025 Devrim Gunduz <devrim@gunduz.org> - 1.6.4-3PGDG
 - Add missing BRs
 
index 9d2325ef25a9a85384bdbea6de51778678a6261b..a8c26178a7b5ddc05bea8e79e92c7a36e99900cd 100644 (file)
@@ -4,8 +4,8 @@
 
 Summary:       PostgreSQL Audit Log To File Extension
 Name:          %{sname}_%{pgmajorversion}
-Version:       1.6.4
-Release:       4PGDG%{?dist}
+Version:       1.7.1
+Release:       1PGDG%{?dist}
 License:       PostgreSQL
 Source0:       https://github.com/fmbiete/%{sname}/archive/v%{version}.tar.gz
 URL:           https://github.com/fmbiete/%{sname}
@@ -68,6 +68,11 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} DESTDIR=%{buil
 %endif
 
 %changelog
+* Mon Jul 28 2025 Devrim Gunduz <devrim@gunduz.org> - 1.7.1-1PGDG
+- Update to 1.7.1 per changes described at:
+  https://github.com/fmbiete/pgauditlogtofile/releases/tag/v1.7.0
+  https://github.com/fmbiete/pgauditlogtofile/releases/tag/v1.7.1
+
 * Tue Feb 25 2025 Devrim Gündüz <devrim@gunduz.org> - 1.6.4-4PGDG
 - Add missing BRs