diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-13 07:03:47 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-13 07:03:47 +0100 |
commit | b7a098167e588fd21c09e020379f9b6e274ac72a (patch) | |
tree | 2088be5642129b3414baee64fa2413ac31907f7b | |
parent | 04e162eac684ab7269ed6b6a740eda02f52d9572 (diff) |
v1.16.0
-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 e6bb4c54932a329ff8bc76bf97b36bebeceb428f +%global gh_commit 8f397c8ae5f31c3ae09cbcd74209e63b897be817 %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.15.0 +Version: 1.16.0 Release: 1%{?dist} License: ASL 2.0 URL: https://unit.nginx.org/ @@ -88,6 +88,7 @@ unitconf() { --pid=/var/run/unit/unit.pid \ %endif --log=/var/log/unit/unit.log \ + --tmp=/var/tmp \ --openssl \ --cc-opt="%{optflags}" \ --tests \ @@ -199,6 +200,9 @@ fi %changelog +* Fri Mar 13 2020 Remi Collet <remi@remirepo.net> - 1.16.0-1 +- update to 1.16.0 + * Fri Feb 7 2020 Remi Collet <remi@remirepo.net> - 1.15.0-1 - update to 1.15.0 |