From ee5a247d34fca8a2a9da5bcc01be6dea32237fa1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Nov 2020 09:34:26 +0100 Subject: update to 1.21.0 --- unit.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/unit.spec b/unit.spec index f561568..c45ecfa 100644 --- a/unit.spec +++ b/unit.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}) # distribution specific definitions @@ -18,7 +18,7 @@ Name: unit Summary: NGINX Unit application server -Version: 1.20.0 +Version: 1.21.0 Release: 1%{?dist} License: ASL 2.0 URL: https://unit.nginx.org/ @@ -34,6 +34,7 @@ Patch0: https://github.com/nginx/unit/pull/215.patch BuildRequires: gcc BuildRequires: openssl-devel +BuildRequires: pcre2-devel %if %{use_systemd} BuildRequires: systemd Requires(post): systemd @@ -203,6 +204,9 @@ fi %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