From 91d7687003098f22a5557dcf5537bf2b645be082 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jul 2019 12:43:35 +0200 Subject: rebuild for 7.4.0beta1 --- php-pecl-leveldb.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/php-pecl-leveldb.spec b/php-pecl-leveldb.spec index d6e4418..c86dcdc 100644 --- a/php-pecl-leveldb.spec +++ b/php-pecl-leveldb.spec @@ -19,7 +19,7 @@ Summary: LevelDB PHP bindings Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 0.2.1 -Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 5%{?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 @@ -59,9 +59,13 @@ 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 +%if "%{php_version}" > "7.4" +Obsoletes: php74-pecl-%{pecl_name} <= %{version} +Obsoletes: php74w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -215,6 +219,9 @@ REPORT_EXIT_STATUS=0 \ %changelog +* Tue Jul 23 2019 Remi Collet - 0.2.1-5 +- rebuild for 7.4.0beta1 + * Tue Nov 20 2018 Remi Collet - 0.2.1-4 - fix configuration file name (numerical prefix) -- cgit