summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-01 11:35:04 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-01 11:35:04 +0100
commitf81a2b26331f25d1ba6562a057dabefc5301de7e (patch)
treeb3b60c5ce173c3e61eb11d2849aaa780f208924a
parent98fc543c69e60cf9195051ef26c6170323bd8161 (diff)
PHP 7.1 mass rebuild part #1
-rw-r--r--php-pecl-ssh2-php7.spec5
1 files changed, 4 insertions, 1 deletions
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 <remi@fedoraproject.org> - 1.0-5
+- rebuild with PHP 7.1.0 GA
+
* Thu Nov 10 2016 Remi Collet <remi@fedoraproject.org> - 1.0-4
- add patch for parse_url change in PHP 7.0.13