diff options
-rw-r--r-- | php-pecl-xmldiff.spec | 5 |
1 files changed, 4 insertions, 1 deletions
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 <remi@remirepo.net> - 1.1.2-11 +- rebuild for PHP 7.2.0beta1 new API + * Fri Jun 23 2017 Remi Collet <remi@remirepo.net> - 1.1.2-10 - use devtoolset when needed (php 7.1+ on EL-7) |