From 263911b62501e2f5e50c032dd582a5c000b69e44 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Aug 2024 08:39:25 +0200 Subject: update to 0.5.4 (stable) --- REFLECTION | 2 +- php-pecl-pinpoint.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index 1997a66..90f74ae 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #110 pinpoint_php version 0.5.3 ] { +Extension [ extension #110 pinpoint_php version 0.5.4 ] { - INI { Entry [ pinpoint_php.SendSpanTimeOutMs ] diff --git a/php-pecl-pinpoint.spec b/php-pecl-pinpoint.spec index e34c4f2..9f2d699 100644 --- a/php-pecl-pinpoint.spec +++ b/php-pecl-pinpoint.spec @@ -12,7 +12,7 @@ %global pecl_name pinpoint_php %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini -%global upstream_version 0.5.3 +%global upstream_version 0.5.4 #global upstream_prever RC2 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -165,8 +165,11 @@ cd ../ZTS %changelog +* Wed Aug 7 2024 Remi Collet - 0.5.4-1 +- update to 0.5.4 (stable) + * Thu Aug 1 2024 Remi Collet - 0.5.3-1 -- update to 0.5.3 +- update to 0.5.3 (alpha) - drop patch merged upstream * Mon Jul 29 2024 Remi Collet - 0.5.2-1 -- cgit