diff options
-rw-r--r-- | php-pecl-crypto.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-crypto.spec b/php-pecl-crypto.spec index de007f9..ba29450 100644 --- a/php-pecl-crypto.spec +++ b/php-pecl-crypto.spec @@ -27,7 +27,7 @@ Summary: Wrapper for OpenSSL Crypto Library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.3.1 -Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -78,7 +78,7 @@ Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "7.3" -Obsoletes: php73u-pecl-%{pecl_name} <= %{version} +Obsoletes: php73-pecl-%{pecl_name} <= %{version} Obsoletes: php73w-pecl-%{pecl_name} <= %{version} %endif %endif @@ -246,6 +246,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 0.3.1-8 +- rebuild for 7.4.0beta1 + * Tue Dec 4 2018 Remi Collet <remi@remirepo.net> - 0.3.1-7 - EL-8 build |