summaryrefslogtreecommitdiffstats
path: root/unit.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-02-21 10:53:32 +0100
committerRemi Collet <remi@php.net>2022-02-21 10:53:32 +0100
commita85fbea5bbc2f40c4151d8947d7039f2c21d565a (patch)
treecdfd06d6c57340a8d71140f65ff6129e5cf201d0 /unit.spec
parentd9333ff8a007bf93c5566bbda1362b70ce547e05 (diff)
test build for upstream patch
Diffstat (limited to 'unit.spec')
-rw-r--r--unit.spec7
1 files changed, 5 insertions, 2 deletions
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 <remi@remirepo.net> - 1.26.1-3
+- test build for upstream patch
+
* Fri Feb 11 2022 Remi Collet <remi@remirepo.net> - 1.26.1-2
- fix build error with GCC 12 using workaround to
https://github.com/nginx/unit/issues/639