diff --git a/packaging/redhat/postgresql10-firebird_fdw.spec b/packaging/redhat/postgresql10-firebird_fdw.spec index 9cebd6a..c6717be 100644 --- a/packaging/redhat/postgresql10-firebird_fdw.spec +++ b/packaging/redhat/postgresql10-firebird_fdw.spec @@ -1,6 +1,6 @@ Summary: A PostgreSQL foreign data wrapper (FDW) for Firebird Name: postgresql10-firebird_fdw -Version: 1.2.1 +Version: 1.2.3 Release: 1 Source: firebird_fdw-%{version}.tar.gz URL: https://github.com/ibarwick/firebird_fdw @@ -54,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT %{pgsql_path}/share/extension/firebird_fdw.control %changelog +* Sun Feb 20 2022 Ian Barwick (barwick@gmail.com) +- 1.2.3 release +* Tue Sep 14 2021 Ian Barwick (barwick@gmail.com) +- 1.2.2 release * Wed Oct 21 2020 Ian Barwick (barwick@gmail.com) - 1.2.1 release * Sat Oct 17 2020 Ian Barwick (barwick@gmail.com) diff --git a/packaging/redhat/postgresql11-firebird_fdw.spec b/packaging/redhat/postgresql11-firebird_fdw.spec index 3c41b20..40dfa0a 100644 --- a/packaging/redhat/postgresql11-firebird_fdw.spec +++ b/packaging/redhat/postgresql11-firebird_fdw.spec @@ -1,6 +1,6 @@ Summary: A PostgreSQL foreign data wrapper (FDW) for Firebird Name: postgresql11-firebird_fdw -Version: 1.2.1 +Version: 1.2.3 Release: 1 Source: firebird_fdw-%{version}.tar.gz URL: https://github.com/ibarwick/firebird_fdw @@ -62,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sun Feb 20 2022 Ian Barwick (barwick@gmail.com) +- 1.2.3 release +* Tue Sep 14 2021 Ian Barwick (barwick@gmail.com) +- 1.2.2 release * Wed Oct 21 2020 Ian Barwick (barwick@gmail.com) - 1.2.1 release * Sat Oct 17 2020 Ian Barwick (barwick@gmail.com) diff --git a/packaging/redhat/postgresql12-firebird_fdw.spec b/packaging/redhat/postgresql12-firebird_fdw.spec index fc0d8a5..9cdf22a 100644 --- a/packaging/redhat/postgresql12-firebird_fdw.spec +++ b/packaging/redhat/postgresql12-firebird_fdw.spec @@ -1,6 +1,6 @@ Summary: A PostgreSQL foreign data wrapper (FDW) for Firebird Name: postgresql12-firebird_fdw -Version: 1.2.1 +Version: 1.2.3 Release: 1 Source: firebird_fdw-%{version}.tar.gz URL: https://github.com/ibarwick/firebird_fdw @@ -62,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sun Feb 20 2022 Ian Barwick (barwick@gmail.com) +- 1.2.3 release +* Tue Sep 14 2021 Ian Barwick (barwick@gmail.com) +- 1.2.2 release * Wed Oct 21 2020 Ian Barwick (barwick@gmail.com) - 1.2.1 release * Sat Oct 17 2020 Ian Barwick (barwick@gmail.com) diff --git a/packaging/redhat/postgresql13-firebird_fdw.spec b/packaging/redhat/postgresql13-firebird_fdw.spec index 400e947..196168c 100644 --- a/packaging/redhat/postgresql13-firebird_fdw.spec +++ b/packaging/redhat/postgresql13-firebird_fdw.spec @@ -1,6 +1,6 @@ Summary: A PostgreSQL foreign data wrapper (FDW) for Firebird Name: postgresql13-firebird_fdw -Version: 1.2.1 +Version: 1.2.3 Release: 1 Source: firebird_fdw-%{version}.tar.gz URL: https://github.com/ibarwick/firebird_fdw @@ -62,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sun Feb 20 2022 Ian Barwick (barwick@gmail.com) +- 1.2.3 release +* Tue Sep 14 2021 Ian Barwick (barwick@gmail.com) +- 1.2.2 release * Wed Oct 21 2020 Ian Barwick (barwick@gmail.com) - 1.2.1 release * Sat Oct 17 2020 Ian Barwick (barwick@gmail.com) diff --git a/packaging/redhat/postgresql14-firebird_fdw.spec b/packaging/redhat/postgresql14-firebird_fdw.spec index 6186f67..0230084 100644 --- a/packaging/redhat/postgresql14-firebird_fdw.spec +++ b/packaging/redhat/postgresql14-firebird_fdw.spec @@ -1,6 +1,6 @@ Summary: A PostgreSQL foreign data wrapper (FDW) for Firebird Name: postgresql14-firebird_fdw -Version: 1.3.0 +Version: 1.2.3 Release: 1 Source: firebird_fdw-%{version}.tar.gz URL: https://github.com/ibarwick/firebird_fdw @@ -62,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sun Feb 20 2022 Ian Barwick (barwick@gmail.com) +- 1.2.3 release +* Tue Sep 14 2021 Ian Barwick (barwick@gmail.com) +- 1.2.2 release * Wed Oct 21 2020 Ian Barwick (barwick@gmail.com) - 1.2.1 release * Sat Oct 17 2020 Ian Barwick (barwick@gmail.com) diff --git a/packaging/redhat/postgresql95-firebird_fdw.spec b/packaging/redhat/postgresql95-firebird_fdw.spec deleted file mode 100644 index 96c0ad7..0000000 --- a/packaging/redhat/postgresql95-firebird_fdw.spec +++ /dev/null @@ -1,72 +0,0 @@ -Summary: A PostgreSQL foreign data wrapper (FDW) for Firebird -Name: postgresql95-firebird_fdw -Version: 1.2.1 -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: postgresql95-devel firebird-devel -BuildRequires: libfq -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires: postgresql95-server libfq - -%define pgsql_path /usr/pgsql-9.5 - -%description -This is a foreign data wrapper (FDW) to connect PostgreSQL to Firebird. -It provides both read (SELECT) and write (INSERT/UPDATE/DELETE) -support, WHERE-clause pushdowns, connection caching and Firebird transaction -support. - -This code is very much work-in-progress; USE AT YOUR OWN RISK. - -%prep -%setup - -%build -export PG_CONFIG=%{pgsql_path}/bin/pg_config -PG_CPPFLAGS="-I/usr/include/firebird" USE_PGXS=1 make - -%install -rm -rf $RPM_BUILD_ROOT -export PG_CONFIG=%{pgsql_path}/bin/pg_config -USE_PGXS=1 make DESTDIR=$RPM_BUILD_ROOT install - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-, root, root) -%{pgsql_path}/lib/firebird_fdw.so -%{pgsql_path}/share/extension/firebird_fdw--0.3.0.sql -%{pgsql_path}/share/extension/firebird_fdw--0.3.0--0.4.0.sql -%{pgsql_path}/share/extension/firebird_fdw--0.4.0.sql -%{pgsql_path}/share/extension/firebird_fdw--0.4.0--0.5.0.sql -%{pgsql_path}/share/extension/firebird_fdw--0.5.0.sql -%{pgsql_path}/share/extension/firebird_fdw--0.5.0--1.0.0.sql -%{pgsql_path}/share/extension/firebird_fdw--1.0.0.sql -%{pgsql_path}/share/extension/firebird_fdw--1.0.0--1.1.0.sql -%{pgsql_path}/share/extension/firebird_fdw--1.1.0.sql -%{pgsql_path}/share/extension/firebird_fdw--1.1.0--1.2.0.sql -%{pgsql_path}/share/extension/firebird_fdw--1.2.0.sql -%{pgsql_path}/share/extension/firebird_fdw.control - -%changelog -* Wed Oct 21 2020 Ian Barwick (barwick@gmail.com) -- 1.2.1 release -* Sat Oct 17 2020 Ian Barwick (barwick@gmail.com) -- 1.2.0 release -* Fri May 31 2019 Ian Barwick (barwick@gmail.com) -- 1.1.0 release -* Fri Nov 9 2018 Ian Barwick (barwick@gmail.com) -- 1.0.0 release -* Fri Oct 12 2018 Ian Barwick (barwick@gmail.com) -- 0.5.0 release -* Tue Oct 2 2018 Ian Barwick (barwick@gmail.com) -- 0.4.0 release -* Sun Apr 22 2018 Ian Barwick (barwick@gmail.com) -- 0.3.0 release -* Sun Feb 2 2014 Ian Barwick (barwick@gmail.com) -- First draft diff --git a/packaging/redhat/postgresql96-firebird_fdw.spec b/packaging/redhat/postgresql96-firebird_fdw.spec index 6943529..1ec2853 100644 --- a/packaging/redhat/postgresql96-firebird_fdw.spec +++ b/packaging/redhat/postgresql96-firebird_fdw.spec @@ -1,6 +1,6 @@ Summary: A PostgreSQL foreign data wrapper (FDW) for Firebird Name: postgresql96-firebird_fdw -Version: 1.2.1 +Version: 1.2.3 Release: 1 Source: firebird_fdw-%{version}.tar.gz URL: https://github.com/ibarwick/firebird_fdw @@ -54,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT %{pgsql_path}/share/extension/firebird_fdw.control %changelog +* Sun Feb 20 2022 Ian Barwick (barwick@gmail.com) +- 1.2.3 release +* Tue Sep 14 2021 Ian Barwick (barwick@gmail.com) +- 1.2.2 release * Wed Oct 21 2020 Ian Barwick (barwick@gmail.com) - 1.2.1 release * Sat Oct 17 2020 Ian Barwick (barwick@gmail.com)