diff options
-rw-r--r-- | unit.spec | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -7,18 +7,20 @@ # Please, preserve the changelog entries # +# TODO otel support (--otel, requires rust/cargo...) + %bcond_without tests # require ONLINE build for sources download %bcond_with wasm %global gh_owner nginx %global project unit -%global gh_commit 24ed91f40634372d99f67f0e4e3c2ac0abde81bd +%global gh_commit 27bde184dedcbf687db2f314c60c037623318a8d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) Name: unit Summary: NGINX Unit application server -Version: 1.33.0 +Version: 1.34.0 Release: 1%{?dist} License: Apache-2.0 URL: https://unit.nginx.org/ @@ -212,6 +214,9 @@ BANNER %changelog +* Thu Dec 19 2024 Remi Collet <remi@remirepo.net> - 1.34.0-1 +- update to 1.34.0 + * Wed Sep 18 2024 Remi Collet <remi@remirepo.net> - 1.33.0-1 - update to 1.33.0 using njs 0.8.5 |