From ea0d9b9cb6c8b98edbff4f6f5c2fbcf9e136c27e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Jan 2025 07:30:33 +0100 Subject: update to 1.34.1 update to 1.34.1 --- unit.spec | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'unit.spec') diff --git a/unit.spec b/unit.spec index 5bf0e5a..0aab43a 100644 --- a/unit.spec +++ b/unit.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for unit-php # -# SPDX-FileCopyrightText: Copyright 2019-2024 Remi Collet +# SPDX-FileCopyrightText: Copyright 2019-2025 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -17,13 +17,13 @@ %global gh_owner nginx %global project unit -%global gh_commit 27bde184dedcbf687db2f314c60c037623318a8d +%global gh_commit ed6f67d14dc5d03c2b5d10d5bb6eb237f9c9b896 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) Name: unit Summary: NGINX Unit application server -Version: 1.34.0 -Release: 2%{?dist} +Version: 1.34.1 +Release: 1%{?dist} # unit is Apache-2.0 # rust libraries are Apache-2.0 or MIT License: Apache-2.0 AND MIT @@ -38,9 +38,6 @@ Source4: unit.logrotate Source5: makedeps.sh Source6: %{project}-deps-%{version}.tgz -# add libotel.a to tests build -Patch0: unit-tests.patch - BuildRequires: make BuildRequires: gcc BuildRequires: openssl-devel @@ -89,8 +86,6 @@ Library and include files required for NGINX Unit modules development. %else %setup -qn %{project}-%{gh_commit} -a6 -%patch -P0 -p1 -b .otel - : Create cargo configuration to use vendor directory mkdir .cargo cat << EOF | tee .cargo/config.toml @@ -268,6 +263,9 @@ BANNER %changelog +* Mon Jan 13 2025 Remi Collet - 1.34.1-1 +- update to 1.34.1 + * Thu Dec 19 2024 Remi Collet - 1.34.0-2 - re-license spec file to CECILL-2.1 - enable otel support -- cgit