summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-06 11:39:39 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-06 11:48:17 +0100
commit0164d23d5e805e1e29000c36cc11d91d7612bc41 (patch)
tree02f440dca00a9e5d1de6c201ad130e94eee73a36
parent9f67132fc1e29530ad734ac4655a34c87fec9a59 (diff)
vips: ensure ImageMagick v6 is used
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-vips.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index b920b1c..f966faa 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #135 vips version 1.0.1 ] {
+Extension [ <persistent> extension #136 vips version 1.0.2 ] {
- Functions {
Function [ <internal:vips> function vips_image_new_from_file ] {
diff --git a/php-pecl-vips.spec b/php-pecl-vips.spec
index 1ac91f5..9da40c2 100644
--- a/php-pecl-vips.spec
+++ b/php-pecl-vips.spec
@@ -18,8 +18,8 @@
Summary: PHP extension for interfacing with libvips
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.0.1
-Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 1.0.2
+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}
@@ -206,6 +206,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Dec 06 2016 Remi Collet <remi@fedoraproject.org> - 1.0.2-1
+- Update to 1.0.2
+
* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 1.0.1-2
- rebuild with PHP 7.1.0 GA