From a85fbea5bbc2f40c4151d8947d7039f2c21d565a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Feb 2022 10:53:32 +0100 Subject: test build for upstream patch --- unit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'unit.spec') diff --git a/unit.spec b/unit.spec index eb99906..a5223c7 100644 --- a/unit.spec +++ b/unit.spec @@ -17,7 +17,7 @@ Name: unit Summary: NGINX Unit application server Version: 1.26.1 -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 URL: https://unit.nginx.org/ @@ -35,7 +35,7 @@ Patch0: %{project}-syspol.patch Patch1: %{project}-openssl3.patch # Woraroung use-afer-free # https://github.com/nginx/unit/issues/639 -Patch2: %{project}-gcc12.patch +Patch2: %{project}-github639.patch BuildRequires: make BuildRequires: gcc @@ -195,6 +195,9 @@ BANNER %changelog +* Mon Feb 21 2022 Remi Collet - 1.26.1-3 +- test build for upstream patch + * Fri Feb 11 2022 Remi Collet - 1.26.1-2 - fix build error with GCC 12 using workaround to https://github.com/nginx/unit/issues/639 -- cgit