Hello community, here is the log from the commit of package libqt5-qttools for openSUSE:Factory checked in at 2019-06-28 16:30:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libqt5-qttools (Old) and /work/SRC/openSUSE:Factory/.libqt5-qttools.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qttools" Fri Jun 28 16:30:23 2019 rev:43 rq:711198 version:5.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libqt5-qttools/libqt5-qttools.changes 2019-06-12 12:58:52.805332983 +0200 +++ /work/SRC/openSUSE:Factory/.libqt5-qttools.new.4615/libqt5-qttools.changes 2019-06-28 16:30:24.586285269 +0200 @@ -1,0 +2,24 @@ +Wed Jun 19 11:24:38 UTC 2019 - [email protected] + +- Update to 5.13.0: + * New bugfix release + * No changelog available + * For more details about Qt 5.13 please see: + * http://code.qt.io/cgit/qt/qttools.git/plain/dist/changes-5.13.0/?h=5.13 +- Drop patches, now upstream: + * 0001-qdoc-Don-t-spam-garbage.patch + +------------------------------------------------------------------- +Wed Jun 5 08:14:35 UTC 2019 - Fabian Vogt <[email protected]> + +- Add patch to fix doc builds getting terminated: + * 0001-qdoc-Don-t-spam-garbage.patch + +------------------------------------------------------------------- +Tue Jun 4 07:25:11 UTC 2019 - [email protected] + +- Update to 5.13.0-rc: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- @@ -7,0 +32,7 @@ +Mon Apr 29 09:17:00 UTC 2019 - [email protected] + +- Update to 5.13.0-beta2: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- @@ -15,0 +47,9 @@ +Thu Mar 21 10:26:22 UTC 2019 - [email protected] + +- Update to 5.13.0-beta1: + * New feature release + * For more details about Qt 5.13 please see: + * http://code.qt.io/cgit/qt/qttools.git/plain/dist/changes-5.13.0/?h=5.13 +- Refresh fix-for-opensuse-qmake-qt5.patch + +------------------------------------------------------------------- @@ -587,0 +628 @@ + Old: ---- qttools-everywhere-src-5.12.3.tar.xz New: ---- qttools-everywhere-src-5.13.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqt5-qttools.spec ++++++ --- /var/tmp/diff_new_pack.bff5av/_old 2019-06-28 16:30:30.414294077 +0200 +++ /var/tmp/diff_new_pack.bff5av/_new 2019-06-28 16:30:30.454294138 +0200 @@ -25,17 +25,17 @@ %define qt5_snapshot 0 Name: libqt5-qttools -Version: 5.12.3 +Version: 5.13.0 Release: 0 Summary: Qt 5 QtTools Module License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only Group: Development/Libraries/X11 Url: https://www.qt.io %define base_name libqt5 -%define real_version 5.12.3 -%define so_version 5.12.3 -%define tar_version qttools-everywhere-src-5.12.3 -Source: https://download.qt.io/official_releases/qt/5.12/%{real_version}/submodules/%{tar_version}.tar.xz +%define real_version 5.13.0 +%define so_version 5.13.0 +%define tar_version qttools-everywhere-src-5.13.0 +Source: https://download.qt.io/official_releases/qt/5.13/%{real_version}/submodules/%{tar_version}.tar.xz Source1: baselibs.conf Source11: designer5.desktop Source12: linguist5.desktop @@ -74,8 +74,7 @@ This package contains base tools, like string, xml, and network handling. %prep -%setup -q -n %{tar_version} -%autopatch -p1 +%autosetup -p1 -n %{tar_version} %package devel Summary: Development files for the Qt5 Tools library @@ -289,10 +288,12 @@ %license LICENSE.* %{_bindir}/lconvert* %{_bindir}/linguist* +%{_bindir}/lprodump* %{_bindir}/lrelease* %{_bindir}/lupdate* %{_libqt5_bindir}/lconvert* %{_libqt5_bindir}/linguist* +%{_libqt5_bindir}/lprodump* %{_libqt5_bindir}/lrelease* %{_libqt5_bindir}/lupdate* %{_datadir}/applications/linguist5.desktop ++++++ fix-for-opensuse-qmake-qt5.patch ++++++ --- /var/tmp/diff_new_pack.bff5av/_old 2019-06-28 16:30:30.790294645 +0200 +++ /var/tmp/diff_new_pack.bff5av/_new 2019-06-28 16:30:30.810294675 +0200 @@ -1,27 +1,13 @@ -diff -ru a/src/linguist/lrelease/main.cpp b/src/linguist/lrelease/main.cpp ---- a/src/linguist/lrelease/main.cpp 2014-12-06 00:24:59.000000000 +0800 -+++ b/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 -- option.qmake_abslocation = binDir + QLatin1String("/qmake"); -+ option.qmake_abslocation = binDir + QLatin1String("/qmake-qt5"); - #else -- option.qmake_abslocation = app.applicationDirPath() + QLatin1String("/qmake"); -+ option.qmake_abslocation = app.applicationDirPath() + QLatin1String("/qmake-qt5"); - #endif - option.initProperties(); - QMakeVfs vfs; -diff -ru a/src/linguist/lupdate/main.cpp b/src/linguist/lupdate/main.cpp ---- a/src/linguist/lupdate/main.cpp 2014-12-06 00:24:59.000000000 +0800 -+++ b/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()) -- option.qmake_abslocation = app.applicationDirPath() + QLatin1String("/qmake"); -+ option.qmake_abslocation = app.applicationDirPath() + QLatin1String("/qmake-qt5"); - option.debugLevel = proDebug; - option.initProperties(); - option.setCommandLineArguments(QDir::currentPath(), +Index: qttools-everywhere-src-5.13.0-beta1/src/linguist/lprodump/main.cpp +=================================================================== +--- qttools-everywhere-src-5.13.0-beta1.orig/src/linguist/lprodump/main.cpp ++++ qttools-everywhere-src-5.13.0-beta1/src/linguist/lprodump/main.cpp +@@ -438,7 +438,7 @@ int main(int argc, char **argv) + ProFileGlobals option; + option.qmake_abslocation = QString::fromLocal8Bit(qgetenv("QMAKE")); + if (option.qmake_abslocation.isEmpty()) +- option.qmake_abslocation = app.applicationDirPath() + QLatin1String("/qmake"); ++ option.qmake_abslocation = app.applicationDirPath() + QLatin1String("/qmake-qt5"); + option.debugLevel = proDebug; + option.initProperties(); + option.setCommandLineArguments(QDir::currentPath(), ++++++ qttools-everywhere-src-5.12.3.tar.xz -> qttools-everywhere-src-5.13.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/libqt5-qttools/qttools-everywhere-src-5.12.3.tar.xz /work/SRC/openSUSE:Factory/.libqt5-qttools.new.4615/qttools-everywhere-src-5.13.0.tar.xz differ: char 26, line 1
