diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-18 07:18:00 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-18 07:18:00 +0200 |
commit | 12e0d2970e52072c5a9d64209f17528099c7256c (patch) | |
tree | 594fba7598a9c2a7b1f39351a01b6e66f68d76a6 | |
parent | 4d4d7770fab217e597f82e38474b2fcce8c624fb (diff) |
v1.0.3 (no change)
-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 |