From d82c9f6b5935fe3c0d9d9c3e372b51d555c56077 Mon Sep 17 00:00:00 2001 From: Devrim Gunduz Date: Tue, 5 Aug 2025 09:19:05 -0500 Subject: [PATCH] timescaledb: Update to 2.21.2, per changes described at https://github.com/timescale/timescaledb/releases/tag/2.21.2 --- .../main/non-common/timescaledb/main/timescaledb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rpm/redhat/main/non-common/timescaledb/main/timescaledb.spec b/rpm/redhat/main/non-common/timescaledb/main/timescaledb.spec index 77d4b76a6..a1ab166dd 100644 --- a/rpm/redhat/main/non-common/timescaledb/main/timescaledb.spec +++ b/rpm/redhat/main/non-common/timescaledb/main/timescaledb.spec @@ -2,7 +2,7 @@ Summary: A time-series database for high-performance real-time analytics Name: %{sname}_%{pgmajorversion} -Version: 2.21.1 +Version: 2.21.2 Release: 1PGDG%{?dist} License: Apache Source0: https://github.com/timescale/%{sname}/archive/%{version}.tar.gz @@ -49,6 +49,10 @@ cd build; %{__make} %{?_smp_mflags} DESTDIR=%{buildroot} install %{pginstdir}/share/extension/%{sname}.control %changelog +* Tue Aug 5 2025 Devrim Gündüz - 2.21.2-1PGDG +- Update to 2.21.2, per changes described at: + https://github.com/timescale/timescaledb/releases/tag/2.21.2 + * Wed Jul 23 2025 Devrim Gündüz - 2.21.1-1PGDG - Update to 2.21.1, per changes described at: https://github.com/timescale/timescaledb/releases/tag/2.21.1 -- 2.39.5