diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-04 08:30:13 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-04 08:30:13 +0200 |
commit | 3d5addde8abb146baa19a8b743b28f5c272a2280 (patch) | |
tree | 1bda8c4905d9174632089b3645cff20c621c5148 /unit.spec | |
parent | 76a945102031679a5bc51f93ccc272441f0ae455 (diff) |
v1.12.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 7d53cc7029a7fe1b3195c37a13ff8e83640e88ad +%global gh_commit 946cbd1f100da56c4ea38a1598fd86d0ee1d72f5 %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.11.0 +Version: 1.12.0 Release: 1%{?dist} License: ASL 2.0 URL: https://unit.nginx.org/ @@ -199,6 +199,9 @@ fi %changelog +* Fri Oct 4 2019 Remi Collet <remi@remirepo.net> - 1.12.0-1 +- update to 1.12.0 + * Fri Sep 20 2019 Remi Collet <remi@remirepo.net> - 1.11.0-1 - update to 1.11.0 |