From: Devrim Gunduz Date: Wed, 1 Oct 2025 16:58:54 +0000 (+0100) Subject: informix_fdw: Update to 0.6.3 per changes described at https://github.com/credativ... X-Git-Url: http://git.postgresql.org/gitweb/static/session/%7B%7Bsession.id%7D%7D-%7B%7Bsession.title%7Cslugify%7D%7D?a=commitdiff_plain;h=a1cd1287c88a709cf8c822722a1246e262c094c9;p=pgrpms.git informix_fdw: Update to 0.6.3 per changes described at https://github.com/credativ/informix_fdw/releases/tag/REL0_6_3 --- diff --git a/rpm/redhat/main/non-free/informix_fdw/main/informix_fdw.spec b/rpm/redhat/main/non-free/informix_fdw/main/informix_fdw.spec index 478ece3d3..a83314b3d 100644 --- a/rpm/redhat/main/non-free/informix_fdw/main/informix_fdw.spec +++ b/rpm/redhat/main/non-free/informix_fdw/main/informix_fdw.spec @@ -3,14 +3,14 @@ %global sname informix_fdw %global ifxfdwmajver 0 %global ifxfdwmidver 6 -%global ifxfdwminver 2 +%global ifxfdwminver 3 %{!?llvm:%global llvm 1} Summary: A PostgreSQL Foreign Data Wrapper for Informix Name: %{sname}_%{pgmajorversion} Version: %{ifxfdwmajver}.%{ifxfdwmidver}.%{ifxfdwminver} -Release: 3PGDG%{?dist} +Release: 1PGDG%{?dist} License: PostgreSQL URL: https://github.com/credativ/%{sname} Source0: https://github.com/credativ/%{sname}/archive/REL%{ifxfdwmajver}_%{ifxfdwmidver}_%{ifxfdwminver}.tar.gz @@ -80,6 +80,10 @@ USE_PGXS=1 %{__make} %{?_smp_mflags} install DESTDIR=%{buildroot} %endif %changelog +* Wed Oct 1 2025 2024 Devrim Gündüz - 0.6.3-1PGDG +- Update to 0.6.3 per changes described at: + https://github.com/credativ/informix_fdw/releases/tag/REL0_6_3 + * Wed Oct 01 2025 Yogesh Sharma - 0.6.2-3PGDG - Bump release number (missed in previous commit)