diff options
author | Remi Collet <remi@remirepo.net> | 2021-03-01 06:41:42 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-03-01 06:41:42 +0100 |
commit | ce5c7a8c66980d63ea3d3d0e6d76a08f048f10cf (patch) | |
tree | 78edbc29ba088b6ec06ca4c2ca3ba8104e4b484c | |
parent | 4a101c7cb8c1c57ee93533ded0bbd7a413648097 (diff) |
update to 1.0.6
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-smbclient.spec | 5 |
3 files changed, 6 insertions, 3 deletions
@@ -2,5 +2,5 @@ smbclient smbclient Support => enabled -smbclient extension Version => 1.0.5 +smbclient extension Version => 1.0.6 libsmbclient library Version => 4.13.4 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 smbclient version 1.0.5 ] { +Extension [ <persistent> extension #120 smbclient version 1.0.6 ] { - Constants [30] { Constant [ int SMBCLIENT_XATTR_CREATE ] { 1 } diff --git a/php-smbclient.spec b/php-smbclient.spec index c558042..4008a72 100644 --- a/php-smbclient.spec +++ b/php-smbclient.spec @@ -35,7 +35,7 @@ %global with_tests 0%{?_with_tests:1} Name: %{?sub_prefix}php-smbclient -Version: 1.0.5 +Version: 1.0.6 %if 0%{?gh_date} Release: 0.9.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else @@ -244,6 +244,9 @@ fi %changelog +* Mon Mar 1 2021 Remi Collet <remi@remirepo.net> - 1.0.6-1 +- update to 1.0.6 + * Thu Feb 11 2021 Remi Collet <remi@remirepo.net> - 1.0.5-1 - update to 1.0.5 |