diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-12-30 20:22:48 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-12-30 20:22:48 +0100 | 
| commit | e3bfa4b8ca94656c9fbba6df6d0f20d46a2e12bc (patch) | |
| tree | 4ec32ef7641d762207868d187fb124b096786758 | |
| parent | c03a92c1654a5c820c3c4029faeb4f3c17c08429 (diff) | |
php-pecl-vips: 1.0.4
| -rw-r--r-- | REFLECTION | 3 | ||||
| -rw-r--r-- | php-pecl-vips.spec | 5 | 
2 files changed, 5 insertions, 3 deletions
@@ -1,5 +1,4 @@ -php-vips-ext: unable to lock libvips -- graceful may be unreliable -Extension [ <persistent> extension #138 vips version 1.0.3 ] { +Extension [ <persistent> extension #138 vips version 1.0.4 ] {    - Functions {      Function [ <internal:vips> function vips_image_new_from_file ] { diff --git a/php-pecl-vips.spec b/php-pecl-vips.spec index 5aeb88d..9fc2f83 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.3 +Version:        1.0.4  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 +* Fri Dec 30 2016 Remi Collet <remi@fedoraproject.org> - 1.0.4-1 +- Update to 1.0.4 +  * Thu Dec 29 2016 Remi Collet <remi@fedoraproject.org> - 1.0.3-1  - Update to 1.0.3 (broken)    open https://github.com/jcupitt/php-vips/issues/27  | 
