diff options
-rw-r--r-- | php-pecl-gearman.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-gearman.spec b/php-pecl-gearman.spec index cee07be..db2a2c4 100644 --- a/php-pecl-gearman.spec +++ b/php-pecl-gearman.spec @@ -33,7 +33,7 @@ Name: %{?sub_prefix}php-pecl-gearman Version: %{extver} -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: PHP wrapper to libgearman License: PHP @@ -86,6 +86,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 @@ -225,6 +229,9 @@ fi %changelog +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 2.0.5-2 +- rebuld for 7.3.0alpha4 new ABI + * Thu Jul 12 2018 Remi Collet <remi@remirepo.net> - 2.0.5-1 - update to 2.0.5 |