From cb693c55fc2a2e4e6cc9ca94f6328eee8c7c85bb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Jul 2019 09:45:25 +0200 Subject: v4.4.2 --- php-pecl-swoole4.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'php-pecl-swoole4.spec') diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 04af961..29e6d16 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -30,16 +30,14 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 -Version: 4.4.1 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 4.4.2 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is ASL 2.0 # Hiredis is BSD License: ASL 2.0 and BSD URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz -Patch0: https://patch-diff.githubusercontent.com/raw/swoole/swoole-src/pull/2707.patch - %if 0%{?rhel} == 6 BuildRequires: devtoolset-6-toolchain %else @@ -162,8 +160,6 @@ sed \ cd NTS -%patch0 -p1 - # 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 @@ -331,6 +327,10 @@ cd ../ZTS %changelog +* Fri Jul 26 2019 Remi Collet - 4.4.2-1 +- update to 4.4.2 +- drop patch merged upstream + * Tue Jul 23 2019 Remi Collet - 4.4.1-2 - rebuild for 7.4.0beta1 - add patch from https://github.com/swoole/swoole-src/pull/2707 -- cgit