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 2015-09-27 08:38:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-06-06 09:52:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libqt5-creator.new/libqt5-creator.changes 2015-09-27 08:37:48.000000000 +0200 @@ -1,0 +2,36 @@ +Fri Sep 4 09:24:04 UTC 2015 - alarrosa@suse.com + +- BuildRequire llvm-clang-devel minimum version 3.6 since the sources do + +------------------------------------------------------------------- +Sat Aug 22 20:13:43 UTC 2015 - hrvoje.senjan@gmail.com + +- Upate to 3.5.0: + * Increased minimum requirements for compilation of Qt Creator to + MSVC 2013 and GCC 4.7, and Qt 5.4.0 + * Added variants with native separators to Qt Creator variables + that represent file paths + * Changed the way inconsistent enabled states were handled by the + plugin manager. Disabling plugins is now only a hint; if another + (enabled) plugin needs it, it is implicitly enabled. Before, the + other plugin was implicitly disabled. + * Improved keyboard shortcut settings. Made shortcut input field + freely editable and added separate `record` button. + * Added support for `~` as shortcut for user's home directory to + path input fields + * Added filtering to About Plugins + * Added `-load all` and `-noload all` command line options that + enable and disable all plugins respectively + * Made `-load` command line option implicitly enable all required + plugins, and `-noload` disable all plugins requiring the + disabled plugin. Multiple `-load` and `-noload` options are + interpreted in the order given on the command line. + * Fixed issues with raising the Qt Creator window on Gnome desktop + (QTCREATORBUG-13845) + * Fixed appearance on high DPI displays on Windows + (QTCREATORBUG-11179) + * Added locator filter for running external tools + * For more details see: + http://blog.qt.io/blog/2015/08/20/qt-creator-3-5-0-released/ + +------------------------------------------------------------------- Old: ---- qt-creator-opensource-src-3.4.1.tar.gz New: ---- qt-creator-opensource-src-3.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqt5-creator.spec ++++++ --- /var/tmp/diff_new_pack.Y7zBcK/_old 2015-09-27 08:37:50.000000000 +0200 +++ /var/tmp/diff_new_pack.Y7zBcK/_new 2015-09-27 08:37:50.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libqt5-creator # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,16 @@ Name: libqt5-creator -Version: 3.4.1 +Version: 3.5.0 Release: 0 Summary: Lightweight IDE License: SUSE-LGPL-2.1-with-digia-exception-1.1 Group: Development/Tools/IDE Url: http://qt.digia.com/Product/Developer-Tools/ -%define rversion 3.4.1 +%define rversion 3.5.0 %define rname qt-creator -%define qt5_version 5.4.2 -Source: http://download.qt.io/official_releases/qtcreator/3.4/%{rversion}/%{rname}-opensource-src-%{rversion}.tar.gz +%define qt5_version 5.5.0 +Source: http://download.qt.io/official_releases/qtcreator/3.5/%{rversion}/%{rname}-opensource-src-%{rversion}.tar.gz Source1: %{name}-rpmlintrc Source2: qtcreator.desktop # PATCH-FIX-UPSTREAM qbs-path.diff -- install qbs plugin to sane location @@ -37,12 +37,11 @@ BuildRequires: libbotan-devel BuildRequires: libqt5-qtbase-devel >= %{qt5_version} BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{qt5_version} -BuildRequires: libqt5-qtquick1-private-headers-devel >= %{qt5_version} BuildRequires: libqt5-qtscript-devel >= %{qt5_version} BuildRequires: libqt5-qttools-private-headers-devel >= %{qt5_version} BuildRequires: libqt5-qtx11extras-devel >= %{qt5_version} %ifarch %arm %ix86 x86_64 -BuildRequires: llvm-clang-devel +BuildRequires: llvm-clang-devel >= 3.6 %endif BuildRequires: update-desktop-files BuildRequires: xz @@ -65,6 +64,9 @@ %patch0 -p1 %build +sed -i s,libexec/qtcreator,%{_lib}/qtcreator/libexec,g qtcreator.qbs +sed -i s,libexec/qtcreator,%{_lib}/qtcreator/libexec,g qtcreator.pri + %ifarch %arm %ix86 x86_64 opts="LLVM_INSTALL_DIR=%{_prefix}" %endif ++++++ qt-creator-opensource-src-3.4.1.tar.gz -> qt-creator-opensource-src-3.5.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/libqt5-creator/qt-creator-opensource-src-3.4.1.tar.gz /work/SRC/openSUSE:Factory/.libqt5-creator.new/qt-creator-opensource-src-3.5.0.tar.gz differ: char 5, line 1
participants (1)
-
root@hilbert.suse.de