[postfix] Rebuilt with -fno-strict-aliasing

Jaroslav Škarvada jskarvad at fedoraproject.org
Tue Jan 8 13:47:06 UTC 2013


commit 88d5326aa864f1dbe97d5983f8a2529bf57d35ae
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Tue Jan 8 14:46:59 2013 +0100

    Rebuilt with -fno-strict-aliasing

 postfix.spec |    7 +++++--
 1 files 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 <jskarvad at redhat.com> - 2:2.9.5-2
+- Rebuilt with -fno-strict-aliasing
+
 * Thu Dec 13 2012 Jaroslav Škarvada <jskarvad at redhat.com> - 2:2.9.5-1
 - New version
   Resolves: rhbz#886804


More information about the scm-commits mailing list