From 373e518682623e9c729ad62161540c64c3aa2690 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Feb 2019 07:56:33 +0100 Subject: v4.2.13 --- php-pecl-swoole4.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'php-pecl-swoole4.spec') diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index bc46fe8..c8a7fbd 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -35,7 +35,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 -Version: 4.2.12 +Version: 4.2.13 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is ASL 2.0 # Hiredis is BSD @@ -59,7 +59,7 @@ BuildRequires: openssl-devel BuildRequires: libnghttp2-devel %endif %if %{with_pgsql} -%if 0%{?fedora} >= 30 +%if 0%{?fedora} >= 30 || 0%{?rhel} >= 8 BuildRequires: libpq-devel > 9.5 %else BuildRequires: postgresql-devel > 9.5 @@ -334,6 +334,7 @@ cd ../ZTS %doc %{pecl_docdir}/%{pecl_name}/include %doc %{pecl_docdir}/%{pecl_name}/thirdparty %doc %{pecl_docdir}/%{pecl_name}/travis +%doc %{pecl_docdir}/%{pecl_name}/src %{php_incldir}/ext/%{pecl_name} %if %{with_zts} @@ -342,6 +343,9 @@ cd ../ZTS %changelog +* Mon Feb 4 2019 Remi Collet - 4.2.13-1 +- update to 4.2.13 + * Sun Jan 6 2019 Remi Collet - 4.2.12-1 - update to 4.2.12 - use --enable-cares build option -- cgit