Skip to content

Commit

Permalink
Update to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
juliogonzalez committed Oct 25, 2015
1 parent b109fc8 commit d5bf01a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 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.3-1.*.$HOSTTYPE.rpm for PostgreSQL 9.3
rpm -Uvh RPMS/$HOSTTYPE/postgresql-93-tds_fdw-1.0.6-1.*.$HOSTTYPE.rpm for PostgreSQL 9.3

or

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


%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.3.sql
%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.control
%doc /usr/share/doc/%{name}-%{version}/README.md



%changelog

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

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


%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.3.sql
%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.control
%doc /usr/share/doc/%{name}-%{version}/README.md



%changelog

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

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

Expand Down
2 changes: 1 addition & 1 deletion clean
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
rm -rf BUILD/* BUILDROOT/* RPMS/* SRPMS/* SOURCES/*.tar.gz
rm -rf BUILD BUILDROOT RPMS SRPMS SOURCES
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.3"
MODULE_VER="1.0.6"
VERSIONS="9.3 9.4"

function help() {
Expand Down

0 comments on commit d5bf01a

Please sign in to comment.