diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-04-15 06:52:53 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-04-15 06:52:53 +0200 |
commit | 7a3509aa412779f6e639c7512fa5d4436ba0caeb (patch) | |
tree | b80f8837cc84a49933e5c926cf8a40b02658a7b7 | |
parent | efc7265b3f3883d3a826d7f792a8a1d8c5d1351a (diff) |
php-pecl-amqp: 1.4.0 (stable)
-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 |