From 8414d83b2960a95d1e09fde56a40c018a6682a4e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 31 May 2020 07:49:53 +0200 Subject: update to 1.18.0 --- unit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/unit.spec b/unit.spec index 65f7636..5f38051 100644 --- a/unit.spec +++ b/unit.spec @@ -9,7 +9,7 @@ %global gh_owner nginx %global project unit -%global gh_commit 4d62989f5c2329bb4a6174e4b7fb4ab6d8d9ec9f +%global gh_commit d3ca5fb47a52322b48737d21d55bf1d6d0aa446a %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.17.0 +Version: 1.18.0 Release: 1%{?dist} License: ASL 2.0 URL: https://unit.nginx.org/ @@ -200,6 +200,9 @@ fi %changelog +* Sun May 31 2020 Remi Collet - 1.18.0-1 +- update to 1.18.0 + * Fri Apr 17 2020 Remi Collet - 1.17.0-1 - update to 1.17.0 -- cgit