pg_wait_sampling: Update to 1.1.9 per changes described at https://github.com/postgre...
authorDevrim Gunduz <devrim@gunduz.org>
Mon, 4 Aug 2025 23:04:06 +0000 (18:04 -0500)
committerDevrim Gunduz <devrim@gunduz.org>
Mon, 4 Aug 2025 23:04:06 +0000 (18:04 -0500)
rpm/redhat/main/non-common/pg_wait_sampling/main/pg_wait_sampling.spec

index 1a643861929d90d6d8a6ff1963628bfa94fddf1a..78954f8cf065b15cb4d0c96a5d4dd39cbe7c40b0 100644 (file)
@@ -4,7 +4,7 @@
 
 Summary:       Sampling based statistics of wait events
 Name:          %{sname}_%{pgmajorversion}
-Version:       1.1.8
+Version:       1.1.9
 Release:       1PGDG%{?dist}
 License:       PostgreSQL
 Source0:       https://github.com/postgrespro/%{sname}/archive/v%{version}.tar.gz
@@ -34,7 +34,7 @@ Requires:     llvm => 17.0
 %endif
 
 %description llvmjit
-This packages provides JIT support for pg_wait_sampling
+This package provides JIT support for pg_wait_sampling
 %endif
 
 %prep
@@ -65,6 +65,10 @@ USE_PGXS=1 PATH=%{pginstdir}/bin:$PATH %{__make} %{?_smp_mflags} DESTDIR=%{build
 %endif
 
 %changelog
+* Mon Aug 4 2025 Devrim Gündüz <devrim@gunduz.org> - 1.1.9-1PGDG
+- Update to 1.1.9 per changes described at:
+  https://github.com/postgrespro/pg_wait_sampling/releases/tag/v1.1.9
+
 * Mon Feb 24 2025 Devrim Gündüz <devrim@gunduz.org> - 1.1.8-1PGDG
 - Update to 1.1.8 per changes described at:
   https://github.com/postgrespro/pg_wait_sampling/releases/tag/v1.1.8