Skip to content

Commit

Permalink
preparing for 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
okbob committed Oct 12, 2015
1 parent 86c0344 commit f6ca7ef
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 22 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.2",
"version": "1.0.3",
"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.2"
"version": "1.0.3"
}
},
"prereqs": {
Expand Down
1 change: 1 addition & 0 deletions plpgsql_check.control
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ comment = 'extended check for plpgsql functions'
default_version = '1.0'
module_pathname = '$libdir/plpgsql_check'
relocatable = true
requires = 'plpgsql'
14 changes: 9 additions & 5 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.2
Release: 2%{?dist}
Version: 1.0.3
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.2.zip
Source0: plpgsql_check-1.0.2.zip
URL: https://github.com/okbob/plpgsql_check/archive/v1.0.3.zip
Source0: plpgsql_check-1.0.3.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.2
%setup -q -n %{sname}-1.0.3


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


%changelog
* Mon Oct 12 2015 - Pavel STEHULE <[email protected]> 1.0.3-1
- fix false alarms of unused cursor variables
- fix regress tests

* Thu Jul 09 2015 - Pavel STEHULE <[email protected]> 1.0.2-2
- bugfix release

Expand Down
14 changes: 9 additions & 5 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.2
Release: 2%{?dist}
Version: 1.0.3
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.2.zip
Source0: plpgsql_check-1.0.2.zip
URL: https://github.com/okbob/plpgsql_check/archive/v1.0.3.zip
Source0: plpgsql_check-1.0.3.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.2
%setup -q -n %{sname}-1.0.3


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


%changelog
* Mon Oct 12 2015 - Pavel STEHULE <[email protected]> 1.0.3-1
- fix false alarms of unused cursor variables
- fix regress tests

* Thu Jul 09 2015 - Pavel STEHULE <[email protected]> 1.0.2-2
- bugfix release

Expand Down
14 changes: 9 additions & 5 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.2
Release: 2%{?dist}
Version: 1.0.3
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.2.zip
Source0: plpgsql_check-1.0.2.zip
URL: https://github.com/okbob/plpgsql_check/archive/v1.0.3.zip
Source0: plpgsql_check-1.0.3.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.2
%setup -q -n %{sname}-1.0.3


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


%changelog
* Mon Oct 12 2015 - Pavel STEHULE <[email protected]> 1.0.3-1
- fix false alarms of unused cursor variables
- fix regress tests

* Thu Jul 09 2015 - Pavel STEHULE <[email protected]> 1.0.2-2
- bugfix release

Expand Down
14 changes: 9 additions & 5 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.2
Release: 2%{?dist}
Version: 1.0.3
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.2.zip
Source0: plpgsql_check-1.0.2.zip
URL: https://github.com/okbob/plpgsql_check/archive/v1.0.3.zip
Source0: plpgsql_check-1.0.3.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.2
%setup -q -n %{sname}-1.0.3


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


%changelog
* Mon Oct 12 2015 - Pavel STEHULE <[email protected]> 1.0.3-1
- fix false alarms of unused cursor variables
- fix regress tests

* Thu Jul 09 2015 - Pavel STEHULE <[email protected]> 1.0.2-2
- bugfix release

Expand Down

0 comments on commit f6ca7ef

Please sign in to comment.