diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-01 11:00:36 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-01 11:00:36 +0200 |
commit | d8129d7dc4487f117f21c5c6ec97b0ab62c948f0 (patch) | |
tree | 5b2c542595989d946b46678d2fe86c3f06d13e27 | |
parent | 27063d8e8f80aa85a337515830e69336abda4512 (diff) |
rebuild for PHP 8.2.0RC1
-rw-r--r-- | php-pecl-teds.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-teds.spec b/php-pecl-teds.spec index 1c65cfe..63536a0 100644 --- a/php-pecl-teds.spec +++ b/php-pecl-teds.spec @@ -25,7 +25,7 @@ Summary: Tentative Extra Data Structures Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -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;')}} License: BSD URL: https://pecl.php.net/package/%{pecl_name} @@ -186,6 +186,9 @@ fi %changelog +* Thu Sep 1 2022 Remi Collet <remi@remirepo.net> - 1.2.4-2 +- rebuild for PHP 8.2.0RC1 + * Tue Aug 16 2022 Remi Collet <remi@remirepo.net> - 1.2.4-1 - update to 1.2.4 |