From 90bfca761caeaaa7fe8a7849ebb830a837ab2c04 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Mar 2021 13:26:03 +0100 Subject: update to 1.3.1 (no change) --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-ssh2.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 9de8180..d6dc779 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,6 +2,6 @@ ssh2 SSH2 support => enabled -extension version => 1.3 +extension version => 1.3.1 libssh2 version => 1.9.0 banner => SSH-2.0-libssh2_1.9.0 diff --git a/REFLECTION b/REFLECTION index 5905f1c..1f040fa 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 ssh2 version 1.3 ] { +Extension [ extension #121 ssh2 version 1.3.1 ] { - Constants [21] { Constant [ int SSH2_FINGERPRINT_MD5 ] { 0 } diff --git a/php-pecl-ssh2.spec b/php-pecl-ssh2.spec index 8d0a760..15c5c86 100644 --- a/php-pecl-ssh2.spec +++ b/php-pecl-ssh2.spec @@ -27,7 +27,7 @@ Name: %{?sub_prefix}php-pecl-ssh2 Summary: Bindings for the libssh2 library -Version: 1.3 +Version: 1.3.1 %if 0%{?gh_date} Release: 0.8.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}%{?prever}-%{gh_short}.tar.gz @@ -223,6 +223,9 @@ fi %changelog +* Tue Mar 2 2021 Remi Collet - 1.3.1-1 +- update to 1.3.1 (no change) + * Tue Mar 2 2021 Remi Collet - 1.3-1 - update to 1.3 - drop patch merged upstream -- cgit