From 8cf0f3aa4010241136db54b7dda7a01b46a6a913 Mon Sep 17 00:00:00 2001 From: bbrucezhang Date: Wed, 11 Jun 2025 22:48:21 +0800 Subject: [PATCH] Rebuilt for loongarch64 --- postgresql16-pg_cron.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/postgresql16-pg_cron.spec b/postgresql16-pg_cron.spec index 89c0f6d..30f32a8 100644 --- a/postgresql16-pg_cron.spec +++ b/postgresql16-pg_cron.spec @@ -9,7 +9,7 @@ Summary: Run periodic jobs in PostgreSQL Name: postgresql%{pgmajorversion}-%{sname} Version: 1.6.2 -Release: 3%{dist} +Release: 4%{dist} License: AGPLv3 URL: https://github.com/citusdata/%{sname} Source0: https://github.com/citusdata/%{sname}/archive/v%{version}.tar.gz @@ -64,6 +64,9 @@ This packages provides JIT support for pg_cron %endif %changelog +* Wed Jun 11 2025 bbrucezhang - 1.6.2-4 +- Rebuilt for loongarch64 + * Fri Aug 16 2024 OpenCloudOS Release Engineering - 1.6.2-3 - Rebuilt for loongarch release -- Gitee