From b0f442787534dca5ad872793a4a52494516677d6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 09:29:52 +0200 Subject: rebuild for 8.1.0RC1 --- php-pecl-memprof.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 3.0.1-2 +- rebuild for 8.1.0RC1 + * Fri Jul 2 2021 Remi Collet - 3.0.1-1 - update to 3.0.1 - add patch for PHP 8.1 from -- cgit