diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
commit | ad23f29119865feb18a1ce7091304e7ea1e6c7a5 (patch) | |
tree | 3618ce756f7077c38b4491879a022f71d2298ddb | |
parent | f8b7e19587a17bffb2747fcc509d617bcf6eaae0 (diff) |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
-rw-r--r-- | php-pecl-amqp.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec index d04a839..908a494 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.spec @@ -30,7 +30,7 @@ Summary: Communicate with any AMQP compliant server Name: %{?sub_prefix}php-pecl-amqp Version: 1.7.1 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/amqp @@ -297,6 +297,9 @@ fi %changelog +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 1.7.1-2 +- rebuild for PHP 7.1 new API version + * Sun Jul 10 2016 Remi Collet <remi@fedoraproject.org> - 1.7.1-1 - Update to 1.7.1 (php 5 and 7, stable) |