diff options
| -rw-r--r-- | PHPINFO | 4 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-amqp.spec | 5 | 
3 files changed, 7 insertions, 4 deletions
@@ -1,9 +1,9 @@  amqp -Version => 1.10.0 +Version => 1.10.2  Revision => release -Compiled => Apr  4 2020 @ 00:00:00 +Compiled => Apr  6 2020 @ 00:00:00  AMQP protocol version => 0-9-1  librabbitmq version => 0.10.0  Default max channels per connection => 256 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #113 amqp version 1.10.0 ] { +Extension [ <persistent> extension #113 amqp version 1.10.2 ] {    - INI {      Entry [ amqp.host <ALL> ] diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec index c609145..abcc142 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.spec @@ -32,7 +32,7 @@  Summary:       Communicate with any AMQP compliant server  Name:          %{?sub_prefix}php-pecl-amqp -Version:       1.10.0 +Version:       1.10.2  Release:       1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:       PHP  URL:           https://pecl.php.net/package/amqp @@ -316,6 +316,9 @@ fi  %changelog +* Mon Apr  6 2020 Remi Collet <remi@remirepo.net> - 1.10.2-1 +- update to 1.10.2 +  * Sat Apr  4 2020 Remi Collet <remi@remirepo.net> - 1.10.0-1  - update to 1.10.0  | 
