diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 12:03:47 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 12:03:47 +0200 |
commit | 9ce72b9574d934f0def19a566ba4da4e62ed584f (patch) | |
tree | 81007ee5d802457a4f81f77a721f86c91959a7e8 | |
parent | 98f84d3ef2432b3633d5517204e84d96f9d9fa09 (diff) |
rebuild for 7.3.0beta2 new ABI
-rw-r--r-- | php-pecl-xdiff.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-xdiff.spec b/php-pecl-xdiff.spec index cc19219..0f800b2 100644 --- a/php-pecl-xdiff.spec +++ b/php-pecl-xdiff.spec @@ -21,7 +21,7 @@ Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 2.0.1 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: File differences/patches # libxdiff is LGPLv2+, xdiff extension is PHP License: PHP and LGPLv2+ @@ -229,6 +229,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.0.1-5 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 2.0.1-4 - rebuild for 7.3.0alpha4 new ABI |