diff options
| -rw-r--r-- | php-pecl-protobuf.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index 397d789..5bd0451 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -22,7 +22,7 @@  Summary:       Mechanism for serializing structured data  Name:          %{?sub_prefix}php-pecl-%{pecl_name}  Version:       3.3.2 -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:       BSD  Group:         Development/Languages  URL:           http://pecl.php.net/package/%{pecl_name} @@ -213,6 +213,9 @@ fi  %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 3.3.2-2 +- rebuild for PHP 7.2.0beta1 new API +  * Fri Jun 23 2017 Remi Collet <remi@remirepo.net> - 3.3.2-1  - Update to 3.3.2 | 
