From a5b10719b46d7fc2dd866777e53fee2f293efbdc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Aug 2024 15:03:20 +0200 Subject: F40 build, add patch for GCC 14 [-Wimplicit-function-declaration] --- uw-imap.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'uw-imap.spec') diff --git a/uw-imap.spec b/uw-imap.spec index 26611d1..d77dae9 100644 --- a/uw-imap.spec +++ b/uw-imap.spec @@ -19,7 +19,7 @@ Summary: UW Server daemons for IMAP and POP network mail protocols Name: uw-imap Version: 2007f -Release: 31%{?dist} +Release: 32%{?dist} # See LICENSE.txt, http://www.apache.org/licenses/LICENSE-2.0 License: ASL 2.0 @@ -60,6 +60,7 @@ Patch13: imap-2007e-poll.patch Patch14: 1006_openssl1.1_autoverify.patch Patch15: imap-2007f-ldflags.patch +Patch16: imap-2007f-gcc14.patch BuildRequires: make BuildRequires: gcc @@ -150,6 +151,7 @@ install -p -m644 %{SOURCE20} imap.pam %patch -P13 -p1 -b .poll %patch -P14 -p1 -b .openssl11 %patch -P15 -p1 -b .ldflags +%patch -P16 -p1 -b .gcc14 %build @@ -307,6 +309,9 @@ done %changelog +* Wed Feb 14 2024 Remi Collet - 2007f-32 +- F40 build, add patch for GCC 14 [-Wimplicit-function-declaration] + * Tue Feb 21 2023 Remi Collet - 2007f-31 - F38 build, disable parallel build as broken -- cgit