diff options
| author | Remi Collet <remi@remirepo.net> | 2017-08-01 09:13:39 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-08-01 09:13:39 +0200 | 
| commit | 2d86a65c55fb8b6469e12b7ad5ff897cffaa2d5e (patch) | |
| tree | 6fbe448e340e1f1503e402918d6dd5f5aed49005 | |
| parent | 696df9e7470cec4a16f59c603ba65804f71d9bc1 (diff) | |
v1.1.2 (no change)
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-ssh2.spec | 9 | 
2 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #132 ssh2 version 1.1.1 ] { +Extension [ <persistent> 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 <remi@remirepo.net> - 1.1.2-1 +- Update to 1.1.2 (alpha, no change) +  * Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.1.1-2  - rebuild for PHP 7.2.0beta1 new API  | 
