diff --git a/postgresql16-pg_partman.spec b/postgresql16-pg_partman.spec index 325bed5e04d185318950fb9e983213009559b230..e5e69acd7845d6113758d6733a75bc84326283e2 100644 --- a/postgresql16-pg_partman.spec +++ b/postgresql16-pg_partman.spec @@ -1,15 +1,11 @@ %global sname pg_partman -%ifarch loongarch64 -%global llvm 0 -%else %global llvm 1 -%endif %global pgmajorversion 16 Summary: A PostgreSQL extension to manage partitioned tables by time or ID Name: postgresql%{pgmajorversion}-%{sname} Version: 5.1.0 -Release: 4%{?dist} +Release: 5%{?dist} License: PostgreSQL URL: https://github.com/pgpartman/%{sname} Source0: https://github.com/pgpartman/%{sname}/archive/v%{version}.tar.gz @@ -65,6 +61,10 @@ USE_PGXS=1 %make_install %endif %changelog +* Tue Sep 02 2025 haowu - 5.1.0-5 +- [Type] other +- [DESC] Enable llvm on loongarch64 + * Wed Jun 11 2025 bbrucezhang - 5.1.0-4 - Rebuilt for loongarch64