Hello community, here is the log from the commit of package libqt5-creator for openSUSE:Factory checked in at 2015-10-06 13:25:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libqt5-creator (Old) and /work/SRC/openSUSE:Factory/.libqt5-creator.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-creator" Changes: -------- --- /work/SRC/openSUSE:Factory/libqt5-creator/libqt5-creator.changes 2015-09-27 08:37:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libqt5-creator.new/libqt5-creator.changes 2015-10-06 13:25:16.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Sep 30 15:11:45 UTC 2015 - [email protected] + +- Disable the clangcodemodel plugin when in SLE12 and Leap, since neither + of them have llvm >= 3.6, thus removing the requirement. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqt5-creator.spec ++++++ --- /var/tmp/diff_new_pack.TbWOei/_old 2015-10-06 13:25:19.000000000 +0200 +++ /var/tmp/diff_new_pack.TbWOei/_new 2015-10-06 13:25:19.000000000 +0200 @@ -41,8 +41,10 @@ BuildRequires: libqt5-qttools-private-headers-devel >= %{qt5_version} BuildRequires: libqt5-qtx11extras-devel >= %{qt5_version} %ifarch %arm %ix86 x86_64 +%if 0%{?suse_version} != 1315 BuildRequires: llvm-clang-devel >= 3.6 %endif +%endif BuildRequires: update-desktop-files BuildRequires: xz Conflicts: qt-creator @@ -68,8 +70,10 @@ sed -i s,libexec/qtcreator,%{_lib}/qtcreator/libexec,g qtcreator.pri %ifarch %arm %ix86 x86_64 +%if 0%{?suse_version} != 1315 opts="LLVM_INSTALL_DIR=%{_prefix}" %endif +%endif opts="$opts IDE_LIBRARY_BASENAME=%{_lib} USE_SYSTEM_BOTAN=1" %qmake5 $opts
