-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.0.0-alpha.3.2: Allow upgrades from official PostgreSQL packages
- Loading branch information
1 parent
70ba190
commit 7cb8dbf
Showing
6 changed files
with
36 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
Name: postgresql-10-tds_fdw | ||
Version: 2.0.0 | ||
Release: alpha.3.1%{?dist} | ||
Release: alpha.3.2%{?dist} | ||
Summary: TDS foreing data wrapper for PostgreSQL 10.0 | ||
|
||
License: None | ||
URL: https://github.com/tds-fdw/tds_fdw | ||
Source: https://github.com/tds-fdw/tds_fdw/archive/v2.0.0-alpha.3.tar.gz | ||
|
||
Provides: tds_fdw10 | ||
|
||
Requires: postgresql10 >= 10.0 | ||
Requires: postgresql10-server >= 10.0 | ||
Requires: postgresql10-libs >= 10.0 | ||
|
@@ -53,6 +55,9 @@ rm -rf %{buildroot} | |
|
||
%changelog | ||
|
||
* Sat Jan 19 2019 Julio Gonzalez Gil <[email protected]> 2.0.0-alpha.3.2 | ||
- Allow upgrades from official PostgreSQL packages | ||
|
||
* Sat Jan 19 2019 Julio Gonzalez Gil <[email protected]> - 2.0.0-alpha.3.1 | ||
- 2.0.0-alpha.3 build from https://github.com/tds-fdw/tds_fdw | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
Name: postgresql-11-tds_fdw | ||
Version: 2.0.0 | ||
Release: alpha.3.1%{?dist} | ||
Release: alpha.3.2%{?dist} | ||
Summary: TDS foreing data wrapper for PostgreSQL 11 | ||
|
||
License: None | ||
URL: https://github.com/tds-fdw/tds_fdw | ||
Source: https://github.com/tds-fdw/tds_fdw/archive/v2.0.0-alpha.3.tar.gz | ||
|
||
Provides: tds_fdw10 | ||
|
||
Requires: postgresql11 >= 11.0 | ||
Requires: postgresql11-server >= 11.0 | ||
Requires: postgresql11-libs >= 11.0 | ||
|
@@ -63,6 +65,9 @@ rm -rf %{buildroot} | |
|
||
%changelog | ||
|
||
* Sat Jan 19 2019 Julio Gonzalez Gil <[email protected]> 2.0.0-alpha.3.2 | ||
- Allow upgrades from official PostgreSQL packages | ||
|
||
* Sat Jan 19 2019 Julio Gonzalez Gil <[email protected]> - 2.0.0-alpha.3.1 | ||
- 2.0.0-alpha.3 build from https://github.com/tds-fdw/tds_fdw | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
Name: postgresql-93-tds_fdw | ||
Version: 2.0.0 | ||
Release: alpha.3.1%{?dist} | ||
Release: alpha.3.2%{?dist} | ||
Summary: TDS foreing data wrapper for PostgreSQL 9.3 | ||
|
||
License: None | ||
URL: https://github.com/tds-fdw/tds_fdw | ||
Source: https://github.com/tds-fdw/tds_fdw/archive/v2.0.0-alpha.3.tar.gz | ||
|
||
Provides: tds_fdw93 | ||
|
||
Requires: postgresql93 >= 9.3.4 | ||
Requires: postgresql93-server >= 9.3.4 | ||
Requires: postgresql93-libs >= 9.3.4 | ||
|
@@ -53,6 +55,9 @@ rm -rf %{buildroot} | |
|
||
%changelog | ||
|
||
* Sat Jan 19 2019 Julio Gonzalez Gil <[email protected]> 2.0.0-alpha.3.2 | ||
- Allow upgrades from official PostgreSQL packages | ||
|
||
* Sat Jan 19 2019 Julio Gonzalez Gil <[email protected]> - 2.0.0-alpha.3.1 | ||
- 2.0.0-alpha.3 build from https://github.com/tds-fdw/tds_fdw | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
Name: postgresql-94-tds_fdw | ||
Version: 2.0.0 | ||
Release: alpha.3.1%{?dist} | ||
Release: alpha.3.2%{?dist} | ||
Summary: TDS foreing data wrapper for PostgreSQL 9.4 | ||
|
||
License: None | ||
URL: https://github.com/tds-fdw/tds_fdw | ||
Source: https://github.com/tds-fdw/tds_fdw/archive/v2.0.0-alpha.3.tar.gz | ||
|
||
Provides: tds_fdw94 | ||
|
||
Requires: postgresql94 >= 9.4.1 | ||
Requires: postgresql94-server >= 9.4.1 | ||
Requires: postgresql94-libs >= 9.4.1 | ||
|
@@ -53,6 +55,9 @@ rm -rf %{buildroot} | |
|
||
%changelog | ||
|
||
* Sat Jan 19 2019 Julio Gonzalez Gil <[email protected]> 2.0.0-alpha.3.2 | ||
- Allow upgrades from official PostgreSQL packages | ||
|
||
* Sat Jan 19 2019 Julio Gonzalez Gil <[email protected]> - 2.0.0-alpha.3.1 | ||
- 2.0.0-alpha.3 build from https://github.com/tds-fdw/tds_fdw | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
Name: postgresql-95-tds_fdw | ||
Version: 2.0.0 | ||
Release: alpha.3.1%{?dist} | ||
Release: alpha.3.2%{?dist} | ||
Summary: TDS foreing data wrapper for PostgreSQL 9.5 | ||
|
||
License: None | ||
URL: https://github.com/tds-fdw/tds_fdw | ||
Source: https://github.com/tds-fdw/tds_fdw/archive/v2.0.0-alpha.3.tar.gz | ||
|
||
Provides: tds_fdw95 | ||
|
||
Requires: postgresql95 >= 9.5.1 | ||
Requires: postgresql95-server >= 9.5.1 | ||
Requires: postgresql95-libs >= 9.5.1 | ||
|
@@ -53,6 +55,9 @@ rm -rf %{buildroot} | |
|
||
%changelog | ||
|
||
* Sat Jan 19 2019 Julio Gonzalez Gil <[email protected]> 2.0.0-alpha.3.2 | ||
- Allow upgrades from official PostgreSQL packages | ||
|
||
* Sat Jan 19 2019 Julio Gonzalez Gil <[email protected]> - 2.0.0-alpha.3.1 | ||
- 2.0.0-alpha.3 build from https://github.com/tds-fdw/tds_fdw | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
Name: postgresql-96-tds_fdw | ||
Version: 2.0.0 | ||
Release: alpha.3.1%{?dist} | ||
Release: alpha.3.2%{?dist} | ||
Summary: TDS foreing data wrapper for PostgreSQL 9.6 | ||
|
||
License: None | ||
URL: https://github.com/tds-fdw/tds_fdw | ||
Source: https://github.com/tds-fdw/tds_fdw/archive/v2.0.0-alpha.3.tar.gz | ||
|
||
Provides: tds_fdw96 | ||
|
||
Requires: postgresql96 >= 9.6.1 | ||
Requires: postgresql96-server >= 9.6.1 | ||
Requires: postgresql96-libs >= 9.6.1 | ||
|
@@ -53,6 +55,9 @@ rm -rf %{buildroot} | |
|
||
%changelog | ||
|
||
* Sat Jan 19 2019 Julio Gonzalez Gil <[email protected]> 2.0.0-alpha.3.2 | ||
- Allow upgrades from official PostgreSQL packages | ||
|
||
* Sat Jan 19 2019 Julio Gonzalez Gil <[email protected]> - 2.0.0-alpha.3.1 | ||
- 2.0.0-alpha.3 build from https://github.com/tds-fdw/tds_fdw | ||
|
||
|