summaryrefslogtreecommitdiffstats
path: root/php-pecl-ssh2.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-08-01 09:13:39 +0200
committerRemi Collet <remi@remirepo.net>2017-08-01 09:13:39 +0200
commit2d86a65c55fb8b6469e12b7ad5ff897cffaa2d5e (patch)
tree6fbe448e340e1f1503e402918d6dd5f5aed49005 /php-pecl-ssh2.spec
parent696df9e7470cec4a16f59c603ba65804f71d9bc1 (diff)
v1.1.2 (no change)
Diffstat (limited to 'php-pecl-ssh2.spec')
-rw-r--r--php-pecl-ssh2.spec9
1 files changed, 6 insertions, 3 deletions
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