summaryrefslogtreecommitdiffstats
path: root/uw-imap.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-08-20 15:03:20 +0200
committerRemi Collet <remi@php.net>2024-08-20 15:03:20 +0200
commita5b10719b46d7fc2dd866777e53fee2f293efbdc (patch)
tree4731744707ecc3e064763c71529aa5b5f57d8da4 /uw-imap.spec
parenta522605620ced0f669235868614342893a77d0d1 (diff)
F40 build, add patch for GCC 14 [-Wimplicit-function-declaration]HEADmaster
Diffstat (limited to 'uw-imap.spec')
-rw-r--r--uw-imap.spec7
1 files changed, 6 insertions, 1 deletions
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 <remi@remirepo.net> - 2007f-32
+- F40 build, add patch for GCC 14 [-Wimplicit-function-declaration]
+
* Tue Feb 21 2023 Remi Collet <remi@remirepo.net> - 2007f-31
- F38 build, disable parallel build as broken