From 2d86a65c55fb8b6469e12b7ad5ff897cffaa2d5e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Aug 2017 09:13:39 +0200 Subject: v1.1.2 (no change) --- REFLECTION | 2 +- php-pecl-ssh2.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index 7867032..1f3a38e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #132 ssh2 version 1.1.1 ] { +Extension [ extension #133 ssh2 version 1.1.2 ] { - Constants [21] { Constant [ integer SSH2_FINGERPRINT_MD5 ] { 0 } diff --git a/php-pecl-ssh2.spec b/php-pecl-ssh2.spec index ce7a9e9..39723a0 100644 --- a/php-pecl-ssh2.spec +++ b/php-pecl-ssh2.spec @@ -25,12 +25,12 @@ %global ini_name 40-%{pecl_name}.ini Name: %{?sub_prefix}php-pecl-ssh2 -Version: 1.1.1 +Version: 1.1.2 %if 0%{?gh_date} Release: 0.3.%{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 %else -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/ssh2-%{version}.tgz %endif Summary: Bindings for the libssh2 library @@ -218,7 +218,7 @@ fi %files %{?_licensedir:%license NTS/LICENSE} -%{!?_licensedir:%doc %{pecl_docdir}/%{pecl_name}} +%doc %{pecl_docdir}/%{pecl_name} %{pecl_xmldir}/%{name}.xml %config(noreplace) %{php_inidir}/%{ini_name} @@ -231,6 +231,9 @@ fi %changelog +* Tue Aug 1 2017 Remi Collet - 1.1.2-1 +- Update to 1.1.2 (alpha, no change) + * Tue Jul 18 2017 Remi Collet - 1.1.1-2 - rebuild for PHP 7.2.0beta1 new API -- cgit