diff options
author | Remi Collet <remi@remirepo.net> | 2025-01-13 07:30:33 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-01-13 07:30:33 +0100 |
commit | ea0d9b9cb6c8b98edbff4f6f5c2fbcf9e136c27e (patch) | |
tree | 7f320cbe3a6a1c6f63c5fcc5c52a6270c1a37eed /unit.spec | |
parent | 06a269da8ec013fb0b7259d35ae34a5f1c18b314 (diff) |
update to 1.34.1
Diffstat (limited to 'unit.spec')
-rw-r--r-- | unit.spec | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -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 <remi@remirepo.net> - 1.34.1-1 +- update to 1.34.1 + * Thu Dec 19 2024 Remi Collet <remi@remirepo.net> - 1.34.0-2 - re-license spec file to CECILL-2.1 - enable otel support |