From c31ffdd5335bcf98a4b02790bdcfca900e6c3e16 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Jan 2021 14:49:51 +0100 Subject: update to 1.0.3 --- PHPINFO | 2 +- REFLECTION | 6 +++--- php-smbclient.spec | 7 +++++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index 103c7fc..4dcfd00 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,5 +2,5 @@ smbclient smbclient Support => enabled -smbclient extension Version => 1.0.2 +smbclient extension Version => 1.0.3 libsmbclient library Version => 4.13.3 diff --git a/REFLECTION b/REFLECTION index f65217d..ee53e77 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #119 smbclient version 1.0.2 ] { +Extension [ extension #119 smbclient version 1.0.3 ] { - Constants [30] { Constant [ int SMBCLIENT_XATTR_CREATE ] { 1 } @@ -89,8 +89,8 @@ Extension [ extension #119 smbclient version 1.0.2 ] { - Parameters [3] { Parameter #0 [ $state ] - Parameter #1 [ $minproto ] - Parameter #2 [ $maxproto ] + Parameter #1 [ $minproto ] + Parameter #2 [ $maxproto ] } } Function [ function smbclient_opendir ] { diff --git a/php-smbclient.spec b/php-smbclient.spec index 38f00ad..f4490ac 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.2 +Version: 1.0.3 %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 @@ -49,7 +49,7 @@ URL: https://github.com/eduardok/libsmbclient-php %if 0%{?gh_date} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz +Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz %endif %if %{with_tests} Source2: %{gh_project}-phpunit.xml @@ -244,6 +244,9 @@ fi %changelog +* Thu Jan 21 2021 Remi Collet - 1.0.3-1 +- update to 1.0.3 + * Thu Jan 21 2021 Remi Collet - 1.0.2-1 - update to 1.0.2 -- cgit