From e9c84906f9e77e1bb8ca3da8a84dfdb64e12bdc6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Apr 2020 07:51:52 +0200 Subject: v1.10.2 --- PHPINFO | 4 ++-- REFLECTION | 2 +- php-pecl-amqp.spec | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 7db9bba..926803d 100644 --- a/PHPINFO +++ b/PHPINFO @@ -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 diff --git a/REFLECTION b/REFLECTION index 7760bf7..4925304 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #113 amqp version 1.10.0 ] { +Extension [ extension #113 amqp version 1.10.2 ] { - INI { Entry [ amqp.host ] 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 - 1.10.2-1 +- update to 1.10.2 + * Sat Apr 4 2020 Remi Collet - 1.10.0-1 - update to 1.10.0 -- cgit