From 4e2c1f227775e5f0cd0cb6d231e9fd7d6fe499e9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Dec 2016 13:39:44 +0100 Subject: PHP 7.1 mass rebuild part #2 --- php-pecl-http-php7.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 3.1.0-0.5.RC1 +- rebuild with PHP 7.1.0 GA + * Wed Oct 5 2016 Remi Collet - 3.1.0-0.4.RC1 - Update to 3.1.0beta2 (php 7, beta) - drop dependency on iconv extension -- cgit