From 4a101c7cb8c1c57ee93533ded0bbd7a413648097 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Feb 2021 06:52:48 +0100 Subject: update to 1.0.5 --- PHPINFO | 4 ++-- REFLECTION | 2 +- php-smbclient.spec | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 9b6163a..16c25c1 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,5 +2,5 @@ smbclient smbclient Support => enabled -smbclient extension Version => 1.0.4 -libsmbclient library Version => 4.13.3 +smbclient extension Version => 1.0.5 +libsmbclient library Version => 4.13.4 diff --git a/REFLECTION b/REFLECTION index ebe5574..e8d82fd 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #119 smbclient version 1.0.4 ] { +Extension [ extension #120 smbclient version 1.0.5 ] { - Constants [30] { Constant [ int SMBCLIENT_XATTR_CREATE ] { 1 } diff --git a/php-smbclient.spec b/php-smbclient.spec index bafdabf..c558042 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.4 +Version: 1.0.5 %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 +* Thu Feb 11 2021 Remi Collet - 1.0.5-1 +- update to 1.0.5 + * Fri Jan 22 2021 Remi Collet - 1.0.4-1 - update to 1.0.4 -- cgit