diff options
| -rw-r--r-- | php-pecl-crypto.spec | 9 | 
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-crypto.spec b/php-pecl-crypto.spec index 179b9fc..53a0345 100644 --- a/php-pecl-crypto.spec +++ b/php-pecl-crypto.spec @@ -24,7 +24,7 @@  Summary:        Wrapper for OpenSSL Crypto Library  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        0.3.1 -Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        BSD  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -74,6 +74,10 @@ Obsoletes:     php70w-pecl-%{pecl_name} <= %{version}  Obsoletes:     php71u-pecl-%{pecl_name} <= %{version}  Obsoletes:     php71w-pecl-%{pecl_name} <= %{version}  %endif +%if "%{php_version}" > "7.2" +Obsoletes:     php72u-pecl-%{pecl_name} <= %{version} +Obsoletes:     php72w-pecl-%{pecl_name} <= %{version} +%endif  %endif  %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -235,6 +239,9 @@ rm -rf %{buildroot}  %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 0.3.1-2 +- rebuild for PHP 7.2.0beta1 new API +  * Fri Dec 16 2016 Remi Collet <remi@fedoraproject.org> - 0.3.1-1  - Update to 0.3.1  - drop patch merged upstream  | 
