From 0cb9fc59fb7ad6568a3afa765227ca1d4efe59f3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Oct 2018 07:49:35 +0200 Subject: v4.2.3 --- php-pecl-swoole4.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'php-pecl-swoole4.spec') diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index bc7c99f..77e5dfd 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -36,7 +36,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 -Version: 4.2.2 +Version: 4.2.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} @@ -168,9 +168,6 @@ mv %{pecl_name}-%{version} NTS cd NTS -# See https://github.com/swoole/swoole-src/issues/2038 -sed -e 's/4.2.2-alpha/%{version}/' -i include/swoole.h - # Sanity check, really often broken extver=$(sed -n '/#define SWOOLE_VERSION/{s/.* "//;s/".*$//;p}' include/swoole.h) if test "x${extver}" != "x%{version}%{?prever:-%{prever}}"; then @@ -343,6 +340,9 @@ cd ../ZTS %changelog +* Tue Oct 16 2018 Remi Collet - 4.2.3-1 +- update to 4.2.3 + * Mon Oct 15 2018 Remi Collet - 4.2.2-1 - update to 4.2.2 - open https://github.com/swoole/swoole-src/issues/2038 bad version -- cgit