diff options
| author | Remi Collet <remi@remirepo.net> | 2020-02-07 08:16:51 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-02-07 08:16:51 +0100 | 
| commit | c7174ff6c1d68fd70552ce7cc7cbd4ab1cf68d1a (patch) | |
| tree | 427157f880662c6c6c983501fef6cf78a5d5b4dd | |
| parent | fb1fc9e13a29a0b953f4ca9839abe4f91078ec95 (diff) | |
update to 2.1.7
| -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 | 
