diff options
| -rw-r--r-- | php-pecl-memprof.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
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 <remi@remirepo.net> - 3.0.2-3 +- rebuild for PHP 8.3.0RC1 +  * Thu Jul 13 2023 Remi Collet <remi@remirepo.net> - 3.0.2-2  - build out of sources tree  - open https://github.com/arnaud-lb/php-memory-profiler/issues/93  | 
