Skip to content

Commit

Permalink
1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarwick committed Dec 28, 2022
1 parent 9dd98ff commit 1166423
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 6 deletions.
3 changes: 1 addition & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.4.0"
"PostgreSQL": "9.5.0"
}
}
},
Expand All @@ -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"
}
},
Expand Down
2 changes: 2 additions & 0 deletions packaging/redhat/postgresql10-firebird_fdw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ rm -rf $RPM_BUILD_ROOT
%{pgsql_path}/share/extension/firebird_fdw.control

%changelog
* Wed Dec 28 2022 Ian Barwick ([email protected])
- 1.3.0 release
* Sun Feb 20 2022 Ian Barwick ([email protected])
- 1.2.3 release
* Tue Sep 14 2021 Ian Barwick ([email protected])
Expand Down
2 changes: 2 additions & 0 deletions packaging/redhat/postgresql11-firebird_fdw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ rm -rf $RPM_BUILD_ROOT
%endif

%changelog
* Wed Dec 28 2022 Ian Barwick ([email protected])
- 1.3.0 release
* Sun Feb 20 2022 Ian Barwick ([email protected])
- 1.2.3 release
* Tue Sep 14 2021 Ian Barwick ([email protected])
Expand Down
2 changes: 2 additions & 0 deletions packaging/redhat/postgresql12-firebird_fdw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ rm -rf $RPM_BUILD_ROOT
%endif

%changelog
* Wed Dec 28 2022 Ian Barwick ([email protected])
- 1.3.0 release
* Sun Feb 20 2022 Ian Barwick ([email protected])
- 1.2.3 release
* Tue Sep 14 2021 Ian Barwick ([email protected])
Expand Down
2 changes: 2 additions & 0 deletions packaging/redhat/postgresql13-firebird_fdw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ rm -rf $RPM_BUILD_ROOT
%endif

%changelog
* Wed Dec 28 2022 Ian Barwick ([email protected])
- 1.3.0 release
* Sun Feb 20 2022 Ian Barwick ([email protected])
- 1.2.3 release
* Tue Sep 14 2021 Ian Barwick ([email protected])
Expand Down
2 changes: 2 additions & 0 deletions packaging/redhat/postgresql14-firebird_fdw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ rm -rf $RPM_BUILD_ROOT
%endif

%changelog
* Wed Dec 28 2022 Ian Barwick ([email protected])
- 1.3.0 release
* Sun Feb 20 2022 Ian Barwick ([email protected])
- 1.2.3 release
* Tue Sep 14 2021 Ian Barwick ([email protected])
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
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
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.
Expand Down Expand Up @@ -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 ([email protected])
- 1.3.0 release
* Sun Feb 20 2022 Ian Barwick ([email protected])
- 1.2.3 release
* Tue Sep 14 2021 Ian Barwick ([email protected])
Expand Down

0 comments on commit 1166423

Please sign in to comment.