Hello community,

here is the log from the commit of package libqt5-qtdoc for openSUSE:Factory 
checked in at 2019-03-22 15:05:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtdoc (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtdoc.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtdoc"

Fri Mar 22 15:05:49 2019 rev:31 rq:685630 version:5.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtdoc/libqt5-qtdoc.changes        
2018-12-31 09:46:16.298222329 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtdoc.new.25356/libqt5-qtdoc.changes     
2019-03-22 15:06:01.849563909 +0100
@@ -1,0 +2,18 @@
+Thu Mar 14 08:51:22 UTC 2019 - [email protected]
+
+- Update to 5.12.2:
+  * New bugfix release
+  * For more details please see:
+  * http://code.qt.io/cgit/qt/qt.git/plain/dist/changes-5.12.2/?h=5.12.2
+
+-------------------------------------------------------------------
+Fri Feb  1 08:39:58 UTC 2019 - [email protected]
+
+- Update to 5.12.1:
+  * New bugfix release
+  * For more details please see:
+  * http://code.qt.io/cgit/qt/qt.git/plain/dist/changes-5.12.1/?h=v5.12.1
+- Refresh workaround-qdoc-failure.patch
+- cmake breaks %make_jobs - ignore it (boo#1091864)
+
+-------------------------------------------------------------------

Old:
----
  qt-everywhere-src-5.12.0.tar.xz

New:
----
  qt-everywhere-src-5.12.2.tar.xz

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

Other differences:
------------------
++++++ libqt5-qtdoc.spec ++++++
--- /var/tmp/diff_new_pack.KINvmY/_old  2019-03-22 15:06:33.629536414 +0100
+++ /var/tmp/diff_new_pack.KINvmY/_new  2019-03-22 15:06:33.633536410 +0100
@@ -17,10 +17,10 @@
 # nodebuginfo
 
 
-%define real_version 5.12.0
-%define tar_version qt-everywhere-src-5.12.0
+%define real_version 5.12.2
+%define tar_version qt-everywhere-src-5.12.2
 Name:           libqt5-qtdoc
-Version:        5.12.0
+Version:        5.12.2
 Release:        0
 Summary:        Qt 5 API Documentation
 License:        LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only
@@ -31,6 +31,8 @@
 Patch100:       workaround-qdoc-failure.patch
 # PATCH-FIX-OPENSUSE
 Patch101:       qtdeclarative-switch-to-python3.patch
+# Breaks make_jobs
+#!BuildIgnore:  cmake
 BuildRequires:  alsa-devel
 BuildRequires:  bison
 BuildRequires:  clang
@@ -156,20 +158,20 @@
 %fdupes %{buildroot}%{_libqt5_docdir}
 
 %files
-%doc LICENSE.*
+%license LICENSE.*
 
 %files html
-%doc LICENSE.*
+%license LICENSE.*
 %{_libqt5_docdir}/*/
 %exclude %{_libqt5_docdir}/*/*.index
 %exclude %{_libqt5_docdir}/*/*.tags
 
 %files qch
-%doc LICENSE.*
+%license LICENSE.*
 %{_libqt5_docdir}/*.qch
 
 %files devel
-%doc LICENSE.*
+%license LICENSE.*
 %{_libqt5_docdir}/*/*.index
 %{_libqt5_docdir}/*/*.tags
 

++++++ qt-everywhere-src-5.12.0.tar.xz -> qt-everywhere-src-5.12.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/libqt5-qtdoc/qt-everywhere-src-5.12.0.tar.xz 
/work/SRC/openSUSE:Factory/.libqt5-qtdoc.new.25356/qt-everywhere-src-5.12.2.tar.xz
 differ: char 26, line 1

++++++ workaround-qdoc-failure.patch ++++++
--- /var/tmp/diff_new_pack.KINvmY/_old  2019-03-22 15:06:33.673536376 +0100
+++ /var/tmp/diff_new_pack.KINvmY/_new  2019-03-22 15:06:33.673536376 +0100
@@ -10,9 +10,11 @@
 
 Also, even with broken code, it should not crash with assertion failure. So 
there must be something broken in either libclang or qdoc, but I did not yet 
find what. Perhaps we could use this patch for the time being.
 
---- qt-everywhere-src-5.11.0-rc.out/qtbase/src/corelib/global/qfloat16.h       
2018-05-30 08:12:03.405142221 +0000
-+++ qt-everywhere-src-5.11.0-rc/qtbase/src/corelib/global/qfloat16.h   
2018-05-30 07:59:19.637190880 +0000
-@@ -144,6 +144,7 @@
+Index: qt-everywhere-src-5.12.1/qtbase/src/corelib/global/qfloat16.h
+===================================================================
+--- qt-everywhere-src-5.12.1.orig/qtbase/src/corelib/global/qfloat16.h
++++ qt-everywhere-src-5.12.1/qtbase/src/corelib/global/qfloat16.h
+@@ -145,6 +145,7 @@ inline qfloat16::qfloat16(float f) Q_DEC
  }
  QT_WARNING_POP
  
@@ -20,11 +22,11 @@
  inline qfloat16::operator float() const Q_DECL_NOTHROW
  {
  #if defined(QT_COMPILER_SUPPORTS_F16C) && defined(__F16C__)
-@@ -162,6 +163,7 @@
+@@ -171,6 +172,7 @@ inline qfloat16 operator-(qfloat16 a) Q_
+     f.b16 = a.b16 ^ quint16(0x8000);
      return f;
- #endif
  }
 +#endif
  
- inline qfloat16 operator-(qfloat16 a) Q_DECL_NOTHROW
- {
+ inline qfloat16 operator+(qfloat16 a, qfloat16 b) Q_DECL_NOTHROW { return 
qfloat16(static_cast<float>(a) + static_cast<float>(b)); }
+ inline qfloat16 operator-(qfloat16 a, qfloat16 b) Q_DECL_NOTHROW { return 
qfloat16(static_cast<float>(a) - static_cast<float>(b)); }


Reply via email to