summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-08 10:45:51 +0100
committerRemi Collet <remi@remirepo.net>2020-01-08 10:45:51 +0100
commitb05198df80db11e98b5be18d80bdf8883115fa90 (patch)
tree5830803815def6091d89220a29318348968ff391
parent004b9023f1cd14ee6f675b9591117064a0801880 (diff)
rebuild with libvips 8.9.0
-rw-r--r--PHPINFO10
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-vips.spec20
3 files changed, 15 insertions, 17 deletions
diff --git a/PHPINFO b/PHPINFO
index c098bf0..42287e9 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,12 +2,12 @@
vips
vips property => value
-Vips headers version => 8.8.3
-Vips library version => 8.8.3
-Vips ABI version => 53.2.11
+Vips headers version => 8.9.0
+Vips library version => 8.9.0
+Vips ABI version => 54.0.12
Major version => 8
-Minor version => 8
-Micro version => 3
+Minor version => 9
+Micro version => 0
Cache max mem => 104857600
Cache max operations => 1000
Cache current operations => 0
diff --git a/REFLECTION b/REFLECTION
index a905d6e..44246c7 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #167 vips version 1.0.10 ] {
+Extension [ <persistent> extension #108 vips version 1.0.10 ] {
- Functions {
Function [ <internal:vips> function vips_image_new_from_file ] {
diff --git a/php-pecl-vips.spec b/php-pecl-vips.spec
index 58c1099..0d0c19c 100644
--- a/php-pecl-vips.spec
+++ b/php-pecl-vips.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-vips
#
-# Copyright (c) 2016-2019 Remi Collet
+# Copyright (c) 2016-2020 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -22,16 +22,17 @@
Summary: PHP extension for interfacing with libvips
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.0.10
-Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
Group: Development/Languages
-URL: http://pecl.php.net/package/%{pecl_name}
-Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
+URL: https://pecl.php.net/package/%{pecl_name}
+Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel > 7
BuildRequires: %{?scl_prefix}php-pear
-BuildRequires: pkgconfig(vips) >= 8.2
+# ensure latest version is used (upstream requires 8.2)
+BuildRequires: pkgconfig(vips) >= 8.9
Requires: vips%{?_isa} >= %{vipsbuildver}
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
@@ -49,12 +50,6 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{rele
%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
# Other third party repo stuff
-Obsoletes: php70u-pecl-%{pecl_name} <= %{version}
-Obsoletes: php70w-pecl-%{pecl_name} <= %{version}
-%if "%{php_version}" > "7.1"
-Obsoletes: php71u-pecl-%{pecl_name} <= %{version}
-Obsoletes: php71w-pecl-%{pecl_name} <= %{version}
-%endif
%if "%{php_version}" > "7.2"
Obsoletes: php72u-pecl-%{pecl_name} <= %{version}
Obsoletes: php72w-pecl-%{pecl_name} <= %{version}
@@ -230,6 +225,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Jan 8 2020 Remi Collet <remi@remirepo.net> - 1.0.10-2
+- rebuild with libvips 8.9.0
+
* Thu Sep 26 2019 Remi Collet <remi@remirepo.net> - 1.0.10-1
- update to 1.0.10