diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-11-10 13:39:17 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-11-10 13:39:17 +0100 |
commit | 98fc543c69e60cf9195051ef26c6170323bd8161 (patch) | |
tree | b0ff8ac7baae8f5eeb148169d3fdfcb790494458 /php-pecl-ssh2.spec | |
parent | ccf268ab6a69becd43d73296c89e894ab019b859 (diff) |
php-pecl-ssh2: bump release (with patch for PHP 5.6.28/7.0.13)
Diffstat (limited to 'php-pecl-ssh2.spec')
-rw-r--r-- | php-pecl-ssh2.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-pecl-ssh2.spec b/php-pecl-ssh2.spec index e63d236..4eb4645 100644 --- a/php-pecl-ssh2.spec +++ b/php-pecl-ssh2.spec @@ -28,7 +28,7 @@ Name: %{?sub_prefix}php-pecl-ssh2 Version: 0.13 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Bindings for the libssh2 library %global buildver %(pkg-config --silence-errors --modversion libssh2 2>/dev/null || echo 65536) @@ -221,7 +221,7 @@ rm -rf %{buildroot} %changelog -* Thu Nov 10 2016 Remi Collet <remi@fedoraproject.org> - 0.13-2 +* Thu Nov 10 2016 Remi Collet <remi@fedoraproject.org> - 0.13-3 - add patch for parse_url change in PHP 5.6.28 * Sun Jun 12 2016 Remi Collet <remi@fedoraproject.org> - 0.13-1 |