summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-11-20 09:46:16 +0100
committerRemi Collet <remi@remirepo.net>2020-11-20 09:46:16 +0100
commitc3522abe3302deeca3a3aecba1895088b84c47a3 (patch)
tree0d84b98fddce1a64ffaddc27430df98105266376
parentd7b46b82b2f1fce5680f4e966b73a0980acdce9e (diff)
update to 1.21.0
-rw-r--r--unit-php.spec8
1 files 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 <remi@remirepo.net> - 1.21.0-1
+- update to 1.21.0
+
* Fri Oct 9 2020 Remi Collet <remi@remirepo.net> - 1.20.0-1
- update to 1.20.0