From 0eefe9825d5f97e63de2877236934ba5ce5aa61d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Dec 2024 16:53:42 +0100 Subject: update to 1.34.0 update to 1.34.0 --- unit.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/unit.spec b/unit.spec index 3e2bc12..920cf98 100644 --- a/unit.spec +++ b/unit.spec @@ -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 - 1.34.0-1 +- update to 1.34.0 + * Wed Sep 18 2024 Remi Collet - 1.33.0-1 - update to 1.33.0 using njs 0.8.5 -- cgit