From f438b7ab89df3185708fe7565ffa32db680ade5c 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-xdebug-dev.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-xdebug-dev.spec b/php-pecl-xdebug-dev.spec index 019427d..1b9eb4e 100644 --- a/php-pecl-xdebug-dev.spec +++ b/php-pecl-xdebug-dev.spec @@ -35,7 +35,7 @@ Version: 2.5.0 %if 0%{?gh_date:1} Release: 0.5.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 0.6.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.7.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif # The Xdebug License, version 1.01 @@ -308,6 +308,9 @@ rm -rf %{buildroot} %changelog +* Thu Dec 1 2016 Remi Collet - 2.5.0-0.7.rc1 +- rebuild with PHP 7.1.0 GA + * Sat Nov 12 2016 Remi Collet - 2.5.0-0.6.rc1 - update to 2.5.0RC1 -- cgit