pgFormatter: Update to 5.7 per changes described at https://github.com/darold/pgForm...
authorDevrim Gunduz <devrim@gunduz.org>
Fri, 29 Aug 2025 10:15:52 +0000 (13:15 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Fri, 29 Aug 2025 10:15:52 +0000 (13:15 +0300)
rpm/redhat/main/common/pgFormatter/main/pgFormatter.spec

index 436ea05d4fb2d620a884f3497f488e5691545e56..9bf58c7143d8962039e4b0877f3f84d313363570 100644 (file)
@@ -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 <devrim@gunduz.org> 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 <devrim@gunduz.org> 5.6-2PGDG
 - perl-macros is not needed/available on SLES 15. It is a part
   of the main rpm package.