From 72905d88df350dce1fc6d755f4803e1e7e2a2cfb Mon Sep 17 00:00:00 2001 From: Devrim Gunduz Date: Wed, 23 Jul 2025 14:28:31 +0300 Subject: [PATCH] timescaledb: Update to 2.21.1, per changes described at https://github.com/timescale/timescaledb/releases/tag/2.21.1 --- .../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 1726c2aaa..77d4b76a6 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.0 +Version: 2.21.1 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 +* 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 + * Thu Jul 10 2025 Devrim Gündüz - 2.21.0-1PGDG - Update to 2.21.0, per changes described at: https://github.com/timescale/timescaledb/releases/tag/2.21.0 -- 2.39.5