11# SPEC file for dblink_plus
2- # Copyright(C) 2021 NIPPON TELEGRAPH AND TELEPHONE CORPORATION
2+ # Copyright(C) 2022 NIPPON TELEGRAPH AND TELEPHONE CORPORATION
33
44%define _pgdir /usr/pgsql-12
55%define _bindir %{_pgdir }/bin
1111## Set general information
1212Summary: PostgreSQL module to connect PostgreSQL/Oracle
1313Name: dblink_plus
14- Version: 1.0.6
14+ Version: 1.0.7
1515Release: 1%{?dist }
1616License: BSD
1717Group: Applications/Databases
@@ -35,11 +35,11 @@ Note that this package is available for only PostgreSQL 12.
3535
3636%package llvmjit
3737Requires: postgresql12-server, postgresql12-llvmjit
38- Requires: dblink_plus = 1.0.6
38+ Requires: dblink_plus = 1.0.7
3939Summary: Just-in-time compilation support for dblink_plus
4040
4141%description llvmjit
42- Just-in-time compilation support for dblink_plus 1.0.6
42+ Just-in-time compilation support for dblink_plus 1.0.7
4343
4444## prework
4545%prep
@@ -63,7 +63,7 @@ rm -rf %{buildroot}
6363%{_libdir }/dblink_plus.so
6464%defattr(0644,root,root)
6565%{_datadir }/dblink_plus.sql
66- %{_datadir }/dblink_plus--1.0.6 .sql
66+ %{_datadir }/dblink_plus--1.0.7 .sql
6767%{_datadir }/dblink_plus.control
6868%{_datadir }/uninstall_dblink_plus.sql
6969%{_datadir }/COPYRIGHT_dblink_plus
@@ -76,6 +76,8 @@ rm -rf %{buildroot}
7676
7777# History.
7878%changelog
79+ * Thu Jan 12 2022 - NTT OSS Center <keisuke.kuroda.3862@gmail.com> 1.0.7-1
80+ Support PG14.
7981* Thu Jan 07 2021 - NTT OSS Center <keisuke.kuroda.3862@gmail.com> 1.0.6-1
8082Support PG13 and fix how to install bitcode.
8183* Mon Nov 25 2019 - NTT OSS Center <keisuke.kuroda.3862@gmail.com> 1.0.5-1
0 commit comments