diff options
| -rw-r--r-- | unit.spec | 10 | 
1 files changed, 8 insertions, 2 deletions
| @@ -9,7 +9,7 @@  %global gh_owner    nginx  %global project     unit -%global gh_commit   204dfec87970bb3d5ca0508e5f4ed740bd35ebe4 +%global gh_commit   19f59b221dec9580ede4912303b437ec655b307b  %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.8.0 +Version:           1.10.0  Release:           1%{?dist}  License:           ASL 2.0  URL:               https://unit.nginx.org/ @@ -199,6 +199,12 @@ fi  %changelog +* Fri Aug 23 2019 Remi Collet <remi@remirepo.net> - 1.10.0-1 +- update to 1.10.0 + +* Fri May 31 2019 Remi Collet <remi@remirepo.net> - 1.9.0-1 +- update to 1.9.0 +  * Sat Mar  2 2019 Remi Collet <remi@remirepo.net> - 1.8.0-1  - update to 1.8.0 | 
