From 6b96ebb64092abd2d50c396c30abc0d1d7c2f74b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Jun 2017 07:40:31 +0200 Subject: rebuild for 7.2.0alpha2 --- php-pecl-xdebug.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-xdebug.spec') diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index 015e161..7a63496 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -29,7 +29,7 @@ Name: %{?scl_prefix}php-pecl-xdebug Summary: PECL package for debugging PHP scripts Version: 2.6.0 %if 0%{?gh_date:1} -Release: 0.1.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.2.%{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;')}} %endif @@ -285,6 +285,9 @@ fi %changelog +* Wed Jun 21 2017 Remi Collet - 2.6.0-0.2.20170601.d82879d +- rebuild for 7.2.0alpha2 + * Thu Jun 15 2017 Remi Collet - 2.6.0-0.1.20170601.d82879d - update to 2.6.0-dev for PHP 7.2 - raise dependency on PHP 7 -- cgit