logerrors: Update to 2.1.5 per changes described at:
authorDevrim Gunduz <devrim@gunduz.org>
Thu, 18 Sep 2025 16:50:33 +0000 (11:50 -0500)
committerDevrim Gunduz <devrim@gunduz.org>
Thu, 18 Sep 2025 16:50:33 +0000 (11:50 -0500)
  https://github.com/munakoiso/logerrors/releases/tag/v2.1.5
  https://github.com/munakoiso/logerrors/releases/tag/v2.1.4

rpm/redhat/main/non-common/logerrors/main/logerrors.spec

index e87cf4e2c981ed0a792f111ad9d66b2c2957b07c..b41cc21d9a0e41105f2eaefbe1a53efadc2cd7f6 100644 (file)
@@ -4,8 +4,8 @@
 
 Summary:       Extension for PostgreSQL for collecting statistics about messages in logfile
 Name:          %{sname}_%{pgmajorversion}
-Version:       2.1.3
-Release:       2PGDG%{?dist}
+Version:       2.1.5
+Release:       1PGDG%{?dist}
 License:       PostgreSQL
 URL:           https://github.com/munakoiso/%{sname}
 Source0:       https://github.com/munakoiso/%{sname}/archive/v%{version}.tar.gz
@@ -62,6 +62,11 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %make_install
 %endif
 
 %changelog
+* Thu Sep 18 2025 - Devrim Gündüz <devrim@gunduz.org> - 2.1.5-1PGDG
+- Update to 2.1.5 per changes described at:
+  https://github.com/munakoiso/logerrors/releases/tag/v2.1.5
+  https://github.com/munakoiso/logerrors/releases/tag/v2.1.4
+
 * Thu Jan 2 2025 Devrim Gündüz <devrim@gunduz.org> - 2.1.3-2PGDG
 - Update LLVM dependencies
 - Fix location of the README file.