From b9972a27f53d1b8285aa176a8aeeff0b87673254 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jul 2017 22:06:26 +0200 Subject: rebuild for 7.2.0beta1 --- php-pecl-xdebug.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-xdebug.spec') diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index efc0d1f..cee7ad6 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -29,9 +29,9 @@ Name: %{?scl_prefix}php-pecl-xdebug Summary: PECL package for debugging PHP scripts Version: 2.6.0 %if 0%{?gh_date:1} -Release: 0.3.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.4.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif # The Xdebug License, version 1.01 @@ -288,6 +288,9 @@ fi %changelog +* Tue Jul 18 2017 Remi Collet - 2.6.0-0.4.20170601.d82879d +- rebuild for PHP 7.2.0beta1 new API + * Wed Jun 21 2017 Remi Collet - 2.6.0-0.3.20170601.d82879d - add patch for 7.2.0alpha3 from https://github.com/xdebug/xdebug/pull/359 -- cgit