From ef03017f27716d5caa7d387621116eebf1279f86 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:54:07 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-memprof.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-memprof.spec') diff --git a/php-pecl-memprof.spec b/php-pecl-memprof.spec index ccb6287..67d231e 100644 --- a/php-pecl-memprof.spec +++ b/php-pecl-memprof.spec @@ -30,7 +30,7 @@ Summary: Memory usage profiler Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 3.0.2 -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;')}} # see https://github.com/arnaud-lb/php-memory-profiler/issues/93 License: MIT URL: https://pecl.php.net/package/%{pecl_name} @@ -210,6 +210,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Aug 30 2023 Remi Collet - 3.0.2-3 +- rebuild for PHP 8.3.0RC1 + * Thu Jul 13 2023 Remi Collet - 3.0.2-2 - build out of sources tree - open https://github.com/arnaud-lb/php-memory-profiler/issues/93 -- cgit