Skip to content

Commit

Permalink
prepare for 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
okbob committed Aug 26, 2016
1 parent 83f2eb6 commit 7407df7
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 20 deletions.
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"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.",
"version": "1.0.5",
"version": "1.0.6",
"maintainer": "Pavel STEHULE <[email protected]>",
"license": "bsd",
"provides": {
"plpgsql_check": {
"abstract": "Additional tools for plpgsql functions validation",
"file": "sql/plpgsql_check_active.sql",
"docfile": "README.md",
"version": "1.0.5"
"version": "1.0.6"
}
},
"prereqs": {
Expand Down
9 changes: 6 additions & 3 deletions postgresql10-plpgsql_check.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
%global sname plpgsql_check

Name: %{sname}_%{pgmajorversion}
Version: 1.0.5
Version: 1.0.6
Release: 1%{?dist}
Summary: Additional tools for plpgsql functions validation

Group: Applications/Databases
License: BSD
URL: https://github.com/okbob/plpgsql_check/archive/v1.0.5.zip
Source0: plpgsql_check-1.0.5.zip
Source0: plpgsql_check-1.0.6.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: postgresql%{pgmajorversion}-devel
Expand All @@ -23,7 +23,7 @@ a validity of SQL identifiers used in plpgsql code. It try to identify
a performance issues.

%prep
%setup -q -n %{sname}-1.0.5
%setup -q -n %{sname}-1.0.6


%build
Expand All @@ -48,6 +48,9 @@ rm -rf %{buildroot}


%changelog
* Fri Aug 26 2016 - Pavel STEHULE <[email protected]> 1.0.6-1
- fix version

* Thu Aug 25 2016 - Pavel STEHULE <[email protected]> 1.0.5-1
- minor fixes, support for PostgreSQL 10

Expand Down
9 changes: 6 additions & 3 deletions postgresql92-plpgsql_check.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
%global sname plpgsql_check

Name: %{sname}_%{pgmajorversion}
Version: 1.0.5
Version: 1.0.6
Release: 1%{?dist}
Summary: Additional tools for plpgsql functions validation

Group: Applications/Databases
License: BSD
URL: https://github.com/okbob/plpgsql_check/archive/v1.0.5.zip
Source0: plpgsql_check-1.0.5.zip
Source0: plpgsql_check-1.0.6.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: postgresql%{pgmajorversion}-devel
Expand All @@ -23,7 +23,7 @@ a validity of SQL identifiers used in plpgsql code. It try to identify
a performance issues.

%prep
%setup -q -n %{sname}-1.0.5
%setup -q -n %{sname}-1.0.6


%build
Expand All @@ -48,6 +48,9 @@ rm -rf %{buildroot}


%changelog
* Fri Aug 26 2016 - Pavel STEHULE <[email protected]> 1.0.6-1
- fix version

* Thu Aug 25 2016 - Pavel STEHULE <[email protected]> 1.0.5-1
- minor fixes, support for PostgreSQL 10

Expand Down
9 changes: 6 additions & 3 deletions postgresql93-plpgsql_check.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
%global sname plpgsql_check

Name: %{sname}_%{pgmajorversion}
Version: 1.0.5
Version: 1.0.6
Release: 1%{?dist}
Summary: Additional tools for plpgsql functions validation

Group: Applications/Databases
License: BSD
URL: https://github.com/okbob/plpgsql_check/archive/v1.0.5.zip
Source0: plpgsql_check-1.0.5.zip
Source0: plpgsql_check-1.0.6.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: postgresql%{pgmajorversion}-devel
Expand All @@ -23,7 +23,7 @@ a validity of SQL identifiers used in plpgsql code. It try to identify
a performance issues.

%prep
%setup -q -n %{sname}-1.0.5
%setup -q -n %{sname}-1.0.6


%build
Expand All @@ -48,6 +48,9 @@ rm -rf %{buildroot}


%changelog
* Fri Aug 26 2016 - Pavel STEHULE <[email protected]> 1.0.6-1
- fix version

* Thu Aug 25 2016 - Pavel STEHULE <[email protected]> 1.0.5-1
- minor fixes, support for PostgreSQL 10

Expand Down
9 changes: 6 additions & 3 deletions postgresql94-plpgsql_check.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
%global sname plpgsql_check

Name: %{sname}_%{pgmajorversion}
Version: 1.0.5
Version: 1.0.6
Release: 1%{?dist}
Summary: Additional tools for plpgsql functions validation

Group: Applications/Databases
License: BSD
URL: https://github.com/okbob/plpgsql_check/archive/v1.0.5.zip
Source0: plpgsql_check-1.0.5.zip
Source0: plpgsql_check-1.0.6.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: postgresql%{pgmajorversion}-devel
Expand All @@ -23,7 +23,7 @@ a validity of SQL identifiers used in plpgsql code. It try to identify
a performance issues.

%prep
%setup -q -n %{sname}-1.0.5
%setup -q -n %{sname}-1.0.6


%build
Expand All @@ -48,6 +48,9 @@ rm -rf %{buildroot}


%changelog
* Fri Aug 26 2016 - Pavel STEHULE <[email protected]> 1.0.6-1
- fix version

* Thu Aug 25 2016 - Pavel STEHULE <[email protected]> 1.0.5-1
- minor fixes, support for PostgreSQL 10

Expand Down
9 changes: 6 additions & 3 deletions postgresql95-plpgsql_check.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
%global sname plpgsql_check

Name: %{sname}_%{pgmajorversion}
Version: 1.0.5
Version: 1.0.6
Release: 1%{?dist}
Summary: Additional tools for plpgsql functions validation

Group: Applications/Databases
License: BSD
URL: https://github.com/okbob/plpgsql_check/archive/v1.0.5.zip
Source0: plpgsql_check-1.0.5.zip
Source0: plpgsql_check-1.0.6.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: postgresql%{pgmajorversion}-devel
Expand All @@ -23,7 +23,7 @@ a validity of SQL identifiers used in plpgsql code. It try to identify
a performance issues.

%prep
%setup -q -n %{sname}-1.0.5
%setup -q -n %{sname}-1.0.6


%build
Expand All @@ -48,6 +48,9 @@ rm -rf %{buildroot}


%changelog
* Fri Aug 26 2016 - Pavel STEHULE <[email protected]> 1.0.6-1
- fix version

* Thu Aug 25 2016 - Pavel STEHULE <[email protected]> 1.0.5-1
- minor fixes, support for PostgreSQL 10

Expand Down
9 changes: 6 additions & 3 deletions postgresql96-plpgsql_check.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
%global sname plpgsql_check

Name: %{sname}_%{pgmajorversion}
Version: 1.0.5
Version: 1.0.6
Release: 1%{?dist}
Summary: Additional tools for plpgsql functions validation

Group: Applications/Databases
License: BSD
URL: https://github.com/okbob/plpgsql_check/archive/v1.0.5.zip
Source0: plpgsql_check-1.0.5.zip
Source0: plpgsql_check-1.0.6.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: postgresql%{pgmajorversion}-devel
Expand All @@ -23,7 +23,7 @@ a validity of SQL identifiers used in plpgsql code. It try to identify
a performance issues.

%prep
%setup -q -n %{sname}-1.0.5
%setup -q -n %{sname}-1.0.6


%build
Expand All @@ -48,6 +48,9 @@ rm -rf %{buildroot}


%changelog
* Fri Aug 26 2016 - Pavel STEHULE <[email protected]> 1.0.6-1
- fix version

* Thu Aug 25 2016 - Pavel STEHULE <[email protected]> 1.0.5-1
- minor fixes, support for PostgreSQL 10

Expand Down

0 comments on commit 7407df7

Please sign in to comment.