From ff7bd4eb233ce551089339741d2539a59c82c791 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 09:00:07 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-psr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-psr.spec b/php-pecl-psr.spec index 870c424..eb9ef98 100644 --- a/php-pecl-psr.spec +++ b/php-pecl-psr.spec @@ -22,7 +22,7 @@ Summary: PSR interfaces Name: %{?scl_prefix}php-pecl-psr Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz License: BSD-2-Clause URL: https://pecl.php.net/package/psr @@ -208,6 +208,9 @@ fi %changelog +* Wed Aug 30 2023 Remi Collet - 1.2.0-3 +- rebuild for PHP 8.3.0RC1 + * Thu Jul 20 2023 Remi Collet - 1.2.0-2 - build out of sources tree -- cgit