Skip to content

Commit

Permalink
Update to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
juliogonzalez committed Jan 6, 2016
1 parent d5bf01a commit 0620fec
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Build the RPMs:

And install:

rpm -Uvh RPMS/$HOSTTYPE/postgresql-93-tds_fdw-1.0.6-1.*.$HOSTTYPE.rpm for PostgreSQL 9.3
rpm -Uvh RPMS/$HOSTTYPE/postgresql-93-tds_fdw-1.0.7-1.*.$HOSTTYPE.rpm for PostgreSQL 9.3

or

rpm -Uvh RPMS/$HOSTTYPE/postgresql-94-tds_fdw-1.0.6-1.*.$HOSTTYPE.rpm for PostgreSQL 9.4
rpm -Uvh RPMS/$HOSTTYPE/postgresql-94-tds_fdw-1.0.7-1.*.$HOSTTYPE.rpm for PostgreSQL 9.4
9 changes: 6 additions & 3 deletions SPECS/tds_fdw-93.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: postgresql-93-tds_fdw
Version: 1.0.6
Version: 1.0.7
Release: 1%{?dist}
Summary: TDS foreing data wrapper for PostgreSQL 9.3

Expand All @@ -25,7 +25,7 @@ It does not yet support write operations, as added in PostgreSQL 9.3.
%global debug_package %{nil}

%prep
%setup -q -n tds_fdw-1.0.6
%setup -q -n tds_fdw-1.0.7


%build
Expand All @@ -43,14 +43,17 @@ rm -rf %{buildroot}

%files
%attr(755, root, root)/usr/pgsql-9.3/lib/tds_fdw.so
%attr(644, root, root)/usr/pgsql-9.3/share/extension/tds_fdw--1.0.6.sql
%attr(644, root, root)/usr/pgsql-9.3/share/extension/tds_fdw--1.0.7.sql
%attr(644, root, root)/usr/pgsql-9.3/share/extension/tds_fdw.control
%doc /usr/share/doc/%{name}-%{version}/README.md



%changelog

* Thu Jan 07 2016 Julio Gonzalez Gil <[email protected]> - 1.0.7
- 1.0.7 build from https://github.com/GeoffMontee/tds_fdw

* Sun Oct 25 2015 Julio Gonzalez Gil <[email protected]> - 1.0.6
- 1.0.6 build from https://github.com/GeoffMontee/tds_fdw

Expand Down
9 changes: 6 additions & 3 deletions SPECS/tds_fdw-94.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: postgresql-94-tds_fdw
Version: 1.0.6
Version: 1.0.7
Release: 1%{?dist}
Summary: TDS foreing data wrapper for PostgreSQL 9.4

Expand All @@ -25,7 +25,7 @@ It does not yet support write operations, as added in PostgreSQL 9.3.
%global debug_package %{nil}

%prep
%setup -q -n tds_fdw-1.0.6
%setup -q -n tds_fdw-1.0.7


%build
Expand All @@ -43,14 +43,17 @@ rm -rf %{buildroot}

%files
%attr(755, root, root)/usr/pgsql-9.4/lib/tds_fdw.so
%attr(644, root, root)/usr/pgsql-9.4/share/extension/tds_fdw--1.0.6.sql
%attr(644, root, root)/usr/pgsql-9.4/share/extension/tds_fdw--1.0.7.sql
%attr(644, root, root)/usr/pgsql-9.4/share/extension/tds_fdw.control
%doc /usr/share/doc/%{name}-%{version}/README.md



%changelog

* Thu Jan 07 2016 Julio Gonzalez Gil <[email protected]> - 1.0.7
- 1.0.7 build from https://github.com/GeoffMontee/tds_fdw

* Sun Oct 25 2015 Julio Gonzalez Gil <[email protected]> - 1.0.6
- 1.0.6 build from https://github.com/GeoffMontee/tds_fdw

Expand Down
2 changes: 1 addition & 1 deletion tds_fdw-rpm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT=$(basename ${0})
MODULE_VER="1.0.6"
MODULE_VER="1.0.7"
VERSIONS="9.3 9.4"

function help() {
Expand Down

0 comments on commit 0620fec

Please sign in to comment.