diff options
-rw-r--r-- | php-pecl-mcrypt.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-mcrypt.spec b/php-pecl-mcrypt.spec index b0756f3..68f55cf 100644 --- a/php-pecl-mcrypt.spec +++ b/php-pecl-mcrypt.spec @@ -19,7 +19,7 @@ Summary: Bindings for the libmcrypt library Name: %{?scl_prefix}php-pecl-mcrypt Version: 1.0.1 -Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/mcrypt @@ -53,6 +53,10 @@ Obsoletes: php71u-%{pecl_name} <= %{version} Obsoletes: php71w-%{pecl_name} <= %{version} Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} +%if "%{php_version}" > "7.3" +Obsoletes: php73u-pecl-%{pecl_name} <= %{version} +Obsoletes: php73w-pecl-%{pecl_name} <= %{version} +%endif %endif Obsoletes: %{?scl_prefix}php-mcrypt < 7.2.0 @@ -215,6 +219,9 @@ fi %changelog +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.0.1-7 +- rebuild for 7.3.0alpha4 new ABI + * Mon May 28 2018 Remi Collet <remi@remirepo.net> - 1.0.1-6 - manage update from other 3rd party repo |