From c3522abe3302deeca3a3aecba1895088b84c47a3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Nov 2020 09:46:16 +0100 Subject: update to 1.21.0 --- unit-php.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/unit-php.spec b/unit-php.spec index ea146d4..0cc8d75 100644 --- a/unit-php.spec +++ b/unit-php.spec @@ -9,7 +9,7 @@ %global gh_owner nginx %global project unit -%global gh_commit 7d77d50568b347ec71a9db1f53b77d1976535294 +%global gh_commit 9e85732e9a8435b059d627b3c264549c33678f74 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %undefine _debugsource_packages @@ -34,7 +34,7 @@ Requires: %{scl_prefix}php-embedded %endif Name: %{?scl_prefix}%{project}-php -Version: 1.20.0 +Version: 1.21.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP module for NGINX Unit License: ASL 2.0 @@ -46,6 +46,7 @@ BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-embedded BuildRequires: openssl-devel +BuildRequires: pcre2-devel Requires: %{project} = %{version} @@ -118,6 +119,9 @@ make %{modname}-install DESTDIR=%{buildroot} %changelog +* Fri Nov 20 2020 Remi Collet - 1.21.0-1 +- update to 1.21.0 + * Fri Oct 9 2020 Remi Collet - 1.20.0-1 - update to 1.20.0 -- cgit