From: Devrim Gunduz Date: Fri, 29 Aug 2025 10:15:52 +0000 (+0300) Subject: pgFormatter: Update to 5.7 per changes described at https://github.com/darold/pgForm... X-Git-Url: http://git.postgresql.org/gitweb/static/session/%7B%7Bsession.id%7D%7D-%7B%7Bsession.title%7Cslugify%7D%7D?a=commitdiff_plain;h=f27f08c213daa9c0812c2e1c34ad2089858676a8;p=pgrpms.git pgFormatter: Update to 5.7 per changes described at https://github.com/darold/pgFormatter/releases/tag/v5.7 --- diff --git a/rpm/redhat/main/common/pgFormatter/main/pgFormatter.spec b/rpm/redhat/main/common/pgFormatter/main/pgFormatter.spec index 436ea05d4..9bf58c714 100644 --- a/rpm/redhat/main/common/pgFormatter/main/pgFormatter.spec +++ b/rpm/redhat/main/common/pgFormatter/main/pgFormatter.spec @@ -1,7 +1,7 @@ Summary: A PostgreSQL SQL syntax beautifier Name: pgFormatter -Version: 5.6 -Release: 2PGDG%{?dist} +Version: 5.7 +Release: 1PGDG%{?dist} License: BSD Source0: https://github.com/darold/%{name}/archive/v%{version}.tar.gz URL: https://github.com/darold/%{name}/ @@ -40,6 +40,10 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{perl_vendorlib}/%{name}/*.pm %changelog +* Fri Aug 29 2025 - Devrim Gündüz 5.7-1PGDG +- Update to 5.7 per changes described at: + https://github.com/darold/pgFormatter/releases/tag/v5.7 + * Tue Mar 25 2025 - Devrim Gündüz 5.6-2PGDG - perl-macros is not needed/available on SLES 15. It is a part of the main rpm package.