diff options
| author | Remi Collet <remi@remirepo.net> | 2018-07-18 07:00:37 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-07-18 07:00:37 +0200 | 
| commit | e98625120357a248f62aa9b92a1abf49da040074 (patch) | |
| tree | 5a6da534aaf10cf0859b732b635204d19ec5d3b3 /php-pecl-mcrypt.spec | |
| parent | 46156a393c33dc48ffdb77bc056cedda3ea59751 (diff) | |
rebuild for 7.3.0alpha4 new ABI
Diffstat (limited to 'php-pecl-mcrypt.spec')
| -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 | 
