From 35a090d896caaa589b45547c29bb1a9424cfd9be Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Sep 2020 10:21:45 +0200 Subject: rebuild for PHP 8.0.0beta3 --- php-pecl-vips.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-vips.spec b/php-pecl-vips.spec index fdd3bb2..ca94a8d 100644 --- a/php-pecl-vips.spec +++ b/php-pecl-vips.spec @@ -22,7 +22,7 @@ Summary: PHP extension for interfacing with libvips Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.12 -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: https://pecl.php.net/package/%{pecl_name} @@ -32,7 +32,7 @@ BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear # ensure latest version is used (upstream requires 8.2) -BuildRequires: pkgconfig(vips) >= 8.9 +BuildRequires: pkgconfig(vips) >= 8.10 Requires: vips%{?_isa} >= %{vipsbuildver} Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} @@ -225,6 +225,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Sep 2 2020 Remi Collet - 1.0.12-2 +- rebuild for PHP 8.0.0beta3 + * Sun Aug 30 2020 Remi Collet - 1.0.12-1 - update to 1.0.12 -- cgit