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 | 13df8cae4d8105fded81e45fa8d0c4b07adaf021 (patch) | |
| tree | 3a768c28c98291d69ec455d9148cf071b45a1ff2 | |
| parent | c70d486fb109e0692760c779d8799c754ee47618 (diff) | |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
| -rw-r--r-- | php-pecl-stomp-php7.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/php-pecl-stomp-php7.spec b/php-pecl-stomp-php7.spec index 7072fab..85e4235 100644 --- a/php-pecl-stomp-php7.spec +++ b/php-pecl-stomp-php7.spec @@ -16,7 +16,7 @@  Summary:        Stomp client extension  Name:           %{?scl_prefix}php-pecl-%{pecl_name}  Version:        2.0.0 -Release:        2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        PHP  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -212,6 +212,9 @@ fi  %changelog +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-3 +- rebuild for PHP 7.1 new API version +  * Fri Jun 10 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-2  - add upstream patch for PHP 7.1 | 
