summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-06 07:51:52 +0200
committerRemi Collet <remi@remirepo.net>2020-04-06 07:51:52 +0200
commite9c84906f9e77e1bb8ca3da8a84dfdb64e12bdc6 (patch)
tree118ab017945af47c069c7d7de86472bc6c349452
parent94041889b3988def9ab9b0a8f8ecbc1f2c180d13 (diff)
v1.10.2
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-amqp.spec5
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 [ <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