Hello community, here is the log from the commit of package libqt5-qttools for openSUSE:Factory checked in at 2020-01-19 20:54:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libqt5-qttools (Old) and /work/SRC/openSUSE:Factory/.libqt5-qttools.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qttools" Sun Jan 19 20:54:31 2020 rev:47 rq:757305 version:5.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libqt5-qttools/libqt5-qttools.changes 2019-09-09 12:30:54.969516197 +0200 +++ /work/SRC/openSUSE:Factory/.libqt5-qttools.new.26092/libqt5-qttools.changes 2020-01-19 20:55:43.459996254 +0100 @@ -1,0 +2,55 @@ +Mon Dec 16 10:30:49 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Update the license tags. + +------------------------------------------------------------------- +Thu Dec 12 12:54:58 UTC 2019 - Fabian Vogt <[email protected]> + +- Update to 5.14.0: + * New bugfix release + * For the changes between 5.13.2 and 5.14.0 please see: + https://code.qt.io/cgit/qt/qttools.git/tree/dist/changes-5.14.0?h=v5.14.0 + * For the changes between 5.13.1 and 5.13.2 please see: + https://code.qt.io/cgit/qt/qttools.git/tree/dist/changes-5.13.2?h=v5.14.0 + +------------------------------------------------------------------- +Wed Dec 4 14:38:09 UTC 2019 - Fabian Vogt <[email protected]> + +- Update to 5.14.0-rc: + * New bugfix release + * No changelog available + * For more details please see: + * For more details about Qt 5.14 please see: + https://wiki.qt.io/New_Features_in_Qt_5.14 + +------------------------------------------------------------------- +Tue Nov 12 13:03:13 UTC 2019 - Fabian Vogt <[email protected]> + +- Update to 5.14.0-beta3: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Thu Oct 24 13:23:07 UTC 2019 - Fabian Vogt <[email protected]> + +- Update to 5.14.0-beta2: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Tue Oct 15 12:34:52 UTC 2019 - Fabian Vogt <[email protected]> + +- Update to 5.14.0-beta1: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Mon Sep 30 13:30:37 UTC 2019 - Fabian Vogt <[email protected]> + +- Update to 5.14.0-alpha: + * New feature release + * No changelog available + * For more details about Qt 5.14 please see: + https://wiki.qt.io/New_Features_in_Qt_5.14 + +------------------------------------------------------------------- Old: ---- qttools-everywhere-src-5.13.1.tar.xz New: ---- qttools-everywhere-src-5.14.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqt5-qttools.spec ++++++ --- /var/tmp/diff_new_pack.gLmcoR/_old 2020-01-19 20:55:44.631996870 +0100 +++ /var/tmp/diff_new_pack.gLmcoR/_new 2020-01-19 20:55:44.635996872 +0100 @@ -1,7 +1,7 @@ # # spec file for package libqt5-qttools # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,55 +16,59 @@ # +%define qt5_snapshot 0 +%define base_name libqt5 +%define real_version 5.14.0 +%define so_version 5.14.0 +%define tar_version qttools-everywhere-src-5.14.0 %if 0%{?suse_version} >= 1330 %bcond_without qdoc %else # Needs clang >= 3.9.0 %bcond_with qdoc %endif - -%define qt5_snapshot 0 - Name: libqt5-qttools -Version: 5.13.1 +Version: 5.14.0 Release: 0 Summary: Qt 5 QtTools Module -License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 OR LGPL-3.0-only +# Legal: +# most src/ subfolders are GPL-3.0-only WITH Qt-GPL-exception-1.0, except: +# qtpaths is BSD-3-Clause +# qdoc is GPL-3.0-only WITH Qt-GPL-exception-1.0 + (LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)) == GPL-3.0-only +# src/shared contains BSD-3-Clause and LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) files. The +# 'GPL-3.0-only WITH Qt-GPL-exception-1.0' files in this folder are only used on Windows. +License: (LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)) AND GPL-3.0-only WITH Qt-GPL-exception-1.0 Group: Development/Libraries/X11 URL: https://www.qt.io -%define base_name libqt5 -%define real_version 5.13.1 -%define so_version 5.13.1 -%define tar_version qttools-everywhere-src-5.13.1 -Source: https://download.qt.io/official_releases/qt/5.13/%{real_version}/submodules/%{tar_version}.tar.xz +Source: https://download.qt.io/official_releases/qt/5.14/%{real_version}/submodules/%{tar_version}.tar.xz Source1: baselibs.conf Source11: designer5.desktop Source12: linguist5.desktop Source13: assistant5.desktop Source14: qdbusviewer5.desktop Source99: libqt5-qttools-rpmlintrc -BuildRequires: fdupes %if %{with qdoc} BuildRequires: clang-devel >= 3.9.0 %endif +BuildRequires: fdupes BuildRequires: libqt5-qtbase-devel >= %{version} BuildRequires: libqt5-qtbase-private-headers-devel >= %{version} BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{version} BuildRequires: libxslt-devel -BuildRequires: update-desktop-files -Recommends: libqt5-linguist -Recommends: libqt5-qtdoc-qch >= %{version} -%if %qt5_snapshot +%if %{qt5_snapshot} #to create the forwarding headers BuildRequires: perl %endif +BuildRequires: update-desktop-files BuildRequires: xz +Requires: %{name}-qhelpgenerator = %{version} # help files are SQLite databases, so assistant/qhelpgenerator need the SQLite plugin Requires: libQt5Sql5-sqlite >= %{version} Requires: libqt5-qdbus = %{version} Requires: libqt5-qtpaths = %{version} -Requires: %{name}-qhelpgenerator = %{version} %requires_ge libQt5DBus5 +Recommends: libqt5-linguist +Recommends: libqt5-qtdoc-qch >= %{version} %description The QtTools modules contains some tools mostly useful for application development. @@ -78,13 +82,13 @@ %package devel Summary: Development files for the Qt5 Tools library Group: Development/Libraries/X11 +Requires: %{name}-qhelpgenerator = %{version} Requires: libQt5Designer5 = %{version} Requires: libQt5DesignerComponents5 = %{version} Requires: libQt5Help5 = %{version} Requires: libqt5-linguist-devel = %{version} Requires: libxslt-devel Requires: pkgconfig(Qt5Xml) >= %{so_version} -Requires: %{name}-qhelpgenerator = %{version} Recommends: %{name} = %{version} Recommends: %{name}-doc = %{version} @@ -106,6 +110,7 @@ %package examples Summary: Qt5 tools examples Group: Development/Libraries/X11 +License: BSD-3-Clause Recommends: %{name}-devel %description examples @@ -114,6 +119,7 @@ %package example-plugins Summary: Example plugins for Qt5 Designer Group: Development/Libraries/X11 +License: BSD-3-Clause Recommends: %{name}-examples %description example-plugins @@ -122,6 +128,7 @@ %package -n libQt5Designer5 Summary: Qt 5 Designer Library Group: Development/Libraries/X11 +License: GPL-3.0-only WITH Qt-GPL-exception-1.0 %requires_ge libQt5Widgets5 %requires_ge libQt5Xml5 @@ -131,6 +138,7 @@ %package -n libQt5DesignerComponents5 Summary: Qt 5 Designer Components Library Group: Development/Libraries/X11 +License: GPL-3.0-only WITH Qt-GPL-exception-1.0 Requires: libQt5Designer5 = %{version} %description -n libQt5DesignerComponents5 @@ -158,6 +166,7 @@ %package -n libqt5-linguist Summary: Qt 5 Linguist Tools Group: Development/Libraries/X11 +License: GPL-3.0-only WITH Qt-GPL-exception-1.0 %requires_ge libQt5PrintSupport5 %requires_ge libQt5Widgets5 %requires_ge libQt5Xml5 @@ -177,6 +186,7 @@ %package -n libqt5-qdbus Summary: Command line client for communication over D-Bus Group: Development/Libraries/X11 +License: GPL-3.0-only WITH Qt-GPL-exception-1.0 Conflicts: %{name} < %{version} %description -n libqt5-qdbus @@ -185,6 +195,7 @@ %package -n libqt5-qtpaths Summary: Command line client to QStandardPaths Group: Development/Libraries/X11 +License: BSD-3-Clause Conflicts: %{name} < %{version} %description -n libqt5-qtpaths @@ -193,6 +204,7 @@ %package doc Summary: Qt 5 tool used by Qt Developers to generate documentation Group: Development/Libraries/C and C++ +License: GPL-3.0-only Provides: libqt5-qtbase-doc = %{version} Obsoletes: libqt5-qtbase-doc < %{version} # qdoc hardcodes clang include paths: boo#1109367, QTBUG-70687 @@ -216,7 +228,7 @@ %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects -%if %qt5_snapshot +%if %{qt5_snapshot} #force the configure script to generate the forwarding headers (it checks whether .git directory exists) mkdir .git %endif @@ -294,6 +306,9 @@ %{_datadir}/icons/hicolor/*/apps/qdbusviewer5.png %dir %{_libqt5_libdir}/qt5/plugins/designer %{_libqt5_libdir}/qt5/plugins/designer/libqquickwidget.so +# CMake target for some of the binaries in this package. Own the dir to not require CMake +%dir %{_libqt5_libdir}/cmake/ +%{_libqt5_libdir}/cmake/Qt5AttributionsScannerTools/ %files -n libqt5-linguist %license LICENSE.* @@ -345,6 +360,9 @@ %license LICENSE.* %{_bindir}/qdoc* %{_libqt5_bindir}/qdoc* +# CMake target for some of the binaries in this package. Own the dir to not require CMake +%dir %{_libqt5_libdir}/cmake/ +%{_libqt5_libdir}/cmake/Qt5DocTools/ %endif %files qhelpgenerator ++++++ qttools-everywhere-src-5.13.1.tar.xz -> qttools-everywhere-src-5.14.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/libqt5-qttools/qttools-everywhere-src-5.13.1.tar.xz /work/SRC/openSUSE:Factory/.libqt5-qttools.new.26092/qttools-everywhere-src-5.14.0.tar.xz differ: char 25, line 1
