From 88d5326aa864f1dbe97d5983f8a2529bf57d35ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 8 Jan 2013 14:46:59 +0100 Subject: [PATCH] Rebuilt with -fno-strict-aliasing --- postfix.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/postfix.spec b/postfix.spec index 05b59ef..aa4f38f 100644 --- a/postfix.spec +++ b/postfix.spec @@ -38,7 +38,7 @@ Name: postfix Summary: Postfix Mail Transport Agent Version: 2.9.5 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 2 Group: System Environment/Daemons URL: http://www.postfix.org @@ -202,7 +202,7 @@ CCARGS="${CCARGS} $(getconf LFS_CFLAGS)" AUXLIBS="${AUXLIBS} %{?harden:%{harden}}" make -f Makefile.init makefiles CCARGS="${CCARGS}" AUXLIBS="${AUXLIBS}" \ - DEBUG="" OPT="$RPM_OPT_FLAGS -Wno-comment" + DEBUG="" OPT="$RPM_OPT_FLAGS -fno-strict-aliasing -Wno-comment" make %{?_smp_mflags} @@ -527,6 +527,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Jan 8 2013 Jaroslav Škarvada - 2:2.9.5-2 +- Rebuilt with -fno-strict-aliasing + * Thu Dec 13 2012 Jaroslav Škarvada - 2:2.9.5-1 - New version Resolves: rhbz#886804