diff options
| author | Remi Collet <remi@remirepo.net> | 2017-07-18 21:48:17 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-07-18 21:48:17 +0200 | 
| commit | dd40c3f08053a220292e9ca86c53099d45f72fe3 (patch) | |
| tree | 9b8e8a07ef67b6f6a49f7d1d3722cbffa5a0c261 | |
| parent | ea0467c75b69b28434a618a4bb63fb2c4a01c853 (diff) | |
rebuild for 7.2.0beta1
| -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 db922fa..90bfdb1 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.spec @@ -29,7 +29,7 @@  Summary:       Communicate with any AMQP compliant server  Name:          %{?sub_prefix}php-pecl-amqp  Version:       1.9.1 -Release:       2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:       PHP  Group:         Development/Languages  URL:           http://pecl.php.net/package/amqp @@ -306,6 +306,9 @@ fi  %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.9.1-3 +- rebuild for PHP 7.2.0beta1 new API +  * Wed Jun 21 2017 Remi Collet <remi@fedoraproject.org> - 1.9.1-2  - rebuild for 7.2.0alpha2 | 
