diff options
Diffstat (limited to 'php-iliaal-fastchart.spec')
| -rw-r--r-- | php-iliaal-fastchart.spec | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/php-iliaal-fastchart.spec b/php-iliaal-fastchart.spec index ecffcf7..8f3b4ab 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.6 +Version: 1.2.0 Release: 1%{?dist} %forgemeta URL: %{forgeurl} @@ -38,10 +38,12 @@ Source0: %{forgesource} # RPM font path first and remove Windows fonts Patch0: %{pie_proj}-rpm.patch +# https://github.com/iliaal/fastchart/pull/9 +Patch1: %{pie_proj}-tests.patch BuildRequires: make BuildRequires: %{?dtsprefix}gcc -BuildRequires: %{?scl_prefix}php-devel >= 8.3 +BuildRequires: %{?scl_prefix}php-devel >= 8.1 BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(libjpeg) @@ -95,6 +97,7 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO %forgesetup %patch -P0 -p1 -b .rpm +%patch -P1 -p1 -b .pr cp vendor/qrcodegen/LICENSE qrcodegen_LICENSE cp vendor/plutovg/LICENSE plutovg_LICENSE @@ -165,6 +168,10 @@ TEST_PHP_ARGS="-n -d extension=gd -d extension=simplexml -d extension=%{buildroo %changelog +* Fri Jun 12 2026 Remi Collet <remi@remirepo.net> - 1.2.0-1 +- update to 1.2.0 +- open https://github.com/iliaal/fastchart/pull/9 relax test expectations + * Fri Jun 5 2026 Remi Collet <remi@remirepo.net> - 1.1.6-1 - update to 1.1.6 |
