diff options
| -rw-r--r-- | php-phalcon3.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-phalcon3.spec b/php-phalcon3.spec index b0b36bb..2626634 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -30,7 +30,7 @@  Name:           %{?sub_prefix}php-phalcon3  Version:        3.2.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;')}}  Summary:        Phalcon Framework  Group:          Development/Libraries @@ -241,6 +241,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 3.2.1-2 +- rebuild for PHP 7.2.0beta1 new API +  * Tue Jul 11 2017 Remi Collet <remi@remirepo.net> - 3.2.1-1  - Update to 3.2.1  | 
