diff options
| -rw-r--r-- | php-pecl-request.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-request.spec b/php-pecl-request.spec index 475f197..64740b1 100644 --- a/php-pecl-request.spec +++ b/php-pecl-request.spec @@ -19,7 +19,7 @@  Summary:        Server-side request and response objects  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.0.0 -Release:        0.5.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        0.6.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        PHP  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -243,6 +243,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.0.0-0.6.b1 +- rebuild for PHP 7.2.0beta1 new API +  * Mon Jun 26 2017 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.5.b1  - add patch for reflection with 7.1  - add patch for reflection with 7.2  | 
