From 2aecda1460b73411b064d1864074ef4e4225c4fe Mon Sep 17 00:00:00 2001 From: Devrim Gunduz Date: Wed, 15 Oct 2025 09:57:04 +0300 Subject: [PATCH] pg_qualstats: Update to 2.1.3 per changes described at https://github.com/powa-team/pg_qualstats/releases/tag/2.1.3 --- .../non-common/pg_qualstats/main/pg_qualstats.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/rpm/redhat/main/non-common/pg_qualstats/main/pg_qualstats.spec b/rpm/redhat/main/non-common/pg_qualstats/main/pg_qualstats.spec index 65e473679..a52ade280 100644 --- a/rpm/redhat/main/non-common/pg_qualstats/main/pg_qualstats.spec +++ b/rpm/redhat/main/non-common/pg_qualstats/main/pg_qualstats.spec @@ -4,16 +4,14 @@ Summary: A PostgreSQL extension collecting statistics about predicates Name: %{sname}_%{pgmajorversion} -Version: 2.1.2 -Release: 3PGDG%{?dist} +Version: 2.1.3 +Release: 1PGDG%{?dist} License: PostgreSQL Source0: https://github.com/powa-team/%{sname}/archive/%{version}.tar.gz URL: https://github.com/powa-team/%{sname} BuildRequires: postgresql%{pgmajorversion}-devel Requires: postgresql%{pgmajorversion}-server -Obsoletes: %{sname}%{pgmajorversion} < 2.0.2-2 - %description pg_qualstats is a PostgreSQL extension keeping statistics on predicates found in WHERE statements and JOIN clauses. @@ -81,6 +79,10 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} install DESTDI %endif %changelog +* Wed Oct 15 2025 Devrim Gündüz - 2.1.3-1PGDG +- Update to 2.1.3 per changes described at: + https://github.com/powa-team/pg_qualstats/releases/tag/2.1.3 + * Wed Oct 8 2025 Devrim Gündüz - 2.1.2-3PGDG - Add SLES 16 support -- 2.39.5