diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-pq.spec | 5 |
3 files changed, 6 insertions, 3 deletions
@@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #108 pq version 2.1.6 ] { +Extension [ <persistent> 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 <remi@remirepo.net> - 2.1.7-1 +- update to 2.1.7 + * Sun Jan 19 2020 Remi Collet <remi@remirepo.net> - 2.1.6-1 - update to 2.1.6 |