commit libqt5-creator for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-creator for openSUSE:Factory checked in at 2016-05-31 12:25:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-05-30 09:56:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libqt5-creator.new/libqt5-creator.changes 2016-05-31 12:25:14.000000000 +0200 @@ -1,0 +2,12 @@ +Mon May 30 07:50:04 UTC 2016 - alarrosa@suse.com + +- Enabled clangcodemodel plugin in SLE12 SP2 since it includes + a recent enough LLVM version. + +------------------------------------------------------------------- +Sat May 28 19:12:46 UTC 2016 - fvogt@suse.com + +- Add Recommends: libqt5-qttranslations + Without them, bundled translations are ignored + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqt5-creator.spec ++++++ --- /var/tmp/diff_new_pack.pIxxhv/_old 2016-05-31 12:25:15.000000000 +0200 +++ /var/tmp/diff_new_pack.pIxxhv/_new 2016-05-31 12:25:15.000000000 +0200 @@ -42,9 +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. +# Enable the clangcodemodel plugin on OpenSUSE and SLE12-SP2 or newer, which have LLVM >= 3.6. %ifarch %arm %ix86 x86_64 -%if 0%{?is_opensuse} +%if 0%{?is_opensuse} || 0%{?sle_version} >= 120200 BuildRequires: llvm-clang-devel >= 3.6 %endif %endif @@ -57,6 +57,7 @@ Recommends: libqt5-qtbase-devel Recommends: libqt5-qtdeclarative-devel Recommends: libqt5-qtquick1-devel +Recommends: libqt5-qttranslations Suggests: git-core # Make sure to rebuild against latest Qt5 (using the last package in chain - libQt5Designer5) @@ -91,9 +92,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. +# Enable the clangcodemodel plugin on OpenSUSE and SLE12-SP2 or newer, which have LLVM >= 3.6. %ifarch %arm %ix86 x86_64 -%if 0%{?is_opensuse} +%if 0%{?is_opensuse} || 0%{?sle_version} >= 120200 opts="LLVM_INSTALL_DIR=%{_prefix}" %endif %endif
participants (1)
-
root@hilbert.suse.de