From e4eb393120ccd88cfa52ba5fd87a42f51487150d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Feb 2019 07:55:44 +0100 Subject: v1.7.1 --- unit.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'unit.spec') diff --git a/unit.spec b/unit.spec index 4dc7c51..a977a53 100644 --- a/unit.spec +++ b/unit.spec @@ -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 - 1.7.1-1 +- update to 1.7.1 + * Thu Jan 17 2019 Remi Collet - 1.7-2 - provide logrotate configuration -- cgit