From 137f047862da9552d8f5a52f55aa6b6daec90e0ebac8756288e1493e8a3fbded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 15 Apr 2015 12:57:30 +0000 Subject: [PATCH] - Reduce requirement over GCC to 4.1 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=249 --- libreoffice.changes | 5 +++++ libreoffice.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/libreoffice.changes b/libreoffice.changes index 345b066..b54bea3 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 15 12:57:16 UTC 2015 - tchvatal@suse.com + +- Reduce requirement over GCC to 4.1 + ------------------------------------------------------------------- Wed Apr 15 12:43:41 UTC 2015 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index 7fa49b7..c210942 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -760,7 +760,6 @@ fi \ %define _langpack_lang %{-L:%{-L*}}%{!-L:%{lang}} \ %define pkgname l10n-%{lang} \ %define langname %{-n:%{-n*}}%{!-n:%{error:Language name not defined}} \ -\ %global langpack_langs %{langpack_langs} %{_langpack_lang} %{-i:%{-i*}} \ \ %package %{pkgname} \ @@ -898,6 +897,11 @@ Provides additional %{langname} translations and resources for %{project}. \ # 256x256 icons tar -xjf %{SOURCE20} +# Reduce the gcc version requirement +sed -i \ + -e 's:-lt 0406:-lt 0401:g' \ + configure.ac + # Do not generate doxygen timestamp echo "HTML_TIMESTAMP = NO" >> odk/docs/cpp/Doxyfile echo "HTML_TIMESTAMP = NO" >> odk/docs/idl/Doxyfile