From 5a89572d4e8b55dca879ab520a23daa77b1a4c33 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 9 Apr 2017 19:45:16 +0200 Subject: v1.0.5 --- .gitignore | 7 +++++++ REFLECTION | 14 +++++++++++++- php-pecl-vips.spec | 5 ++++- 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ab5c4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/REFLECTION b/REFLECTION index 7d5c3b1..cb345d7 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #138 vips version 1.0.4 ] { +Extension [ extension #147 vips version 1.0.5 ] { - Functions { Function [ function vips_image_new_from_file ] { @@ -39,6 +39,18 @@ Extension [ extension #138 vips version 1.0.4 ] { Parameter #1 [ $options ] } } + Function [ function vips_foreign_find_load ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function vips_foreign_find_load_buffer ] { + + - Parameters [1] { + Parameter #0 [ $buffer ] + } + } Function [ function vips_call ] { - Parameters [2] { diff --git a/php-pecl-vips.spec b/php-pecl-vips.spec index 9c6ab45..9444932 100644 --- a/php-pecl-vips.spec +++ b/php-pecl-vips.spec @@ -18,7 +18,7 @@ Summary: PHP extension for interfacing with libvips Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.0.4 +Version: 1.0.5 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages @@ -210,6 +210,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Sun Apr 9 2017 Remi Collet - 1.0.5-1 +- Update to 1.0.5 + * Fri Dec 30 2016 Remi Collet - 1.0.4-1 - Update to 1.0.4 -- cgit