summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-04-09 19:45:16 +0200
committerRemi Collet <remi@remirepo.net>2017-04-09 19:45:16 +0200
commit5a89572d4e8b55dca879ab520a23daa77b1a4c33 (patch)
treea82a1dd16788df6ccdf8d09ddd280eeb27de4778
parentf6b2dc22710472233002551d40a01972ab653b9b (diff)
v1.0.5
-rw-r--r--.gitignore7
-rw-r--r--REFLECTION14
-rw-r--r--php-pecl-vips.spec5
3 files changed, 24 insertions, 2 deletions
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 [ <persistent> extension #138 vips version 1.0.4 ] {
+Extension [ <persistent> extension #147 vips version 1.0.5 ] {
- Functions {
Function [ <internal:vips> function vips_image_new_from_file ] {
@@ -39,6 +39,18 @@ Extension [ <persistent> extension #138 vips version 1.0.4 ] {
Parameter #1 [ <required> $options ]
}
}
+ Function [ <internal:vips> function vips_foreign_find_load ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:vips> function vips_foreign_find_load_buffer ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $buffer ]
+ }
+ }
Function [ <internal:vips> 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 <remi@remirepo.net> - 1.0.5-1
+- Update to 1.0.5
+
* Fri Dec 30 2016 Remi Collet <remi@fedoraproject.org> - 1.0.4-1
- Update to 1.0.4