From d8129d7dc4487f117f21c5c6ec97b0ab62c948f0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Sep 2022 11:00:36 +0200 Subject: rebuild for PHP 8.2.0RC1 --- php-pecl-teds.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 1.2.4-2 +- rebuild for PHP 8.2.0RC1 + * Tue Aug 16 2022 Remi Collet - 1.2.4-1 - update to 1.2.4 -- cgit