diff options
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-mcrypt.spec | 7 | 
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #60 mcrypt version 1.0.2 ] { +Extension [ <persistent> extension #60 mcrypt version 1.0.3 ] {    - INI {      Entry [ mcrypt.algorithms_dir <ALL> ] diff --git a/php-pecl-mcrypt.spec b/php-pecl-mcrypt.spec index 4489ac3..6b828fe 100644 --- a/php-pecl-mcrypt.spec +++ b/php-pecl-mcrypt.spec @@ -18,8 +18,8 @@  Summary:      Bindings for the libmcrypt library  Name:         %{?scl_prefix}php-pecl-mcrypt -Version:      1.0.2 -Release:      4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version:      1.0.3 +Release:      1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:      PHP  URL:          http://pecl.php.net/package/mcrypt @@ -223,6 +223,9 @@ fi  %changelog +* Wed Sep 18 2019 Remi Collet <remi@remirepo.net> - 1.0.3-1 +- update to 1.0.3 (no change) +  * Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.0.2-4  - rebuild for 7.4.0RC1  | 
