From f81a2b26331f25d1ba6562a057dabefc5301de7e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Dec 2016 11:35:04 +0100 Subject: PHP 7.1 mass rebuild part #1 --- php-pecl-ssh2-php7.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-ssh2-php7.spec b/php-pecl-ssh2-php7.spec index ad5113d..92cd70a 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: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?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,6 +227,9 @@ fi %changelog +* Thu Dec 1 2016 Remi Collet - 1.0-5 +- rebuild with PHP 7.1.0 GA + * Thu Nov 10 2016 Remi Collet - 1.0-4 - add patch for parse_url change in PHP 7.0.13 -- cgit