summaryrefslogtreecommitdiffstats
path: root/php-pecl-vips.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-30 11:48:51 +0200
committerRemi Collet <remi@remirepo.net>2020-09-30 11:48:51 +0200
commita777c2cbb628c4313354cb8a9c18cd23467f7daa (patch)
tree28a9001b66a3c154647a05a14369d81aa4487853 /php-pecl-vips.spec
parent35a090d896caaa589b45547c29bb1a9424cfd9be (diff)
rebuild for PHP 8.0.0RC1
Diffstat (limited to 'php-pecl-vips.spec')
-rw-r--r--php-pecl-vips.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-vips.spec b/php-pecl-vips.spec
index ca94a8d..70a3d02 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: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
Group: Development/Languages
URL: https://pecl.php.net/package/%{pecl_name}
@@ -183,7 +183,7 @@ rm ?TS/tests/029.phpt
cd NTS
%{_bindir}/php --no-php-ini \
--define extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \
- --modules | grep %{pecl_name}
+ --modules | grep '^%{pecl_name}$'
: Upstream test suite for NTS extension
TEST_PHP_EXECUTABLE=%{_bindir}/php \
@@ -199,7 +199,7 @@ cd ../ZTS
%{__ztsphp} --no-php-ini \
--define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \
- --modules | grep %{pecl_name}
+ --modules | grep '^%{pecl_name}$'
: Upstream test suite for ZTS extension
TEST_PHP_EXECUTABLE=%{__ztsphp} \
@@ -225,6 +225,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 1.0.12-3
+- rebuild for PHP 8.0.0RC1
+
* Wed Sep 2 2020 Remi Collet <remi@remirepo.net> - 1.0.12-2
- rebuild for PHP 8.0.0beta3