-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b285842
commit 206c001
Showing
17 changed files
with
63 additions
and
51 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
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
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,5 +1,5 @@ | ||
# SPEC file for dblink_plus | ||
# Copyright(C) 2024 NIPPON TELEGRAPH AND TELEPHONE CORPORATION | ||
# Copyright(C) 2025 NIPPON TELEGRAPH AND TELEPHONE CORPORATION | ||
|
||
%define _pgdir /usr/pgsql-15 | ||
%define _bindir %{_pgdir}/bin | ||
|
@@ -11,7 +11,7 @@ | |
## Set general information | ||
Summary: PostgreSQL module to connect PostgreSQL/Oracle | ||
Name: dblink_plus | ||
Version: 1.0.9 | ||
Version: 1.0.10 | ||
Release: 1%{?dist} | ||
License: BSD | ||
Group: Applications/Databases | ||
|
@@ -35,11 +35,11 @@ Note that this package is available for only PostgreSQL 15. | |
|
||
%package llvmjit | ||
Requires: postgresql15-server, postgresql15-llvmjit | ||
Requires: dblink_plus = 1.0.9 | ||
Requires: dblink_plus = 1.0.10 | ||
Summary: Just-in-time compilation support for dblink_plus | ||
|
||
%description llvmjit | ||
Just-in-time compilation support for dblink_plus 1.0.9 | ||
Just-in-time compilation support for dblink_plus 1.0.10 | ||
|
||
## prework | ||
%prep | ||
|
@@ -63,7 +63,7 @@ rm -rf %{buildroot} | |
%{_libdir}/dblink_plus.so | ||
%defattr(0644,root,root) | ||
%{_datadir}/dblink_plus.sql | ||
%{_datadir}/dblink_plus--1.0.9.sql | ||
%{_datadir}/dblink_plus--1.0.10.sql | ||
%{_datadir}/dblink_plus.control | ||
%{_datadir}/uninstall_dblink_plus.sql | ||
%{_datadir}/COPYRIGHT_dblink_plus | ||
|
@@ -76,7 +76,9 @@ rm -rf %{buildroot} | |
|
||
# History. | ||
%changelog | ||
* Thu Jan 18 2023 - NTT OSS Center <[email protected]> 1.0.9-1 | ||
* Fri Jan 17 2025 - NTT OSS Center <[email protected]> 1.0.10-1 | ||
Support PG17. | ||
* Thu Jan 18 2024 - NTT OSS Center <[email protected]> 1.0.9-1 | ||
Support PG16. | ||
* Thu Jan 12 2023 - NTT OSS Center <[email protected]> 1.0.8-1 | ||
Support PG15. | ||
|
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,5 +1,5 @@ | ||
# SPEC file for dblink_plus | ||
# Copyright(C) 2024 NIPPON TELEGRAPH AND TELEPHONE CORPORATION | ||
# Copyright(C) 2025 NIPPON TELEGRAPH AND TELEPHONE CORPORATION | ||
|
||
%define _pgdir /usr/pgsql-15 | ||
%define _bindir %{_pgdir}/bin | ||
|
@@ -11,7 +11,7 @@ | |
## Set general information | ||
Summary: PostgreSQL module to connect PostgreSQL/Oracle | ||
Name: dblink_plus | ||
Version: 1.0.9 | ||
Version: 1.0.10 | ||
Release: 1%{?dist} | ||
License: BSD | ||
Group: Applications/Databases | ||
|
@@ -35,11 +35,11 @@ Note that this package is available for only PostgreSQL 15. | |
|
||
%package llvmjit | ||
Requires: postgresql15-server, postgresql15-llvmjit | ||
Requires: dblink_plus = 1.0.9 | ||
Requires: dblink_plus = 1.0.10 | ||
Summary: Just-in-time compilation support for dblink_plus | ||
|
||
%description llvmjit | ||
Just-in-time compilation support for dblink_plus 1.0.9 | ||
Just-in-time compilation support for dblink_plus 1.0.10 | ||
|
||
## prework | ||
%prep | ||
|
@@ -63,7 +63,7 @@ rm -rf %{buildroot} | |
%{_libdir}/dblink_plus.so | ||
%defattr(0644,root,root) | ||
%{_datadir}/dblink_plus.sql | ||
%{_datadir}/dblink_plus--1.0.9.sql | ||
%{_datadir}/dblink_plus--1.0.10.sql | ||
%{_datadir}/dblink_plus.control | ||
%{_datadir}/uninstall_dblink_plus.sql | ||
%{_datadir}/COPYRIGHT_dblink_plus | ||
|
@@ -76,7 +76,9 @@ rm -rf %{buildroot} | |
|
||
# History. | ||
%changelog | ||
* Thu Jan 18 2023 - NTT OSS Center <[email protected]> 1.0.9-1 | ||
* Fri Jan 17 2025 - NTT OSS Center <[email protected]> 1.0.10-1 | ||
Support PG17. | ||
* Thu Jan 18 2024 - NTT OSS Center <[email protected]> 1.0.9-1 | ||
Support PG16. | ||
* Thu Jan 12 2023 - NTT OSS Center <[email protected]> 1.0.8-1 | ||
Support PG15. | ||
|
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,5 +1,5 @@ | ||
# SPEC file for dblink_plus | ||
# Copyright(C) 2024 NIPPON TELEGRAPH AND TELEPHONE CORPORATION | ||
# Copyright(C) 2025 NIPPON TELEGRAPH AND TELEPHONE CORPORATION | ||
|
||
%define _pgdir /usr/pgsql-16 | ||
%define _bindir %{_pgdir}/bin | ||
|
@@ -11,7 +11,7 @@ | |
## Set general information | ||
Summary: PostgreSQL module to connect PostgreSQL/Oracle | ||
Name: dblink_plus | ||
Version: 1.0.9 | ||
Version: 1.0.10 | ||
Release: 1%{?dist} | ||
License: BSD | ||
Group: Applications/Databases | ||
|
@@ -35,11 +35,11 @@ Note that this package is available for only PostgreSQL 16. | |
|
||
%package llvmjit | ||
Requires: postgresql16-server, postgresql16-llvmjit | ||
Requires: dblink_plus = 1.0.9 | ||
Requires: dblink_plus = 1.0.10 | ||
Summary: Just-in-time compilation support for dblink_plus | ||
|
||
%description llvmjit | ||
Just-in-time compilation support for dblink_plus 1.0.9 | ||
Just-in-time compilation support for dblink_plus 1.0.10 | ||
|
||
## prework | ||
%prep | ||
|
@@ -63,7 +63,7 @@ rm -rf %{buildroot} | |
%{_libdir}/dblink_plus.so | ||
%defattr(0644,root,root) | ||
%{_datadir}/dblink_plus.sql | ||
%{_datadir}/dblink_plus--1.0.9.sql | ||
%{_datadir}/dblink_plus--1.0.10.sql | ||
%{_datadir}/dblink_plus.control | ||
%{_datadir}/uninstall_dblink_plus.sql | ||
%{_datadir}/COPYRIGHT_dblink_plus | ||
|
@@ -76,7 +76,9 @@ rm -rf %{buildroot} | |
|
||
# History. | ||
%changelog | ||
* Thu Jan 18 2023 - NTT OSS Center <[email protected]> 1.0.9-1 | ||
* Fri Jan 17 2025 - NTT OSS Center <[email protected]> 1.0.10-1 | ||
Support PG17. | ||
* Thu Jan 18 2024 - NTT OSS Center <[email protected]> 1.0.9-1 | ||
Support PG16. | ||
* Thu Jan 12 2023 - NTT OSS Center <[email protected]> 1.0.8-1 | ||
Support PG15. | ||
|
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,5 +1,5 @@ | ||
# SPEC file for dblink_plus | ||
# Copyright(C) 2024 NIPPON TELEGRAPH AND TELEPHONE CORPORATION | ||
# Copyright(C) 2025 NIPPON TELEGRAPH AND TELEPHONE CORPORATION | ||
|
||
%define _pgdir /usr/pgsql-16 | ||
%define _bindir %{_pgdir}/bin | ||
|
@@ -11,7 +11,7 @@ | |
## Set general information | ||
Summary: PostgreSQL module to connect PostgreSQL/Oracle | ||
Name: dblink_plus | ||
Version: 1.0.9 | ||
Version: 1.0.10 | ||
Release: 1%{?dist} | ||
License: BSD | ||
Group: Applications/Databases | ||
|
@@ -35,11 +35,11 @@ Note that this package is available for only PostgreSQL 16. | |
|
||
%package llvmjit | ||
Requires: postgresql16-server, postgresql16-llvmjit | ||
Requires: dblink_plus = 1.0.9 | ||
Requires: dblink_plus = 1.0.10 | ||
Summary: Just-in-time compilation support for dblink_plus | ||
|
||
%description llvmjit | ||
Just-in-time compilation support for dblink_plus 1.0.9 | ||
Just-in-time compilation support for dblink_plus 1.0.10 | ||
|
||
## prework | ||
%prep | ||
|
@@ -63,7 +63,7 @@ rm -rf %{buildroot} | |
%{_libdir}/dblink_plus.so | ||
%defattr(0644,root,root) | ||
%{_datadir}/dblink_plus.sql | ||
%{_datadir}/dblink_plus--1.0.9.sql | ||
%{_datadir}/dblink_plus--1.0.10.sql | ||
%{_datadir}/dblink_plus.control | ||
%{_datadir}/uninstall_dblink_plus.sql | ||
%{_datadir}/COPYRIGHT_dblink_plus | ||
|
@@ -76,7 +76,9 @@ rm -rf %{buildroot} | |
|
||
# History. | ||
%changelog | ||
* Thu Jan 18 2023 - NTT OSS Center <[email protected]> 1.0.9-1 | ||
* Fri Jan 17 2025 - NTT OSS Center <[email protected]> 1.0.10-1 | ||
Support PG17. | ||
* Thu Jan 18 2024 - NTT OSS Center <[email protected]> 1.0.9-1 | ||
Support PG16. | ||
* Thu Jan 12 2023 - NTT OSS Center <[email protected]> 1.0.8-1 | ||
Support PG15. | ||
|
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,5 +1,5 @@ | ||
# SPEC file for dblink_plus | ||
# Copyright(C) 2024 NIPPON TELEGRAPH AND TELEPHONE CORPORATION | ||
# Copyright(C) 2025 NIPPON TELEGRAPH AND TELEPHONE CORPORATION | ||
|
||
%define _pgdir /usr/pgsql-14 | ||
%define _bindir %{_pgdir}/bin | ||
|
@@ -11,7 +11,7 @@ | |
## Set general information | ||
Summary: PostgreSQL module to connect PostgreSQL/Oracle | ||
Name: dblink_plus | ||
Version: 1.0.9 | ||
Version: 1.0.10 | ||
Release: 1%{?dist} | ||
License: BSD | ||
Group: Applications/Databases | ||
|
@@ -35,11 +35,11 @@ Note that this package is available for only PostgreSQL 14. | |
|
||
%package llvmjit | ||
Requires: postgresql14-server, postgresql14-llvmjit | ||
Requires: dblink_plus = 1.0.9 | ||
Requires: dblink_plus = 1.0.10 | ||
Summary: Just-in-time compilation support for dblink_plus | ||
|
||
%description llvmjit | ||
Just-in-time compilation support for dblink_plus 1.0.9 | ||
Just-in-time compilation support for dblink_plus 1.0.10 | ||
|
||
## prework | ||
%prep | ||
|
@@ -63,7 +63,7 @@ rm -rf %{buildroot} | |
%{_libdir}/dblink_plus.so | ||
%defattr(0644,root,root) | ||
%{_datadir}/dblink_plus.sql | ||
%{_datadir}/dblink_plus--1.0.9.sql | ||
%{_datadir}/dblink_plus--1.0.10.sql | ||
%{_datadir}/dblink_plus.control | ||
%{_datadir}/uninstall_dblink_plus.sql | ||
%{_datadir}/COPYRIGHT_dblink_plus | ||
|
@@ -76,7 +76,9 @@ rm -rf %{buildroot} | |
|
||
# History. | ||
%changelog | ||
* Thu Jan 18 2023 - NTT OSS Center <[email protected]> 1.0.9-1 | ||
* Fri Jan 17 2025 - NTT OSS Center <[email protected]> 1.0.10-1 | ||
Support PG17. | ||
* Thu Jan 18 2024 - NTT OSS Center <[email protected]> 1.0.9-1 | ||
Support PG16. | ||
* Thu Jan 12 2023 - NTT OSS Center <[email protected]> 1.0.8-1 | ||
Support PG15. | ||
|
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,5 +1,5 @@ | ||
# SPEC file for dblink_plus | ||
# Copyright(C) 2024 NIPPON TELEGRAPH AND TELEPHONE CORPORATION | ||
# Copyright(C) 2025 NIPPON TELEGRAPH AND TELEPHONE CORPORATION | ||
|
||
%define _pgdir /usr/pgsql-14 | ||
%define _bindir %{_pgdir}/bin | ||
|
@@ -11,7 +11,7 @@ | |
## Set general information | ||
Summary: PostgreSQL module to connect PostgreSQL/Oracle | ||
Name: dblink_plus | ||
Version: 1.0.9 | ||
Version: 1.0.10 | ||
Release: 1%{?dist} | ||
License: BSD | ||
Group: Applications/Databases | ||
|
@@ -35,11 +35,11 @@ Note that this package is available for only PostgreSQL 14. | |
|
||
%package llvmjit | ||
Requires: postgresql14-server, postgresql14-llvmjit | ||
Requires: dblink_plus = 1.0.9 | ||
Requires: dblink_plus = 1.0.10 | ||
Summary: Just-in-time compilation support for dblink_plus | ||
|
||
%description llvmjit | ||
Just-in-time compilation support for dblink_plus 1.0.9 | ||
Just-in-time compilation support for dblink_plus 1.0.10 | ||
|
||
## prework | ||
%prep | ||
|
@@ -63,7 +63,7 @@ rm -rf %{buildroot} | |
%{_libdir}/dblink_plus.so | ||
%defattr(0644,root,root) | ||
%{_datadir}/dblink_plus.sql | ||
%{_datadir}/dblink_plus--1.0.9.sql | ||
%{_datadir}/dblink_plus--1.0.10.sql | ||
%{_datadir}/dblink_plus.control | ||
%{_datadir}/uninstall_dblink_plus.sql | ||
%{_datadir}/COPYRIGHT_dblink_plus | ||
|
@@ -76,7 +76,9 @@ rm -rf %{buildroot} | |
|
||
# History. | ||
%changelog | ||
* Thu Jan 18 2023 - NTT OSS Center <[email protected]> 1.0.9-1 | ||
* Fri Jan 17 2025 - NTT OSS Center <[email protected]> 1.0.10-1 | ||
Support PG17. | ||
* Thu Jan 18 2024 - NTT OSS Center <[email protected]> 1.0.9-1 | ||
Support PG16. | ||
* Thu Jan 12 2023 - NTT OSS Center <[email protected]> 1.0.8-1 | ||
Support PG15. | ||
|
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
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
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
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
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
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,5 +1,5 @@ | ||
# intarray extension | ||
comment = 'Connect to external database server, and then run the SQL' | ||
default_version = '1.0.9' | ||
default_version = '1.0.10' | ||
module_pathname = '$libdir/dblink_plus' | ||
relocatable = true |
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
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
Oops, something went wrong.