diff options
author | Remi Collet <remi@remirepo.net> | 2024-12-19 16:53:42 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-12-19 16:53:42 +0100 |
commit | 0eefe9825d5f97e63de2877236934ba5ce5aa61d (patch) | |
tree | db7d3156bd3b533160a8140882446005417fb0e4 /unit.spec | |
parent | ae8dd06b0826f839c2fad401764579661d17e64e (diff) |
update to 1.34.0
update to 1.34.0
Diffstat (limited to 'unit.spec')
-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 |