Skip to content

Commit

Permalink
Update to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
juliogonzalez committed Sep 13, 2015
1 parent aeceb2a commit b109fc8
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.2-1.*.$HOSTTYPE.rpm for PostgreSQL 9.3
rpm -Uvh RPMS/$HOSTTYPE/postgresql-93-tds_fdw-1.0.3-1.*.$HOSTTYPE.rpm for PostgreSQL 9.3

or

rpm -Uvh RPMS/$HOSTTYPE/postgresql-94-tds_fdw-1.0.2-1.*.$HOSTTYPE.rpm for PostgreSQL 9.4
rpm -Uvh RPMS/$HOSTTYPE/postgresql-94-tds_fdw-1.0.3-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.2
Version: 1.0.3
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.2
%setup -q -n tds_fdw-1.0.3


%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.2.sql
%attr(644, root, root)/usr/pgsql-9.3/share/extension/tds_fdw--1.0.3.sql
%attr(644, root, root)/usr/pgsql-9.3/share/extension/tds_fdw.control
%doc /usr/share/doc/%{name}-%{version}/README.md



%changelog

* Sun Sep 13 2015 Julio Gonzalez Gil <[email protected]> - 1.0.3
- 1.0.3 build from https://github.com/GeoffMontee/tds_fdw

* Sun Sep 13 2015 Julio Gonzalez Gil <[email protected]> - 1.0.2
- 1.0.2 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.2
Version: 1.0.3
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.2
%setup -q -n tds_fdw-1.0.3


%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.2.sql
%attr(644, root, root)/usr/pgsql-9.4/share/extension/tds_fdw--1.0.3.sql
%attr(644, root, root)/usr/pgsql-9.4/share/extension/tds_fdw.control
%doc /usr/share/doc/%{name}-%{version}/README.md



%changelog

* Sun Sep 13 2015 Julio Gonzalez Gil <[email protected]> - 1.0.3
- 1.0.3 build from https://github.com/GeoffMontee/tds_fdw

* Sun Sep 13 2015 Julio Gonzalez Gil <[email protected]> - 1.0.2
- 1.0.2 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.2"
MODULE_VER="1.0.3"
VERSIONS="9.3 9.4"

function help() {
Expand Down

0 comments on commit b109fc8

Please sign in to comment.