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 --- php-pecl-amqp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-amqp.spec') 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