From 8134a69c882afc5b70b12e12de4f23e4881325ef Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Jul 2017 01:03:53 +0200 Subject: rebuild for 7.2.0beta1 --- php-pecl-xmldiff.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-xmldiff.spec') diff --git a/php-pecl-xmldiff.spec b/php-pecl-xmldiff.spec index bcb131a..2232a2d 100644 --- a/php-pecl-xmldiff.spec +++ b/php-pecl-xmldiff.spec @@ -24,7 +24,7 @@ Summary: XML diff and merge Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.1.2 -Release: 10%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 11%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -269,6 +269,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jul 18 2017 Remi Collet - 1.1.2-11 +- rebuild for PHP 7.2.0beta1 new API + * Fri Jun 23 2017 Remi Collet - 1.1.2-10 - use devtoolset when needed (php 7.1+ on EL-7) -- cgit