diff options
| -rw-r--r-- | php-pecl-mcrypt.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-mcrypt.spec b/php-pecl-mcrypt.spec index d591f19..3686ec4 100644 --- a/php-pecl-mcrypt.spec +++ b/php-pecl-mcrypt.spec @@ -15,7 +15,7 @@  Summary:      Bindings for the libmcrypt library  Name:         %{?scl_prefix}php-pecl-mcrypt  Version:      1.0.1 -Release:      3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:      4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:      PHP  Group:        Development/Languages  URL:          http://pecl.php.net/package/mcrypt @@ -196,6 +196,9 @@ fi  %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.0.1-4 +- rebuild for PHP 7.2.0beta1 new API +  * Fri Jul  7 2017 Remi Collet <remi@remirepo.net> - 1.0.1-3  - drop .so extension for configuration file  | 
