summaryrefslogtreecommitdiffstats
path: root/php-pecl-zmq.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-30 12:05:35 +0200
committerRemi Collet <remi@remirepo.net>2020-09-30 12:05:35 +0200
commitcf4e65cfae87c7b8e7ad91d896871615d07c4276 (patch)
treef6020abb87934d4c4184bc14a06c54edbd833958 /php-pecl-zmq.spec
parentb0597590e8e346eb7f189549ba33f9804ab26710 (diff)
rebuild for PHP 8.0.0RC1
Diffstat (limited to 'php-pecl-zmq.spec')
-rw-r--r--php-pecl-zmq.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/php-pecl-zmq.spec b/php-pecl-zmq.spec
index 2b7c92c..c82257d 100644
--- a/php-pecl-zmq.spec
+++ b/php-pecl-zmq.spec
@@ -26,7 +26,7 @@
Summary: ZeroMQ messaging
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.1.3
-Release: 12%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 14%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
@@ -204,7 +204,7 @@ cd NTS
: Minimal load test for NTS extension
%{__php} --no-php-ini \
--define extension=%{buildroot}/%{php_extdir}/%{pecl_name}.so \
- --modules | grep %{pecl_name}
+ --modules | grep '^%{pecl_name}$'
%if %{with_tests}
: upstream test suite for NTS extension
@@ -220,7 +220,7 @@ cd ../ZTS
: Minimal load test for ZTS extension
%{__ztsphp} --no-php-ini \
--define extension=%{buildroot}/%{php_ztsextdir}/%{pecl_name}.so \
- --modules | grep %{pecl_name}
+ --modules | grep '^%{pecl_name}$'
%if %{with_tests}
: upstream test suite for ZTS extension
@@ -246,6 +246,12 @@ export TEST_PHP_EXECUTABLE=%{__ztsphp}
%changelog
+* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 1.1.3-14
+- rebuild for PHP 8.0.0RC1
+
+* Wed Sep 2 2020 Remi Collet <remi@remirepo.net> - 1.1.3-13
+- rebuild for PHP 8.0.0beta3
+
* Mon Aug 24 2020 Remi Collet <remi@remirepo.net> - 1.1.3-12
- add patch for PHP 8 from https://github.com/zeromq/php-zmq/pull/216