From a896e48fea441c9d79951396f294e0b938b7023b Mon Sep 17 00:00:00 2001 From: "okbob@github.com" Date: Mon, 27 Apr 2020 14:53:18 +0200 Subject: [PATCH] prepare for 1.9.1 --- META.json | 4 ++-- postgresql10-plpgsql_check.spec | 5 ++++- postgresql11-plpgsql_check.spec | 5 ++++- postgresql12-plpgsql_check.spec | 5 ++++- postgresql13-plpgsql_check.spec | 5 ++++- postgresql95-plpgsql_check.spec | 5 ++++- postgresql96-plpgsql_check.spec | 5 ++++- 7 files changed, 26 insertions(+), 8 deletions(-) diff --git a/META.json b/META.json index de3c93d..c8f5246 100644 --- a/META.json +++ b/META.json @@ -2,7 +2,7 @@ "name": "plpgsql_check", "abstract": "Additional tools for plpgsql functions validation", "description": "The plpgsql_check is PostgreSQL extension with functionality for direct or indirect extra validation of functions in plpgsql language. It verifies a validity of SQL identifiers used in plpgsql code. It try to identify a performance issues. Modern versions has integrated profiler. The table and function dependencies can be displayed", - "version": "1.9.0", + "version": "1.9.1", "maintainer": "Pavel STEHULE ", "license": "bsd", "provides": { @@ -10,7 +10,7 @@ "abstract": "Additional tools for plpgsql functions validation", "file": "sql/plpgsql_check_active.sql", "docfile": "README.md", - "version": "1.9.0" + "version": "1.9.1" } }, "prereqs": { diff --git a/postgresql10-plpgsql_check.spec b/postgresql10-plpgsql_check.spec index b28ffc0..199ea64 100644 --- a/postgresql10-plpgsql_check.spec +++ b/postgresql10-plpgsql_check.spec @@ -3,7 +3,7 @@ %global sname plpgsql_check Name: %{sname}_%{pgmajorversion} -Version: 1.9.0 +Version: 1.9.1 Release: 1%{?dist} Summary: Additional tools for plpgsql functions validation @@ -46,6 +46,9 @@ rm -rf %{buildroot} %{pginstdir}/share/extension/plpgsql_check.control %changelog +* Mon Apr 27 2020 - Pavel STEHULE 1.9.1 +- minor bugfixes + * Mon Mar 30 2020 - Pavel STEHULE 1.9.0 - statement and branch coverage metrics - remove support for Postgres 9.4 diff --git a/postgresql11-plpgsql_check.spec b/postgresql11-plpgsql_check.spec index 0551362..e0a0a5c 100644 --- a/postgresql11-plpgsql_check.spec +++ b/postgresql11-plpgsql_check.spec @@ -3,7 +3,7 @@ %global sname plpgsql_check Name: %{sname}_%{pgmajorversion} -Version: 1.9.0 +Version: 1.9.1 Release: 1%{?dist} Summary: Additional tools for plpgsql functions validation @@ -47,6 +47,9 @@ rm -rf %{buildroot} %{pginstdir}/share/extension/plpgsql_check.control %changelog +* Mon Apr 27 2020 - Pavel STEHULE 1.9.1 +- minor bugfixes + * Mon Mar 30 2020 - Pavel STEHULE 1.9.0 - statement and branch coverage metrics - remove support for Postgres 9.4 diff --git a/postgresql12-plpgsql_check.spec b/postgresql12-plpgsql_check.spec index de450e8..e6e51a8 100644 --- a/postgresql12-plpgsql_check.spec +++ b/postgresql12-plpgsql_check.spec @@ -3,7 +3,7 @@ %global sname plpgsql_check Name: %{sname}_%{pgmajorversion} -Version: 1.9.0 +Version: 1.9.1 Release: 1%{?dist} Summary: Additional tools for plpgsql functions validation @@ -47,6 +47,9 @@ rm -rf %{buildroot} %{pginstdir}/share/extension/plpgsql_check.control %changelog +* Mon Apr 27 2020 - Pavel STEHULE 1.9.1 +- minor bugfixes + * Mon Mar 30 2020 - Pavel STEHULE 1.9.0 - statement and branch coverage metrics - remove support for Postgres 9.4 diff --git a/postgresql13-plpgsql_check.spec b/postgresql13-plpgsql_check.spec index b0b9ca1..bff4e85 100644 --- a/postgresql13-plpgsql_check.spec +++ b/postgresql13-plpgsql_check.spec @@ -3,7 +3,7 @@ %global sname plpgsql_check Name: %{sname}_%{pgmajorversion} -Version: 1.9.0 +Version: 1.9.1 Release: 1%{?dist} Summary: Additional tools for plpgsql functions validation @@ -47,6 +47,9 @@ rm -rf %{buildroot} %{pginstdir}/share/extension/plpgsql_check.control %changelog +* Mon Apr 27 2020 - Pavel STEHULE 1.9.1 +- minor bugfixes + * Mon Mar 30 2020 - Pavel STEHULE 1.9.0 - statement and branch coverage metrics - remove support for Postgres 9.4 diff --git a/postgresql95-plpgsql_check.spec b/postgresql95-plpgsql_check.spec index c7f472b..c3002cd 100644 --- a/postgresql95-plpgsql_check.spec +++ b/postgresql95-plpgsql_check.spec @@ -3,7 +3,7 @@ %global sname plpgsql_check Name: %{sname}_%{pgmajorversion} -Version: 1.9.0 +Version: 1.9.1 Release: 1%{?dist} Summary: Additional tools for plpgsql functions validation @@ -47,6 +47,9 @@ rm -rf %{buildroot} %{pginstdir}/share/extension/plpgsql_check.control %changelog +* Mon Apr 27 2020 - Pavel STEHULE 1.9.1 +- minor bugfixes + * Mon Mar 30 2020 - Pavel STEHULE 1.9.0 - statement and branch coverage metrics - remove support for Postgres 9.4 diff --git a/postgresql96-plpgsql_check.spec b/postgresql96-plpgsql_check.spec index e2db6af..99136a0 100644 --- a/postgresql96-plpgsql_check.spec +++ b/postgresql96-plpgsql_check.spec @@ -3,7 +3,7 @@ %global sname plpgsql_check Name: %{sname}_%{pgmajorversion} -Version: 1.9.0 +Version: 1.9.1 Release: 1%{?dist} Summary: Additional tools for plpgsql functions validation @@ -47,6 +47,9 @@ rm -rf %{buildroot} %{pginstdir}/share/extension/plpgsql_check.control %changelog +* Mon Apr 27 2020 - Pavel STEHULE 1.9.1 +- minor bugfixes + * Mon Mar 30 2020 - Pavel STEHULE 1.9.0 - statement and branch coverage metrics - remove support for Postgres 9.4