From c7174ff6c1d68fd70552ce7cc7cbd4ab1cf68d1a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Feb 2020 08:16:51 +0100 Subject: update to 2.1.7 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-pq.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index fbfb867..c6fc36b 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ pq PQ Support => enabled -Extension Version => 2.1.6 +Extension Version => 2.1.7 Used Library => Compiled => Linked libpq => 11.6 => 11.0.6 diff --git a/REFLECTION b/REFLECTION index efe0458..4796430 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #108 pq version 2.1.6 ] { +Extension [ extension #110 pq version 2.1.7 ] { - Dependencies { Dependency [ raphf (Required) ] diff --git a/php-pecl-pq.spec b/php-pecl-pq.spec index ce4c375..60c815e 100644 --- a/php-pecl-pq.spec +++ b/php-pecl-pq.spec @@ -30,7 +30,7 @@ Summary: PostgreSQL client library (libpq) binding Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 2.1.6 +Version: 2.1.7 %if 0%{?gh_date:1} Release: 0.10.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz @@ -294,6 +294,9 @@ exit $RET %changelog +* Fri Feb 7 2020 Remi Collet - 2.1.7-1 +- update to 2.1.7 + * Sun Jan 19 2020 Remi Collet - 2.1.6-1 - update to 2.1.6 -- cgit