diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-01 11:07:13 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-01 11:07:13 +0200 |
commit | b419c36d743068c86996c64a07702ed09471b2eb (patch) | |
tree | bdd7d4182c45ec2e9e1211fc8791f4f825bce447 | |
parent | d4e3031148d880ed883aa546544b17574fe1ac9e (diff) |
rebuild for PHP 8.2.0RC1
-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 55d44c2..37b2db2 100644 --- a/php-pecl-xdiff.spec +++ b/php-pecl-xdiff.spec @@ -21,7 +21,7 @@ %global libxdiff_version 0.23 Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 2.1.1 -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;')}} Summary: File differences/patches # libxdiff is LGPLv2+, xdiff extension is PHP License: PHP and LGPLv2+ @@ -197,6 +197,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Sep 1 2022 Remi Collet <remi@remirepo.net> - 2.1.1-2 +- rebuild for PHP 8.2.0RC1 + * Tue May 24 2022 Remi Collet <remi@remirepo.net> - 2.1.1-1 - update to 2.1.1 |