From 004b9023f1cd14ee6f675b9591117064a0801880 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Sep 2019 17:30:07 +0200 Subject: v1.0.10 --- PHPINFO | 15 ++++++++------- REFLECTION | 8 +++++++- php-pecl-vips.spec | 7 +++++-- 3 files changed, 20 insertions(+), 10 deletions(-) diff --git a/PHPINFO b/PHPINFO index b5494e3..c098bf0 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,18 +2,18 @@ vips vips property => value -Vips headers version => 8.7.0 -Vips library version => 8.7.0 -Vips ABI version => 51.0.9 +Vips headers version => 8.8.3 +Vips library version => 8.8.3 +Vips ABI version => 53.2.11 Major version => 8 -Minor version => 7 -Micro version => 0 +Minor version => 8 +Micro version => 3 Cache max mem => 104857600 Cache max operations => 1000 Cache current operations => 0 Cache max open files => 100 -Concurrency => 8 -SIMD support with liborc => yes +Concurrency => 16 +SIMD support with liborc => no JPEG support => yes PNG support => yes TIFF support => yes @@ -25,6 +25,7 @@ load PDF => yes load SVG => yes FITS support => yes WebP support => yes +HEIF support => yes load with libMagick => yes Text rendering support => yes ICC profile support with lcms => yes diff --git a/REFLECTION b/REFLECTION index a780048..a905d6e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #162 vips version 1.0.9 ] { +Extension [ extension #167 vips version 1.0.10 ] { - Functions { Function [ function vips_image_new_from_file ] { @@ -61,6 +61,12 @@ Extension [ extension #162 vips version 1.0.9 ] { Parameter #0 [ $image ] } } + Function [ function vips_image_write_to_array ] { + + - Parameters [1] { + Parameter #0 [ $image ] + } + } Function [ function vips_foreign_find_load ] { - Parameters [1] { diff --git a/php-pecl-vips.spec b/php-pecl-vips.spec index 5ca3ba0..58c1099 100644 --- a/php-pecl-vips.spec +++ b/php-pecl-vips.spec @@ -21,8 +21,8 @@ Summary: PHP extension for interfacing with libvips Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.0.9 -Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 1.0.10 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -230,6 +230,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Sep 26 2019 Remi Collet - 1.0.10-1 +- update to 1.0.10 + * Tue Sep 03 2019 Remi Collet - 1.0.9-3 - rebuild for 7.4.0RC1 -- cgit