[openoffice.org-diafilter] Resolves: rhbz#635286 build with

Caolan McNamara caolanm at fedoraproject.org
Sat Sep 18 19:26:12 UTC 2010


commit ddb8b8f0723291746e579e7ebada5048e775858c
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Sep 18 20:25:39 2010 +0100

    Resolves: rhbz#635286 build with

 openoffice.org-diafilter.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/openoffice.org-diafilter.spec b/openoffice.org-diafilter.spec
index 69ab9e3..d9c8c8c 100644
--- a/openoffice.org-diafilter.spec
+++ b/openoffice.org-diafilter.spec
@@ -1,6 +1,6 @@
 Name:           openoffice.org-diafilter
 Version:        1.7.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        DIA diagram shape importer and gallery extension for OpenOffice.org
 Group:          Applications/Productivity
 License:        GPLv3+ and LGPLv3+
@@ -30,7 +30,7 @@ importing the "dia" diagram and shape formats. A gallery of the standard set of
 
 %build
 . %{sdkinstdir}/setsdkenv_unix.sh
-DIA_SHAPES_DIR=/usr/share/dia/shapes make
+OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" DIA_SHAPES_DIR=/usr/share/dia/shapes make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc README NEWS TODO gpl-3.0.txt lgpl-3.0.txt
 
 %changelog
+* Sat Sep 18 2010 Caolán McNamara <caolanm at redhat.com> - 1.7.0-2
+- Resolves: rhbz#635286 build with $RPM_OPT_FLAGS
+
 * Fri Sep 17 2010 Caolán McNamara <caolanm at redhat.com> - 1.7.0-1
 - latest version
 


More information about the scm-commits mailing list