From 7a3509aa412779f6e639c7512fa5d4436ba0caeb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Apr 2014 06:52:53 +0200 Subject: php-pecl-amqp: 1.4.0 (stable) --- php-pecl-amqp.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'php-pecl-amqp.spec') diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec index 2f010a3..9b738b6 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.spec @@ -15,18 +15,17 @@ %global with_zts 0%{?__ztsphp:1} %global with_tests %{?_with_tests:1}%{!?_with_tests:0} %global pecl_name amqp -%global prever beta2 %if "%{php_version}" < "5.6" -%global ini_name %{pecl_name}.ini +%global ini_name %{pecl_name}.ini %else -%global ini_name 40-%{pecl_name}.ini +%global ini_name 40-%{pecl_name}.ini %endif Summary: Communicate with any AMQP compliant server Name: %{?scl_prefix}php-pecl-amqp Version: 1.4.0 -Release: 0.3.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/amqp @@ -251,6 +250,9 @@ fi %changelog +* Tue Apr 15 2014 Remi Collet - 1.4.0-1 +- update to 1.6.0 (stable) + * Wed Apr 9 2014 Remi Collet - 1.4.0-0.3.beta2 - add numerical prefix to extension configuration file -- cgit