From bf8e380bc60484e1de7cbb6674900a462de05cb1 Mon Sep 17 00:00:00 2001 From: Devrim Gunduz Date: Tue, 12 Aug 2025 14:57:51 +0300 Subject: [PATCH] TimescaleDB: Update to 2.21.3, per changes described at https://github.com/timescale/timescaledb/releases/tag/2.21.3 --- .../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 a1ab166dd..5ec28b8b4 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.2 +Version: 2.21.3 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 12 2025 Devrim Gündüz - 2.21.3-1PGDG +- Update to 2.21.3, per changes described at: + https://github.com/timescale/timescaledb/releases/tag/2.21.3 + * 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 -- 2.39.5