From 00f2f93b273a5fad7759e4b0d1a4f0fa03f6e073 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Jun 2022 15:49:31 +0200 Subject: update to 1.27.0 --- unit.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/unit.spec b/unit.spec index a5223c7..19d84b1 100644 --- a/unit.spec +++ b/unit.spec @@ -11,13 +11,13 @@ %global gh_owner nginx %global project unit -%global gh_commit 8b954d833110c70f641561fd141b27b2b72a5022 +%global gh_commit 3d1fa29f1d03e392df534b6589d3e1d2ed883671 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) Name: unit Summary: NGINX Unit application server -Version: 1.26.1 -Release: 3%{?dist} +Version: 1.27.0 +Release: 1%{?dist} License: ASL 2.0 URL: https://unit.nginx.org/ @@ -170,7 +170,7 @@ BANNER %files %{!?_licensedir:%global license %%doc} %license LICENSE -%doc NOTICE README CHANGES +%doc NOTICE CHANGES *.md %doc example.config %attr(0755,root,root) %{_sbindir}/unitd %attr(0755,root,root) %{_sbindir}/unitd-debug @@ -195,6 +195,9 @@ BANNER %changelog +* Thu Jun 2 2022 Remi Collet - 1.27.0-1 +- update to 1.27.0 + * Mon Feb 21 2022 Remi Collet - 1.26.1-3 - test build for upstream patch -- cgit