diff options
author | Remi Collet <remi@remirepo.net> | 2019-07-23 12:01:54 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-07-23 12:01:54 +0200 |
commit | 112b11548b5bfca706175d4a8fa495e707fd4ddd (patch) | |
tree | 3373b6362e68d8a37192c24a2af3edd4c87834f2 | |
parent | d8c44f274100393cf154cc13de63f6f65683fd3c (diff) |
rebuild for 7.4.0beta1
-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 |