diff options
| -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  | 
