From 566b27182e4aa7c37e90317d3c9332f01959e0b5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Nov 2015 16:14:26 +0100 Subject: php-pecl-amqp: 1.6.1 --- REFLECTION | 2 +- php-pecl-amqp.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index daef67d..8d33050 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #74 amqp version 1.6.0 ] { +Extension [ extension #74 amqp version 1.6.1 ] { - INI { Entry [ amqp.host ] 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 - 1.6.1-1 +- update to 1.6.1 (stable) + * Tue Nov 3 2015 Remi Collet - 1.6.0-2 - update to 1.6.0 (stable) - fix typo in config file -- cgit