Hello community,

here is the log from the commit of package libqt5-qttools for openSUSE:Factory 
checked in at 2018-06-02 11:51:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qttools (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qttools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qttools"

Sat Jun  2 11:51:50 2018 rev:36 rq:611686 version:5.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qttools/libqt5-qttools.changes    
2017-12-23 12:14:16.450831912 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qttools.new/libqt5-qttools.changes       
2018-06-02 11:51:54.548526457 +0200
@@ -1,0 +2,72 @@
+Tue May 22 16:14:06 CEST 2018 - [email protected]
+
+- Update to 5.11.0
+  * New bugfix release
+  * For more details please see:
+  * http://code.qt.io/cgit/qt/qttools.git/plain/dist/changes-5.11.0/?h=v5.11.0
+- Drop revert-static-libclang.patch
+
+-------------------------------------------------------------------
+Tue May  8 11:01:40 CEST 2018 - [email protected]
+
+- Update to 5.11.0-rc
+  * New bugfix release
+  * No changelog available
+- Add patch to support dynamic linking against LLVM and clang again:
+  * revert-static-libclang.patch
+- Convert to patch -p1 format:
+  * fix-for-opensuse-qmake-qt5.patch
+
+-------------------------------------------------------------------
+Mon Apr 23 08:58:02 CEST 2018 - [email protected]
+
+- Update to 5.11.0-beta4
+  * New bugfix release
+  * No changelog available
+
+-------------------------------------------------------------------
+Wed Apr 11 09:15:01 CEST 2018 - [email protected]
+
+- Update to 5.11.0-beta3
+  * New bugfix release
+  * No changelog available
+
+-------------------------------------------------------------------
+Wed Mar 28 09:17:50 CEST 2018 - [email protected]
+
+- Update to 5.11.0-beta2
+  * New bugfix release
+  * No changelog available
+
+-------------------------------------------------------------------
+Tue Mar 13 13:40:50 UTC 2018 - [email protected]
+
+- Fix the license tag.
+
+-------------------------------------------------------------------
+Thu Mar  1 09:55:50 CET 2018 - [email protected]
+
+- Update to 5.11.0-beta1
+  * New feature release
+  * For more details please see:
+  * 
http://code.qt.io/cgit/qt/qttools.git/plain/dist/changes-5.11.0-beta1/?h=v5.11.0-beta1
+
+-------------------------------------------------------------------
+Tue Feb 20 14:29:38 CET 2018 - [email protected]
+
+- Update to 5.11.0-alpha
+  * New feature release
+  * For more details please see:
+  * https://wiki.qt.io/New_Features_in_Qt_5.11
+* qdoc needs clang which is not available on 42.x.
+  Don't require it there.
+
+-------------------------------------------------------------------
+Wed Feb 14 15:47:07 CET 2018 - [email protected]
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * http://code.qt.io/cgit/qt/qttools.git/plain/dist/changes-5.10.1/?h=v5.10.1
+
+-------------------------------------------------------------------

Old:
----
  qttools-everywhere-src-5.10.0.tar.xz

New:
----
  qttools-everywhere-src-5.11.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libqt5-qttools.spec ++++++
--- /var/tmp/diff_new_pack.kjaBTS/_old  2018-06-02 11:51:56.332461024 +0200
+++ /var/tmp/diff_new_pack.kjaBTS/_new  2018-06-02 11:51:56.336460878 +0200
@@ -15,21 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%if 0%{?suse_version} >= 1330
+%bcond_without qdoc
+%else
+# Needs clang >= 3.6.2
+%bcond_with qdoc
+%endif
 
 %define qt5_snapshot 0
 
 Name:           libqt5-qttools
-Version:        5.10.0
+Version:        5.11.0
 Release:        0
 Summary:        Qt 5 QtTools Module
-License:        LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or 
LGPL-3.0-with-Qt-Company-Qt-exception-1.1
+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.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
+%define real_version 5.11.0
+%define so_version 5.11.0
+%define tar_version qttools-everywhere-src-5.11.0
+Source:         
https://download.qt.io/official_releases/qt/5.11/%{real_version}/submodules/%{tar_version}.tar.xz
 Source1:        baselibs.conf
 Source11:       designer5.desktop
 Source12:       linguist5.desktop
@@ -39,7 +45,9 @@
 # PATCH-FIX-OPENSUSE fix-for-opensuse-qmake-qt5.patch [rh#1009893]  
[email protected]
 Patch0:         fix-for-opensuse-qmake-qt5.patch
 BuildRequires:  fdupes
-#BuildRequires:  libQt5WebKitWidgets-devel >= %{version}
+%if %{with qdoc}
+BuildRequires:  clang-devel >= 3.6.2
+%endif
 BuildRequires:  libqt5-qtbase-devel >= %{version}
 BuildRequires:  libqt5-qtbase-private-headers-devel >= %{version}
 BuildRequires:  libqt5-qtdeclarative-private-headers-devel >= %{version}
@@ -68,13 +76,15 @@
 
 %prep
 %setup -q -n %{tar_version}
-%patch0 -p0
+%autopatch -p1
 
 %package devel
 Summary:        Development files for the Qt5 Tools library
 Group:          Development/Libraries/X11
 Requires:       %{name} = %{version}
+%if %{with qdoc}
 Requires:       %{name}-doc = %{version}
+%endif
 Requires:       libQt5Designer5 = %{version}
 Requires:       libQt5DesignerComponents5 = %{version}
 Requires:       libQt5Help5 = %{version}
@@ -325,11 +335,13 @@
 %{_bindir}/qtpaths
 %{_libqt5_bindir}/qtpaths
 
+%if %{with qdoc}
 %files doc
 %defattr(-,root,root,755)
 %doc LICENSE.*
 %{_bindir}/qdoc*
 %{_libqt5_bindir}/qdoc*
+%endif
 
 %files private-headers-devel
 %defattr(-,root,root,755)

++++++ fix-for-opensuse-qmake-qt5.patch ++++++
--- /var/tmp/diff_new_pack.kjaBTS/_old  2018-06-02 11:51:56.400458531 +0200
+++ /var/tmp/diff_new_pack.kjaBTS/_new  2018-06-02 11:51:56.404458384 +0200
@@ -1,6 +1,6 @@
-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
+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())
@@ -13,9 +13,9 @@
  #endif
              option.initProperties();
              QMakeVfs vfs;
-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
+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"));

++++++ qttools-everywhere-src-5.10.0.tar.xz -> 
qttools-everywhere-src-5.11.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/libqt5-qttools/qttools-everywhere-src-5.10.0.tar.xz 
/work/SRC/openSUSE:Factory/.libqt5-qttools.new/qttools-everywhere-src-5.11.0.tar.xz
 differ: char 25, line 1


Reply via email to