[libreoffice/f17] Resolves: rhbz#832603 abi problems with c++11

Caolán McNamara caolanm at fedoraproject.org
Tue Jul 31 15:10:42 UTC 2012


commit 2865809d6ba3b7ecbdd10e331b4aae4a7140db1a
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jul 31 16:10:36 2012 +0100

    Resolves: rhbz#832603 abi problems with c++11

 libreoffice.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index d60100e..9b0b97b 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -1107,6 +1107,9 @@ cp %{SOURCE23} ext_sources
 %endif
 touch src.downloaded
 
+# rhbz#832603 abi problems with c++11
+sed -i -e s,HAVE_CXX0X=.TRUE.,HAVE_CXX0X=, ./Env.Host.sh
+
 . ./Env.Host.sh
 ./bootstrap
 
@@ -2296,8 +2299,9 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
 %endif
 
 %changelog
-* Thu Jul 26 2012 David Tardon <dtardon at redhat.com> - 1:3.5.5.3-5-UNBUILT
+* Thu Jul 26 2012 David Tardon <dtardon at redhat.com> - 1:3.5.5.3-5
 - Resolves: rhbz#842552 crash in pptx import
+- Resolves: rhbz#832603 abi problems with c++11
 
 * Mon Jul 16 2012 Caolán McNamara <caolanm at redhat.com> - 3.5.5.3-4
 - Resolves: rhbz#836937 insanely slow with Zemberek


More information about the scm-commits mailing list