diff options
author | Remi Collet <remi@remirepo.net> | 2021-03-02 13:26:03 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-03-02 13:26:03 +0100 |
commit | 90bfca761caeaaa7fe8a7849ebb830a837ab2c04 (patch) | |
tree | d387f63c05308658bf232ede45246736daad0552 | |
parent | 9923083e1c78c36b136c4569aa81f4d3b4a9b69a (diff) |
update to 1.3.1 (no change)
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-ssh2.spec | 5 |
3 files changed, 6 insertions, 3 deletions
@@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 ssh2 version 1.3 ] { +Extension [ <persistent> 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 <remi@remirepo.net> - 1.3.1-1 +- update to 1.3.1 (no change) + * Tue Mar 2 2021 Remi Collet <remi@remirepo.net> - 1.3-1 - update to 1.3 - drop patch merged upstream |