diff options
author | Remi Collet <remi@remirepo.net> | 2023-08-30 08:54:07 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-08-30 08:54:07 +0200 |
commit | ef03017f27716d5caa7d387621116eebf1279f86 (patch) | |
tree | 95078b40fda4d95c575947b067935e6016534ea8 | |
parent | df6bc05e95a20a6c093e1589d31e3ac544150f53 (diff) |
-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 |