diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-12 07:40:04 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-12 07:40:04 +0200 |
commit | 0fcd3f2903528b6bbcde279d624b2b33b19fc5a2 (patch) | |
tree | 169e2b372bcb48a1743452dff3e4edd37e130614 | |
parent | 2198c9be2c90df8dd0f8cfe8de927063936ae5bf (diff) |
-rw-r--r-- | unit.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -23,12 +23,12 @@ %global gh_owner nginx %global project unit -%global gh_commit 8ab74a8cc929272eb8683d3f6ab4cb406465fd34 +%global gh_commit 28404105810f53c570523c3e70006ad0ca210e58 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) Name: unit Summary: NGINX Unit application server -Version: 1.34.2 +Version: 1.35.0 Release: 1%{?dist} # unit is Apache-2.0 # rust libraries are Apache-2.0 or MIT @@ -51,7 +51,7 @@ BuildRequires: openssl-devel BuildRequires: pcre2-devel # command tool only to pull library dependencies BuildRequires: njs -BuildRequires: libnjs-devel >= 0.8.3 +BuildRequires: libnjs-devel >= 0.9.0 BuildRequires: systemd %if %{with otel} BuildRequires: cargo >= 1.73 @@ -291,6 +291,9 @@ BANNER %changelog +* Fri Sep 12 2025 Remi Collet <remi@remirepo.net> - 1.35.0-1 +- update to 1.35.0 + * Tue Mar 4 2025 Remi Collet <remi@remirepo.net> - 1.34.2-1 - update to 1.34.2 |