Hello community,

here is the log from the commit of package libqt5-creator for openSUSE:Factory 
checked in at 2016-04-15 19:12:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2016-01-23 01:16:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-creator.new/libqt5-creator.changes       
2016-04-15 19:12:07.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Mar 23 22:01:22 UTC 2016 - [email protected]
+
+- Also disable the clangcodemodel plugin for 13.2 since, like SLE12, it does
+  not have llvm >= 3.6.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libqt5-creator.spec ++++++
--- /var/tmp/diff_new_pack.r3Pt6E/_old  2016-04-15 19:12:08.000000000 +0200
+++ /var/tmp/diff_new_pack.r3Pt6E/_new  2016-04-15 19:12:08.000000000 +0200
@@ -42,8 +42,9 @@
 BuildRequires:  libqt5-qtscript-devel >= %{qt5_version}
 BuildRequires:  libqt5-qttools-private-headers-devel >= %{qt5_version}
 BuildRequires:  libqt5-qtx11extras-devel >= %{qt5_version}
+# Disable the clangcodemodel plugin for OpenSUSE 13.2 and earlier and SLE12, 
which don't have LLVM >= 3.6.
 %ifarch %arm %ix86 x86_64
-%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
+%if 0%{?is_opensuse}
 BuildRequires:  llvm-clang-devel >= 3.6
 %endif
 %endif
@@ -75,8 +76,9 @@
 # https://bugzilla.opensuse.org/962650
 sed -i s,libexec/qtcreator,%{_lib}/qtcreator/libexec,g 
src/plugins/coreplugin/icore.cpp
 
+# Disable the clangcodemodel plugin for OpenSUSE 13.2 and earlier and SLE12, 
which don't have LLVM >= 3.6.
 %ifarch %arm %ix86 x86_64
-%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
+%if 0%{?is_opensuse}
 opts="LLVM_INSTALL_DIR=%{_prefix}"
 %endif
 %endif


Reply via email to