Tomáš Chvátal 2015-04-15 13:05:12 +00:00 committed by Git OBS Bridge
parent 137f047862
commit 726d98d211
2 changed files with 0 additions and 10 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
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 Wed Apr 15 12:43:41 UTC 2015 - tchvatal@suse.com

View File

@ -897,11 +897,6 @@ Provides additional %{langname} translations and resources for %{project}. \
# 256x256 icons # 256x256 icons
tar -xjf %{SOURCE20} tar -xjf %{SOURCE20}
# Reduce the gcc version requirement
sed -i \
-e 's:-lt 0406:-lt 0401:g' \
configure.ac
# Do not generate doxygen timestamp # Do not generate doxygen timestamp
echo "HTML_TIMESTAMP = NO" >> odk/docs/cpp/Doxyfile echo "HTML_TIMESTAMP = NO" >> odk/docs/cpp/Doxyfile
echo "HTML_TIMESTAMP = NO" >> odk/docs/idl/Doxyfile echo "HTML_TIMESTAMP = NO" >> odk/docs/idl/Doxyfile