From 312411b6998503e3aa52c645383d2de474d3a981 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Jun 2026 07:13:45 +0200 Subject: update to 1.1.5 --- PHPINFO | 4 ++-- REFLECTION | 2 +- php-iliaal-fastchart.spec | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 0442820..b741e6c 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,9 +2,9 @@ fastchart fastchart support => enabled -fastchart version => 1.1.1 +fastchart version => 1.1.5 FreeType => 2.13.3 -libpng => 1.6.56 +libpng => 1.6.58 libjpeg => 3.1.3 (turbo) libwebp => 1.6.0 plutovg => 1.3.3 diff --git a/REFLECTION b/REFLECTION index 99c1bd7..8f3690a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #83 fastchart version 1.1.1 ] { +Extension [ extension #83 fastchart version 1.1.5 ] { - Classes [31] { Class [ abstract class FastChart\Chart ] { diff --git a/php-iliaal-fastchart.spec b/php-iliaal-fastchart.spec index 9d7b085..14c0f95 100644 --- a/php-iliaal-fastchart.spec +++ b/php-iliaal-fastchart.spec @@ -30,7 +30,7 @@ Summary: Native C PHP extension for fast chart rendering # Extension is BSD-3-Clause # Libraries are MIT License: BSD-3-Clause AND MIT -Version: 1.1.1 +Version: 1.1.5 Release: 1%{?dist} %forgemeta URL: %{forgeurl} @@ -165,6 +165,9 @@ TEST_PHP_ARGS="-n -d extension=gd -d extension=simplexml -d extension=%{buildroo %changelog +* Fri Jun 5 2026 Remi Collet - 1.1.5-1 +- update to 1.1.5 + * Thu May 21 2026 Remi Collet - 1.1.1-1 - update to 1.1.1 - drop patches merged upstream -- cgit