From ae8dd06b0826f839c2fad401764579661d17e64e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Sep 2024 14:21:40 +0200 Subject: update to 1.33.0 using njs 0.8.5 --- unit.spec | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/unit.spec b/unit.spec index 8737d64..3e2bc12 100644 --- a/unit.spec +++ b/unit.spec @@ -13,12 +13,12 @@ %global gh_owner nginx %global project unit -%global gh_commit 48d79170596d9923f2612d25e5a62ca0999b4313 +%global gh_commit 24ed91f40634372d99f67f0e4e3c2ac0abde81bd %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) Name: unit Summary: NGINX Unit application server -Version: 1.32.1 +Version: 1.33.0 Release: 1%{?dist} License: Apache-2.0 URL: https://unit.nginx.org/ @@ -35,18 +35,14 @@ BuildRequires: openssl-devel BuildRequires: pcre2-devel # command tool only to pull library dependencies BuildRequires: njs -BuildRequires: libnjs-devel = 0.8.2 +BuildRequires: libnjs-devel >= 0.8.3 BuildRequires: systemd %if %{with wasm} BuildRequires: clang BuildRequires: llvm %endif -%if 0%{?rhel} == 7 -%{?systemd_requires} -%else %{?systemd_ordering} -%endif Requires(pre): /usr/sbin/useradd Requires: logrotate @@ -183,7 +179,6 @@ More info: https://unit.nginx.org/installation/#official-packages BANNER %files -%{!?_licensedir:%global license %%doc} %license LICENSE %doc NOTICE CHANGES *.md %attr(0755,root,root) %{_bindir}/unitc @@ -217,6 +212,9 @@ BANNER %changelog +* Wed Sep 18 2024 Remi Collet - 1.33.0-1 +- update to 1.33.0 using njs 0.8.5 + * Tue Mar 26 2024 Remi Collet - 1.32.1-1 - update to 1.32.1 -- cgit