diff --git a/META.json b/META.json index 9780232..033813d 100644 --- a/META.json +++ b/META.json @@ -10,7 +10,7 @@ "prereqs": { "runtime": { "requires": { - "PostgreSQL": "9.4.0" + "PostgreSQL": "9.5.0" } } }, @@ -19,7 +19,6 @@ "abstract": "A PostgreSQL foreign data wrapper (FDW) for Firebird", "file": "firebird_fdw--1.3.0.sql", "docfile": "README.md", - "version": "1.2.3" "version": "1.3.0" } }, diff --git a/packaging/redhat/postgresql10-firebird_fdw.spec b/packaging/redhat/postgresql10-firebird_fdw.spec index f24e4a3..72b8b85 100644 --- a/packaging/redhat/postgresql10-firebird_fdw.spec +++ b/packaging/redhat/postgresql10-firebird_fdw.spec @@ -56,6 +56,8 @@ rm -rf $RPM_BUILD_ROOT %{pgsql_path}/share/extension/firebird_fdw.control %changelog +* Wed Dec 28 2022 Ian Barwick (barwick@gmail.com) +- 1.3.0 release * Sun Feb 20 2022 Ian Barwick (barwick@gmail.com) - 1.2.3 release * Tue Sep 14 2021 Ian Barwick (barwick@gmail.com) diff --git a/packaging/redhat/postgresql11-firebird_fdw.spec b/packaging/redhat/postgresql11-firebird_fdw.spec index 9fb853e..8f3a3c1 100644 --- a/packaging/redhat/postgresql11-firebird_fdw.spec +++ b/packaging/redhat/postgresql11-firebird_fdw.spec @@ -64,6 +64,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Dec 28 2022 Ian Barwick (barwick@gmail.com) +- 1.3.0 release * Sun Feb 20 2022 Ian Barwick (barwick@gmail.com) - 1.2.3 release * Tue Sep 14 2021 Ian Barwick (barwick@gmail.com) diff --git a/packaging/redhat/postgresql12-firebird_fdw.spec b/packaging/redhat/postgresql12-firebird_fdw.spec index 25e2cc4..ea9054b 100644 --- a/packaging/redhat/postgresql12-firebird_fdw.spec +++ b/packaging/redhat/postgresql12-firebird_fdw.spec @@ -64,6 +64,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Dec 28 2022 Ian Barwick (barwick@gmail.com) +- 1.3.0 release * Sun Feb 20 2022 Ian Barwick (barwick@gmail.com) - 1.2.3 release * Tue Sep 14 2021 Ian Barwick (barwick@gmail.com) diff --git a/packaging/redhat/postgresql13-firebird_fdw.spec b/packaging/redhat/postgresql13-firebird_fdw.spec index 602e438..e6176a9 100644 --- a/packaging/redhat/postgresql13-firebird_fdw.spec +++ b/packaging/redhat/postgresql13-firebird_fdw.spec @@ -64,6 +64,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Dec 28 2022 Ian Barwick (barwick@gmail.com) +- 1.3.0 release * Sun Feb 20 2022 Ian Barwick (barwick@gmail.com) - 1.2.3 release * Tue Sep 14 2021 Ian Barwick (barwick@gmail.com) diff --git a/packaging/redhat/postgresql14-firebird_fdw.spec b/packaging/redhat/postgresql14-firebird_fdw.spec index e332bb3..b9e4d8c 100644 --- a/packaging/redhat/postgresql14-firebird_fdw.spec +++ b/packaging/redhat/postgresql14-firebird_fdw.spec @@ -64,6 +64,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Dec 28 2022 Ian Barwick (barwick@gmail.com) +- 1.3.0 release * Sun Feb 20 2022 Ian Barwick (barwick@gmail.com) - 1.2.3 release * Tue Sep 14 2021 Ian Barwick (barwick@gmail.com) diff --git a/packaging/redhat/postgresql96-firebird_fdw.spec b/packaging/redhat/postgresql15-firebird_fdw.spec similarity index 86% rename from packaging/redhat/postgresql96-firebird_fdw.spec rename to packaging/redhat/postgresql15-firebird_fdw.spec index c5036a4..3bb7c98 100644 --- a/packaging/redhat/postgresql96-firebird_fdw.spec +++ b/packaging/redhat/postgresql15-firebird_fdw.spec @@ -1,5 +1,5 @@ Summary: A PostgreSQL foreign data wrapper (FDW) for Firebird -Name: postgresql96-firebird_fdw +Name: postgresql15-firebird_fdw Version: 1.3.0 Release: 1 Source: firebird_fdw-%{version}.tar.gz @@ -7,12 +7,16 @@ URL: https://github.com/ibarwick/firebird_fdw License: PostgreSQL Group: Productivity/Databases/Tools Packager: Ian Barwick -BuildRequires: postgresql96-devel firebird-devel +BuildRequires: postgresql15-devel firebird-devel BuildRequires: libfq +%if 0%{?rhel} && 0%{?rhel} >= 7 +BuildRequires: llvm-toolset-7 +BuildRequires: llvm5.0 +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires: postgresql96-server libfq +Requires: postgresql15-server libfq -%define pgsql_path /usr/pgsql-9.6 +%define pgsql_path /usr/pgsql-15 %description This is a foreign data wrapper (FDW) to connect PostgreSQL to Firebird. @@ -55,7 +59,13 @@ rm -rf $RPM_BUILD_ROOT %{pgsql_path}/share/extension/firebird_fdw--1.3.0.sql %{pgsql_path}/share/extension/firebird_fdw.control +%if 0%{?rhel} && 0%{?rhel} >= 7 +%exclude %{pgsql_path}/lib/bitcode +%endif + %changelog +* Wed Dec 28 2022 Ian Barwick (barwick@gmail.com) +- 1.3.0 release * Sun Feb 20 2022 Ian Barwick (barwick@gmail.com) - 1.2.3 release * Tue Sep 14 2021 Ian Barwick (barwick@gmail.com)