From db121cf3cdeae9e115058d1ae98bf3294f88072f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Apr 2018 06:41:54 +0200 Subject: v2.1.3 --- php-pecl-swoole2.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'php-pecl-swoole2.spec') diff --git a/php-pecl-swoole2.spec b/php-pecl-swoole2.spec index 6870538..6d3c802 100644 --- a/php-pecl-swoole2.spec +++ b/php-pecl-swoole2.spec @@ -25,7 +25,6 @@ %global ini_name 40-%{pecl_name}.ini %endif -# BUT see https://github.com/swoole/swoole-src/issues/1558 %if 0%{?fedora} >= 24 || 0%{?rhel} >= 8 %global with_pgsql 1 %else @@ -42,7 +41,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}2 -Version: 2.1.2 +Version: 2.1.3 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} @@ -316,6 +315,9 @@ cd ../ZTS %changelog +* Mon Apr 16 2018 Remi Collet - 2.1.3-1 +- update to 2.1.3 + * Tue Apr 10 2018 Remi Collet - 2.1.2-1 - update to 2.1.2 - add PostgreSQL coroutine client on Fedora 24+ -- cgit