From 98fc543c69e60cf9195051ef26c6170323bd8161 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Nov 2016 13:39:17 +0100 Subject: php-pecl-ssh2: bump release (with patch for PHP 5.6.28/7.0.13) --- php-pecl-ssh2-php7.spec | 4 ++-- php-pecl-ssh2.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/php-pecl-ssh2-php7.spec b/php-pecl-ssh2-php7.spec index 1234c77..ad5113d 100644 --- a/php-pecl-ssh2-php7.spec +++ b/php-pecl-ssh2-php7.spec @@ -30,7 +30,7 @@ Version: 1.0 Release: 0.2.%{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: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?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 @@ -227,7 +227,7 @@ fi %changelog -* Thu Nov 10 2016 Remi Collet - 1.0-3 +* Thu Nov 10 2016 Remi Collet - 1.0-4 - add patch for parse_url change in PHP 7.0.13 * Wed Sep 14 2016 Remi Collet - 1.0-2 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 - 0.13-2 +* Thu Nov 10 2016 Remi Collet - 0.13-3 - add patch for parse_url change in PHP 5.6.28 * Sun Jun 12 2016 Remi Collet - 0.13-1 -- cgit