diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-01 13:39:44 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-01 13:39:44 +0100 |
commit | 4e2c1f227775e5f0cd0cb6d231e9fd7d6fe499e9 (patch) | |
tree | 1a02a037108f1e9c7b3f9dfc8a9d821638e4cba0 | |
parent | bde14e3b5050d3fa4252c4b7c928e0509f6a2b7d (diff) |
PHP 7.1 mass rebuild part #2
-rw-r--r-- | php-pecl-http-php7.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-http-php7.spec b/php-pecl-http-php7.spec index 84f8052..67a0276 100644 --- a/php-pecl-http-php7.spec +++ b/php-pecl-http-php7.spec @@ -43,7 +43,7 @@ Version: 3.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}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 0.4.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.5.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{proj_name}-%{version}%{?prever}.tgz %endif Summary: Extended HTTP support @@ -375,6 +375,9 @@ rm -rf %{buildroot} %changelog +* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 3.1.0-0.5.RC1 +- rebuild with PHP 7.1.0 GA + * Wed Oct 5 2016 Remi Collet <remi@fedoraproject.org> - 3.1.0-0.4.RC1 - Update to 3.1.0beta2 (php 7, beta) - drop dependency on iconv extension |