From ddacfd9d6568e5c192acc8f7182e05dd506fade9 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Thu, 23 Mar 2023 09:38:10 -0600 Subject: [PATCH] Fix reinsertion of -Werror=format-security (bz 2181282) --- apron.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apron.spec b/apron.spec index df2bca1..d2fe08b 100644 --- a/apron.spec +++ b/apron.spec @@ -2,7 +2,7 @@ Name: apron Version: 0.9.13 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Numerical abstract domain library # The entire package is LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception @@ -154,7 +154,7 @@ export JAVA_TOOL_OPTIONS='-Dfile.encoding=UTF8' %endif # Put back a flag that the configure script strips out -sed -i 's/-Wp,-D_FORTIFY_SOURCE=2/-Werror=format-security &/' Makefile.config +sed -i 's/-Wall/& -Werror=format-security/' Makefile.config # Generate dependency lists touch apron/depend @@ -261,6 +261,9 @@ test/ctest1 %endif %changelog +* Thu Mar 23 2023 Jerry James - 0.9.13-17 +- Fix reinsertion of -Werror=format-security (bz 2181282) + * Tue Jan 24 2023 Richard W.M. Jones - 0.9.13-16 - Rebuild OCaml packages for F38