diff options
-rw-r--r-- | php-pecl-amqp.spec | 10 |
1 files changed, 6 insertions, 4 deletions
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 <remi@fedoraproject.org> - 1.4.0-1 +- update to 1.6.0 (stable) + * Wed Apr 9 2014 Remi Collet <remi@fedoraproject.org> - 1.4.0-0.3.beta2 - add numerical prefix to extension configuration file |