diff options
| -rw-r--r-- | php-pecl-leveldb.spec | 12 | 
1 files changed, 11 insertions, 1 deletions
diff --git a/php-pecl-leveldb.spec b/php-pecl-leveldb.spec index d125708..5474a86 100644 --- a/php-pecl-leveldb.spec +++ b/php-pecl-leveldb.spec @@ -18,7 +18,7 @@  Summary:        LevelDB PHP bindings  Name:           %{?scl_prefix}php-pecl-%{pecl_name}  Version:        0.2.1 -Release:        1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        3%{?dist}%{!?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 @@ -57,6 +57,10 @@ Obsoletes:     php71w-pecl-%{pecl_name} <= %{version}  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:     php73w-pecl-%{pecl_name} <= %{version} +%endif  %endif  %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -210,6 +214,12 @@ REPORT_EXIT_STATUS=0 \  %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.2.1-3 +- rebuild for 7.3.0beta2 new ABI + +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.2.1-2 +- rebuld for 7.3.0alpha4 new ABI +  * Tue Mar  6 2018 Remi Collet <remi@remirepo.net> - 0.2.1-1  - Update to 0.2.1 (beta)  - raise dependency on PHP 7  | 
