diff options
-rw-r--r-- | unit.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,6 +1,6 @@ # remirepo/fedora spec file for unit-php # -# Copyright (c) 2019 Remi Collet +# Copyright (c) 2019-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -9,7 +9,7 @@ %global gh_owner nginx %global project unit -%global gh_commit be8589d92580ff0bfc740f3d6b496fad411a050f +%global gh_commit e6bb4c54932a329ff8bc76bf97b36bebeceb428f %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.14.0 +Version: 1.15.0 Release: 1%{?dist} License: ASL 2.0 URL: https://unit.nginx.org/ @@ -199,6 +199,9 @@ fi %changelog +* Fri Feb 7 2020 Remi Collet <remi@remirepo.net> - 1.15.0-1 +- update to 1.15.0 + * Fri Dec 27 2019 Remi Collet <remi@remirepo.net> - 1.14.0-1 - update to 1.14.0 |