From 4d1cd8b93206da48534b60220a4b698185dedfc7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Feb 2024 08:06:38 +0100 Subject: update to 1.2.1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-excimer.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 918e2d6..7530a80 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ excimer excimer support => enabled -excimer version => 1.2.0 +excimer version => 1.2.1 Directive => Local Value => Master Value excimer.default_max_depth => 1000 => 1000 diff --git a/REFLECTION b/REFLECTION index 855f292..ebd8b44 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #96 excimer version 1.2.0 ] { +Extension [ extension #96 excimer version 1.2.1 ] { - Dependencies { } diff --git a/php-pecl-excimer.spec b/php-pecl-excimer.spec index d2a5905..208db5d 100644 --- a/php-pecl-excimer.spec +++ b/php-pecl-excimer.spec @@ -20,7 +20,7 @@ Summary: Interrupting timer and low-overhead sampling profiler Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.2.0 +Version: 1.2.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: Apache-2.0 URL: https://pecl.php.net/package/%{pecl_name} @@ -198,6 +198,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}/%{php_ztsextdir}/%{pecl_name}.so" \ %changelog +* Thu Feb 29 2024 Remi Collet - 1.2.1-1 +- update to 1.2.1 + * Wed Feb 28 2024 Remi Collet - 1.2.0-1 - update to 1.2.0 -- cgit