diff options
-rw-r--r-- | php-smbclient.spec | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/php-smbclient.spec b/php-smbclient.spec index 750bb60..9e51acd 100644 --- a/php-smbclient.spec +++ b/php-smbclient.spec @@ -37,9 +37,9 @@ Name: %{?sub_prefix}php-smbclient Version: 0.9.0 %if 0%{?gh_date} -Release: 0.3.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.4.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif Summary: PHP wrapper for libsmbclient @@ -109,6 +109,12 @@ Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.3" +Obsoletes: php73u-%{pecl_name} <= %{version} +Obsoletes: php73u-pecl-%{pecl_name} <= %{version} +Obsoletes: php73w-%{pecl_name} <= %{version} +Obsoletes: php73w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -260,6 +266,9 @@ fi %changelog +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.9.0-6 +- rebuild for 7.3.0alpha4 new ABI + * Wed Jun 27 2018 Remi Collet <remi@remirepo.net> - 0.9.0-5 - add patch for PHP 7.3 from https://github.com/eduardok/libsmbclient-php/pull/60 |