diff options
-rw-r--r-- | unit.spec | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 <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 |