diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-14 07:29:31 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-14 07:29:31 +0200 |
commit | cb583102ee629ab152f1757ae504afd9975dd12f (patch) | |
tree | 75dbc0ef28d8a74b0fb87202939248f8d4cde504 /unit.spec | |
parent | 8414d83b2960a95d1e09fde56a40c018a6682a4e (diff) |
update to 1.19.0
Diffstat (limited to 'unit.spec')
-rw-r--r-- | unit.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -9,7 +9,7 @@ %global gh_owner nginx %global project unit -%global gh_commit d3ca5fb47a52322b48737d21d55bf1d6d0aa446a +%global gh_commit ba445d31f17194be335fb8bf6295bceac991299d %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.18.0 +Version: 1.19.0 Release: 1%{?dist} License: ASL 2.0 URL: https://unit.nginx.org/ @@ -200,6 +200,9 @@ fi %changelog +* Fri Aug 14 2020 Remi Collet <remi@remirepo.net> - 1.19.0-1 +- update to 1.19.0 + * Sun May 31 2020 Remi Collet <remi@remirepo.net> - 1.18.0-1 - update to 1.18.0 |