diff options
-rw-r--r-- | php-pecl-gearman.spec | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/php-pecl-gearman.spec b/php-pecl-gearman.spec index 03763e8..265074c 100644 --- a/php-pecl-gearman.spec +++ b/php-pecl-gearman.spec @@ -33,7 +33,7 @@ Name: %{?sub_prefix}php-pecl-gearman Version: %{extver} -Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: PHP wrapper to libgearman License: PHP @@ -87,9 +87,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 @@ -229,6 +233,9 @@ fi %changelog +* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 2.0.5-4 +- rebuild for 7.4.0beta1 + * Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.0.5-3 - rebuild for 7.3.0beta2 new ABI |