diff options
Diffstat (limited to 'php-pecl-memprof.spec')
-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 bc55a50..e9ff2c6 100644 --- a/php-pecl-memprof.spec +++ b/php-pecl-memprof.spec @@ -34,7 +34,7 @@ Summary: Memory usage profiler Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 3.0.1 -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} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -232,6 +232,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 3.0.1-2 +- rebuild for 8.1.0RC1 + * Fri Jul 2 2021 Remi Collet <remi@remirepo.net> - 3.0.1-1 - update to 3.0.1 - add patch for PHP 8.1 from |