From 87e92bfdf99e612007bbe38bb24803acc53acc06 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Nov 2019 09:35:14 +0100 Subject: EL-8 rebuild --- php-pecl-zmq.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/php-pecl-zmq.spec b/php-pecl-zmq.spec index 752ddf3..8c3fa68 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: 10%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 11%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -39,12 +39,13 @@ BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-pear %if 0%{?fedora} >= 22 || 0%{?rhel} >= 7 -# v4 in Fedora22+, EPEL-7 +# v4 in Fedora22+, EPEL-7, EPEL-8 BuildRequires: zeromq-devel >= 2.0.7 %else BuildRequires: zeromq3-devel %endif BuildRequires: pkgconfig +# BuildRequires: gdb php-debuginfo php-cli-debuginfo php-debugsource Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} @@ -260,6 +261,9 @@ export TEST_PHP_EXECUTABLE=%{__ztsphp} %changelog +* Wed Nov 27 2019 Remi Collet - 1.1.3-11 +- EL-8 rebuild + * Tue Sep 03 2019 Remi Collet - 1.1.3-10 - rebuild for 7.4.0RC1 -- cgit