diff options
-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 |