diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-02 15:49:31 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-02 15:49:31 +0200 |
commit | 00f2f93b273a5fad7759e4b0d1a4f0fa03f6e073 (patch) | |
tree | d98f2186a1583048b7a805567566556626546585 | |
parent | a85fbea5bbc2f40c4151d8947d7039f2c21d565a (diff) |
update to 1.27.0
-rw-r--r-- | unit.spec | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 <remi@remirepo.net> - 1.27.0-1 +- update to 1.27.0 + * Mon Feb 21 2022 Remi Collet <remi@remirepo.net> - 1.26.1-3 - test build for upstream patch |