diff options
author | Remi Collet <remi@remirepo.net> | 2019-02-08 07:55:44 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-02-08 07:55:44 +0100 |
commit | e4eb393120ccd88cfa52ba5fd87a42f51487150d (patch) | |
tree | 102b3e8186ec504d9895ffc116bfb0eeda4c4360 | |
parent | 62994e689260f361a46b908bb0268ca0fd40ad8c (diff) |
v1.7.1
-rw-r--r-- | unit.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -9,7 +9,7 @@ %global gh_owner nginx %global project unit -%global gh_commit c51e1aa47dcb13b7118e0be00619736ccca839df +%global gh_commit 6680fd5b8c427b44babf7748ddb3048c88b6e20f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) # distribution specific definitions @@ -18,8 +18,8 @@ Name: unit Summary: NGINX Unit application server -Version: 1.7 -Release: 2%{?dist} +Version: 1.7.1 +Release: 1%{?dist} License: ASL 2.0 URL: https://unit.nginx.org/ @@ -199,6 +199,9 @@ fi %changelog +* Fri Feb 8 2019 Remi Collet <remi@remirepo.net> - 1.7.1-1 +- update to 1.7.1 + * Thu Jan 17 2019 Remi Collet <remi@remirepo.net> - 1.7-2 - provide logrotate configuration |