diff options
| -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 ebaac21..db922fa 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:       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 @@ -306,6 +306,9 @@ fi  %changelog +* Wed Jun 21 2017 Remi Collet <remi@fedoraproject.org> - 1.9.1-2 +- rebuild for 7.2.0alpha2 +  * Mon Jun 12 2017 Remi Collet <remi@remirepo.net> - 1.9.1-1  - Update to 1.9.1 (stable) | 
