Skip to content

Commit

Permalink
Change version from plr--8.3.0.16 -> plr--8.3.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Sep 28, 2016
1 parent 42ed3da commit 08b67b0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SRCS += plr.c pg_conversion.c pg_backend_support.c pg_userfuncs.c pg_rsupport.c
OBJS := $(SRCS:.c=.o)
SHLIB_LINK += -L$(r_libdir1x) -L$(r_libdir2x) -lR
DATA_built = plr.sql
DATA = plr--8.3.0.16.sql plr--unpackaged--8.3.0.16.sql
DATA = plr--8.3.0.17.sql plr--unpackaged--8.3.0.17.sql
DOCS = README.plr
REGRESS = plr
EXTRA_CLEAN = doc/html/* doc/plr-US.aux doc/plr-*.log doc/plr-*.out doc/plr-*.pdf doc/plr-*.tex-pdf
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* plr/plr--unpackaged--8.3.0.16.sql */
/* plr/plr--unpackaged--8.3.0.17.sql */

ALTER EXTENSION plr ADD type plr_environ_type;
ALTER EXTENSION plr ADD type r_typename;
Expand Down
2 changes: 1 addition & 1 deletion plr.control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# plr extension
comment = 'load R interpreter and execute R script from within a database'
default_version = '8.3.0.16'
default_version = '8.3.0.17'
module_pathname = '$libdir/plr'
relocatable = true
6 changes: 3 additions & 3 deletions plr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%define pkgsharedir %(pg_config --sharedir)
Summary: A loadable procedural language that enables you to write PostgreSQL functions and triggers in the R programming language.
Name: plr
Version: 8.3.0.16
Version: 8.3.0.17
Release: 1%{?dist}
License: BSD
Group: Applications/Databases
Expand Down Expand Up @@ -52,6 +52,6 @@ rm -rf %{buildroot}
%doc %{pkgdocdir}/extension/README.plr
%{pkgsharedir}/extension/plr.sql
%{pkgsharedir}/extension/plr.control
%{pkgsharedir}/extension/plr--8.3.0.16.sql
%{pkgsharedir}/extension/plr--unpackaged--8.3.0.16.sql
%{pkgsharedir}/extension/plr--8.3.0.17.sql
%{pkgsharedir}/extension/plr--unpackaged--8.3.0.17.sql
%{pkglibdir}/plr.so*

0 comments on commit 08b67b0

Please sign in to comment.