summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-04-21 07:07:28 +0200
committerRemi Collet <remi@remirepo.net>2017-04-21 07:07:28 +0200
commita30ad7680a5146703d1d9d6cb2e1b0fa6a9a534a (patch)
tree3828dd758727b87c4a3a71cef27eb5cc2811c251
parent5e9cbd663b465489227187b42723048f2507d033 (diff)
v1.0.6
-rw-r--r--REFLECTION8
-rw-r--r--php-pecl-vips.spec5
2 files changed, 11 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index cb345d7..d0846d4 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #147 vips version 1.0.5 ] {
+Extension [ <persistent> extension #147 vips version 1.0.6 ] {
- Functions {
Function [ <internal:vips> function vips_image_new_from_file ] {
@@ -39,6 +39,12 @@ Extension [ <persistent> extension #147 vips version 1.0.5 ] {
Parameter #1 [ <required> $options ]
}
}
+ Function [ <internal:vips> function vips_image_copy_memory ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $image ]
+ }
+ }
Function [ <internal:vips> function vips_foreign_find_load ] {
- Parameters [1] {
diff --git a/php-pecl-vips.spec b/php-pecl-vips.spec
index fdbde4a..53cc6ac 100644
--- a/php-pecl-vips.spec
+++ b/php-pecl-vips.spec
@@ -21,7 +21,7 @@
Summary: PHP extension for interfacing with libvips
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.0.5
+Version: 1.0.6
Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
Group: Development/Languages
@@ -214,6 +214,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Fri Apr 21 2017 Remi Collet <remi@remirepo.net> - 1.0.6-1
+- Update to 1.0.6
+
* Mon Apr 10 2017 Remi Collet <remi@remirepo.net> - 1.0.5-2
- rebuild with libvips 8.5.2