From 48491797d4486939729d915d67a0eec408e9ab58 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Dec 2019 10:14:02 +0100 Subject: v4.4.14 --- php-pecl-swoole4.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'php-pecl-swoole4.spec') diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 0a8ea96..40b8035 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -27,7 +27,7 @@ %global with_brotli 0 %endif -%global upstream_version 4.4.13 +%global upstream_version 4.4.14 #global upstream_prever RC2 @@ -38,8 +38,8 @@ Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_ # 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}-%{upstream_version}%{?upstream_prever}.tgz +URL: https://pecl.php.net/package/%{pecl_name} +Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz %if 0%{?rhel} == 6 BuildRequires: devtoolset-6-toolchain @@ -89,8 +89,6 @@ Conflicts: %{?sub_prefix}php-pecl-%{pecl_name}2 < 4 %endif %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} -Obsoletes: php71u-pecl-%{pecl_name}4 <= %{version} -Obsoletes: php71w-pecl-%{pecl_name}4 <= %{version} %if "%{php_version}" > "7.2" Obsoletes: php72u-pecl-%{pecl_name}4 <= %{version} Obsoletes: php72w-pecl-%{pecl_name}4 <= %{version} @@ -334,6 +332,9 @@ cd ../ZTS %changelog +* Thu Dec 26 2019 Remi Collet - 4.4.14-1 +- update to 4.4.14 + * Wed Dec 18 2019 Remi Collet - 4.4.13-1 - update to 4.4.13 -- cgit