summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-18 09:13:21 +0200
committerRemi Collet <remi@remirepo.net>2018-07-18 09:13:21 +0200
commit053b08c8c2b51179f4d0277f536aaaab3e8dcc9d (patch)
tree7925dc9fa13df7f307459e1788a7ed23352b5a81
parente36d4eff9c14c5e2d0650ed90f69c3784ebf157d (diff)
rebuild for 7.3.0alpha4 new ABI
-rw-r--r--php-smbclient.spec13
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