Hello community,
here is the log from the commit of package libqt5-qtdeclarative for
openSUSE:Factory checked in at 2019-06-28 16:27:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtdeclarative (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtdeclarative"
Fri Jun 28 16:27:53 2019 rev:54 rq:711180 version:5.13.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/libqt5-qtdeclarative.changes
2019-06-07 18:01:33.933794399 +0200
+++
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new.4615/libqt5-qtdeclarative.changes
2019-06-28 16:27:54.306058157 +0200
@@ -1,0 +2,15 @@
+Wed Jun 19 11:19:49 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/qtdeclarative.git/plain/dist/changes-5.13.0/?h=5.13
+
+-------------------------------------------------------------------
+Thu Jun 6 08:51:50 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Remove patches, upstream in 5.13:
+ * Dont-crash-when-accessing-invalid-properties.patch
+
+-------------------------------------------------------------------
@@ -7,0 +23,16 @@
+Tue Jun 4 07:24:25 UTC 2019 - [email protected]
+
+- Update to 5.13.0-rc:
+ * New bugfix release
+ * No changelog available
+- Remove patches, now upstream:
+ * Dont-crash-when-accessing-invalid-properties.patch
+
+-------------------------------------------------------------------
+Mon Apr 29 09:16:17 UTC 2019 - [email protected]
+
+- Update to 5.13.0-beta2:
+ * New bugfix release
+ * No changelog available
+
+-------------------------------------------------------------------
@@ -15,0 +47,9 @@
+Thu Mar 21 10:24:50 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/qtdeclarative.git/plain/dist/changes-5.13.0/?h=5.13
+- Refresh sse2_nojit.patch
+
+-------------------------------------------------------------------
@@ -844,0 +885 @@
+
Old:
----
Dont-crash-when-accessing-invalid-properties.patch
qtdeclarative-everywhere-src-5.12.3.tar.xz
New:
----
qtdeclarative-everywhere-src-5.13.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtdeclarative.spec ++++++
--- /var/tmp/diff_new_pack.f2R6mx/_old 2019-06-28 16:27:59.402065858 +0200
+++ /var/tmp/diff_new_pack.f2R6mx/_new 2019-06-28 16:27:59.406065865 +0200
@@ -21,20 +21,18 @@
%define libname libQtQuick5
Name: libqt5-qtdeclarative
-Version: 5.12.3
+Version: 5.13.0
Release: 0
Summary: Qt 5 Declarative Library
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 qtdeclarative-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 qtdeclarative-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
-# PATCH-FIX-UPSTREAM
-Patch1: Dont-crash-when-accessing-invalid-properties.patch
# PATCH-FIX-OPENSUSE sse2_nojit.patch -- enable JIT and sse2 only on sse2 case
Patch100: sse2_nojit.patch
# PATCH-FIX-OPENSUSE Switch to use python3 at build time
@@ -70,7 +68,8 @@
handling.
%prep
-%autosetup -p1 -n %{tar_version}
+%setup -q -n %{tar_version}
+%autopatch -p1
%package -n %libname
Summary: Qt 5 Declarative Library
++++++ qtdeclarative-everywhere-src-5.12.3.tar.xz ->
qtdeclarative-everywhere-src-5.13.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/qtdeclarative-everywhere-src-5.12.3.tar.xz
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new.4615/qtdeclarative-everywhere-src-5.13.0.tar.xz
differ: char 26, line 1
++++++ sse2_nojit.patch ++++++
--- /var/tmp/diff_new_pack.f2R6mx/_old 2019-06-28 16:27:59.454065937 +0200
+++ /var/tmp/diff_new_pack.f2R6mx/_new 2019-06-28 16:27:59.454065937 +0200
@@ -1,10 +1,10 @@
-Index:
qtdeclarative-everywhere-src-5.12.0-alpha/src/qml/jsruntime/jsruntime.pri
+Index:
qtdeclarative-everywhere-src-5.13.0-beta1/src/qml/jsruntime/jsruntime.pri
===================================================================
----
qtdeclarative-everywhere-src-5.12.0-alpha.orig/src/qml/jsruntime/jsruntime.pri
-+++ qtdeclarative-everywhere-src-5.12.0-alpha/src/qml/jsruntime/jsruntime.pri
-@@ -154,6 +154,11 @@ SOURCES += \
- $$PWD/qv4value.cpp \
- $$PWD/qv4executableallocator.cpp
+---
qtdeclarative-everywhere-src-5.13.0-beta1.orig/src/qml/jsruntime/jsruntime.pri
++++ qtdeclarative-everywhere-src-5.13.0-beta1/src/qml/jsruntime/jsruntime.pri
+@@ -174,6 +174,11 @@ qmldevtools_build {
+ }
+
+linux-g++*:isEqual(QT_ARCH,i386):!no_sse2 {
+ QMAKE_CFLAGS += -msse2 -mfpmath=sse
@@ -14,10 +14,10 @@
valgrind {
DEFINES += V4_USE_VALGRIND
}
-Index:
qtdeclarative-everywhere-src-5.12.0-alpha/src/qml/jsruntime/qv4global_p.h
+Index:
qtdeclarative-everywhere-src-5.13.0-beta1/src/qml/jsruntime/qv4global_p.h
===================================================================
----
qtdeclarative-everywhere-src-5.12.0-alpha.orig/src/qml/jsruntime/qv4global_p.h
-+++ qtdeclarative-everywhere-src-5.12.0-alpha/src/qml/jsruntime/qv4global_p.h
+---
qtdeclarative-everywhere-src-5.13.0-beta1.orig/src/qml/jsruntime/qv4global_p.h
++++ qtdeclarative-everywhere-src-5.13.0-beta1/src/qml/jsruntime/qv4global_p.h
@@ -115,7 +115,7 @@ inline double trunc(double d) { return d
// Black list some platforms
@@ -27,10 +27,10 @@
# undef V4_ENABLE_JIT
#endif
#endif
-Index: qtdeclarative-everywhere-src-5.12.0-alpha/src/qml/qml/v8/qv8engine.cpp
+Index: qtdeclarative-everywhere-src-5.13.0-beta1/src/qml/qml/v8/qv8engine.cpp
===================================================================
---- qtdeclarative-everywhere-src-5.12.0-alpha.orig/src/qml/qml/v8/qv8engine.cpp
-+++ qtdeclarative-everywhere-src-5.12.0-alpha/src/qml/qml/v8/qv8engine.cpp
+--- qtdeclarative-everywhere-src-5.13.0-beta1.orig/src/qml/qml/v8/qv8engine.cpp
++++ qtdeclarative-everywhere-src-5.13.0-beta1/src/qml/qml/v8/qv8engine.cpp
@@ -141,7 +141,7 @@ QV8Engine::QV8Engine(QV4::ExecutionEngin
#ifndef Q_OS_WASM // wasm does not have working simd QTBUG-63924
#ifdef Q_PROCESSOR_X86_32