Hello community, here is the log from the commit of package libqt5-creator for openSUSE:Factory checked in at 2019-02-14 14:31:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libqt5-creator (Old) and /work/SRC/openSUSE:Factory/.libqt5-creator.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-creator" Thu Feb 14 14:31:07 2019 rev:63 rq:673371 version:4.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libqt5-creator/libqt5-creator.changes 2019-02-06 14:10:38.430613188 +0100 +++ /work/SRC/openSUSE:Factory/.libqt5-creator.new.28833/libqt5-creator.changes 2019-02-14 14:31:51.487693748 +0100 @@ -1,0 +2,10 @@ +Mon Feb 11 12:41:22 UTC 2019 - Fabian Vogt <[email protected]> + +- Enable clangcodemodel for Leap 15.1+ as well + +------------------------------------------------------------------- +Mon Feb 11 12:34:00 UTC 2019 - Fabian Vogt <[email protected]> + +- Work around QTCREATORBUG-21972 by requiring a specific clang version + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqt5-creator.spec ++++++ --- /var/tmp/diff_new_pack.a3S1GZ/_old 2019-02-14 14:31:53.415692865 +0100 +++ /var/tmp/diff_new_pack.a3S1GZ/_new 2019-02-14 14:31:53.419692863 +0100 @@ -63,10 +63,12 @@ BuildRequires: gcc7-c++ %endif %endif -# Enable the clangcodemodel plugin on openSUSE TW, which has LLVM >= 6.0. +# Enable the clangcodemodel plugin on openSUSE TW and Leap 15.1+, which have LLVM >= 6.0. %ifarch %arm aarch64 %ix86 x86_64 -%if 0%{?suse_version} > 1500 +%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150100 BuildRequires: llvm-clang-devel >= 6.0 +# clangcodemodel hardcodes clang include paths: QTCREATORBUG-21972 +%requires_eq clang%(rpm -q --qf '%''{version}' clang-devel | cut -d. -f1) %endif %endif BuildRequires: update-desktop-files
