diff options
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-amqp.spec | 7 |
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #74 amqp version 1.6.0 ] { +Extension [ <persistent> extension #74 amqp version 1.6.1 ] { - INI { Entry [ amqp.host <ALL> ] diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec index 44f5370..49939fb 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.spec @@ -34,8 +34,8 @@ Summary: Communicate with any AMQP compliant server Name: %{?sub_prefix}php-pecl-amqp -Version: 1.6.0 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.6.1 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/amqp @@ -288,6 +288,9 @@ fi %changelog +* Wed Nov 25 2015 Remi Collet <remi@fedoraproject.org> - 1.6.1-1 +- update to 1.6.1 (stable) + * Tue Nov 3 2015 Remi Collet <remi@fedoraproject.org> - 1.6.0-2 - update to 1.6.0 (stable) - fix typo in config file |