Hello community, here is the log from the commit of package libqt5-qttools for openSUSE:Factory checked in at 2017-12-23 12:14:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libqt5-qttools (Old) and /work/SRC/openSUSE:Factory/.libqt5-qttools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qttools" Sat Dec 23 12:14:14 2017 rev:35 rq:557404 version:5.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libqt5-qttools/libqt5-qttools.changes 2017-12-08 12:52:57.439286144 +0100 +++ /work/SRC/openSUSE:Factory/.libqt5-qttools.new/libqt5-qttools.changes 2017-12-23 12:14:16.450831912 +0100 @@ -1,0 +2,23 @@ +Fri Dec 8 23:14:04 UTC 2017 - [email protected] + +- Update the license tag (boo#967696) + +------------------------------------------------------------------- +Thu Dec 7 12:18:15 UTC 2017 - [email protected] + +- Update to 5.10.0 final + * New bugfix release + +------------------------------------------------------------------- +Sun Dec 3 14:13:00 UTC 2017 - [email protected] + +- Update to 5.10.0 RC 2 + * New bugfix release + +------------------------------------------------------------------- +Thu Nov 30 09:47:19 UTC 2017 - [email protected] + +- Update to 5.10.0 RC 1 + * New bugfix release + +------------------------------------------------------------------- @@ -9,0 +33,31 @@ +Mon Nov 20 13:54:41 UTC 2017 - [email protected] + +- Recommend to install the Qt Help files in QCH format + to make Qt Assistent usable + +------------------------------------------------------------------- +Wed Nov 15 11:41:53 UTC 2017 - [email protected] + +- Update to 5.10 Beta 4 +- Contains bugfixes + +------------------------------------------------------------------- +Thu Nov 2 07:22:50 UTC 2017 - [email protected] + +- Update to 5.10 Beta 3 +- Contains bugfixes + +------------------------------------------------------------------- +Mon Oct 30 16:19:40 UTC 2017 - [email protected] + +- Update to 5.10 Beta 2 +- Contains bugfixes + +------------------------------------------------------------------- +Mon Oct 9 16:17:41 UTC 2017 - [email protected] + +- Update to 5.10 Beta 1 +- For more information visit: + https://blog.qt.io/blog/2017/10/09/qt-5-10-beta-released/ + +------------------------------------------------------------------- @@ -16,0 +71,7 @@ +Mon Sep 25 14:42:37 CEST 2017 - [email protected] + +- Update to 5.10 Alpha 1 +- For more information visit: + https://blog.qt.io/blog/2017/09/13/qt-5-10-alpha-released/ + +------------------------------------------------------------------- @@ -344 +404,0 @@ - Old: ---- qttools-opensource-src-5.9.3.tar.xz New: ---- qttools-everywhere-src-5.10.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqt5-qttools.spec ++++++ --- /var/tmp/diff_new_pack.Gq3Waw/_old 2017-12-23 12:14:24.854422159 +0100 +++ /var/tmp/diff_new_pack.Gq3Waw/_new 2017-12-23 12:14:24.858421964 +0100 @@ -19,17 +19,17 @@ %define qt5_snapshot 0 Name: libqt5-qttools -Version: 5.9.3 +Version: 5.10.0 Release: 0 Summary: Qt 5 QtTools Module -License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 +License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-with-Qt-Company-Qt-exception-1.1 Group: Development/Libraries/X11 Url: https://www.qt.io %define base_name libqt5 -%define real_version 5.9.3 -%define so_version 5.9.3 -%define tar_version qttools-opensource-src-%{real_version} -Source: https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz +%define real_version 5.10.0 +%define so_version 5.10.0 +%define tar_version qttools-everywhere-src-5.10.0 +Source: https://download.qt.io/official_releases/qt/5.10/%{real_version}/submodules/%{tar_version}.tar.xz Source1: baselibs.conf Source11: designer5.desktop Source12: linguist5.desktop @@ -46,6 +46,7 @@ BuildRequires: libxslt-devel BuildRequires: update-desktop-files Recommends: libqt5-linguist +Recommends: libqt5-qtdoc-qch >= %{version} %if %qt5_snapshot #to create the forwarding headers BuildRequires: perl @@ -66,7 +67,7 @@ This package contains base tools, like string, xml, and network handling. %prep -%setup -q -n qttools-opensource-src-%{real_version} +%setup -q -n %{tar_version} %patch0 -p0 %package devel ++++++ fix-for-opensuse-qmake-qt5.patch ++++++ --- /var/tmp/diff_new_pack.Gq3Waw/_old 2017-12-23 12:14:24.910419428 +0100 +++ /var/tmp/diff_new_pack.Gq3Waw/_new 2017-12-23 12:14:24.910419428 +0100 @@ -1,8 +1,7 @@ -Index: src/linguist/lrelease/main.cpp -=================================================================== ---- src/linguist/lrelease/main.cpp.orig -+++ src/linguist/lrelease/main.cpp -@@ -305,9 +305,9 @@ int main(int argc, char **argv) +diff -ru src.org/linguist/lrelease/main.cpp src/linguist/lrelease/main.cpp +--- src.org/linguist/lrelease/main.cpp 2014-12-06 00:24:59.000000000 +0800 ++++ src/linguist/lrelease/main.cpp 2015-01-12 10:50:16.717756760 +0800 +@@ -310,9 +310,9 @@ option.qmake_abslocation = QString::fromLocal8Bit(qgetenv("QMAKE")); if (option.qmake_abslocation.isEmpty()) #ifdef QT_BOOTSTRAPPED @@ -14,11 +13,10 @@ #endif option.initProperties(); QMakeVfs vfs; -Index: src/linguist/lupdate/main.cpp -=================================================================== ---- src/linguist/lupdate/main.cpp.orig -+++ src/linguist/lupdate/main.cpp -@@ -1126,7 +1126,7 @@ int main(int argc, char **argv) +diff -ru src.org/linguist/lupdate/main.cpp src/linguist/lupdate/main.cpp +--- src.org/linguist/lupdate/main.cpp 2014-12-06 00:24:59.000000000 +0800 ++++ src/linguist/lupdate/main.cpp 2015-01-12 10:50:16.718756760 +0800 +@@ -1048,7 +1048,7 @@ ProFileGlobals option; option.qmake_abslocation = QString::fromLocal8Bit(qgetenv("QMAKE")); if (option.qmake_abslocation.isEmpty())
