From ebac90633782f38cb449f086411c02c254bc2c0f7d31ab15078e15559b62d9d6 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 15 Jul 2016 10:45:16 +0000 Subject: [PATCH] Accepting request 401297 from KDE:Qt5 Update to 5.6.1 OBS-URL: https://build.opensuse.org/request/show/401297 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qt3d?expand=0&rev=2 --- fix-assimp-bigendian-lvalue.diff | 17 +++++++++++++++++ libqt5-qt3d.changes | 13 +++++++++++++ libqt5-qt3d.spec | 10 +++++++--- qt3d-opensource-src-5.6.0.tar.xz | 3 --- qt3d-opensource-src-5.6.1.tar.xz | 3 +++ 5 files changed, 40 insertions(+), 6 deletions(-) create mode 100644 fix-assimp-bigendian-lvalue.diff delete mode 100644 qt3d-opensource-src-5.6.0.tar.xz create mode 100644 qt3d-opensource-src-5.6.1.tar.xz diff --git a/fix-assimp-bigendian-lvalue.diff b/fix-assimp-bigendian-lvalue.diff new file mode 100644 index 0000000..45bf126 --- /dev/null +++ b/fix-assimp-bigendian-lvalue.diff @@ -0,0 +1,17 @@ +Index: qt3d-opensource-src-5.6.0/src/3rdparty/3rdparty/assimp/code/Bitmap.cpp +=================================================================== +--- qt3d-opensource-src-5.6.0.orig/src/3rdparty/assimp/code/Bitmap.cpp ++++ qt3d-opensource-src-5.6.0/src/3rdparty/3rdparty/assimp/code/Bitmap.cpp +@@ -82,7 +82,12 @@ namespace Assimp { + + template + inline std::size_t Copy(uint8_t* data, T& field) { ++#if (defined AI_BUILD_BIG_ENDIAN) ++ T swapped=AI_BE(field); ++ std::memcpy(data, &swapped, sizeof(swapped)); return sizeof(field); ++#else + std::memcpy(data, &AI_BE(field), sizeof(field)); return sizeof(field); ++#endif + } + + void Bitmap::WriteHeader(Header& header, IOStream* file) { diff --git a/libqt5-qt3d.changes b/libqt5-qt3d.changes index 1b9f3d9..9b19efb 100644 --- a/libqt5-qt3d.changes +++ b/libqt5-qt3d.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Jun 8 14:15:14 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.6.1 + * For more details please see: + http://blog.qt.io/blog/2016/06/08/qt-5-6-1-released/ + +------------------------------------------------------------------- +Wed Mar 30 08:38:15 UTC 2016 - alarrosa@suse.com + +- Add fix-assimp-bigendian-lvalue.diff to fix a non-lvalue being + referenced by an unary & in assimp on s390/s390x + ------------------------------------------------------------------- Fri Mar 18 19:02:58 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/libqt5-qt3d.spec b/libqt5-qt3d.spec index d5e3327..b4c1974 100644 --- a/libqt5-qt3d.spec +++ b/libqt5-qt3d.spec @@ -21,18 +21,19 @@ %define libname libQt53DCore5 Name: libqt5-qt3d -Version: 5.6.0 +Version: 5.6.1 Release: 0 Summary: Qt 5 3D Addon License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 Group: Development/Libraries/X11 Url: http://qt.digia.com %define base_name libqt5 -%define real_version 5.6.0 -%define so_version 5.6.0 +%define real_version 5.6.1 +%define so_version 5.6.1 %define tar_version qt3d-opensource-src-%{real_version} Source: %{tar_version}.tar.xz Source1: baselibs.conf +Patch0: fix-assimp-bigendian-lvalue.diff BuildRequires: fdupes BuildRequires: libQt5Bootstrap-devel-static >= %{version} BuildRequires: libQt5Concurrent-devel >= %{version} @@ -57,6 +58,9 @@ handling. %prep %setup -q -n qt3d-opensource-src-%{real_version} +%ifarch s390 s390x +%patch0 -p1 +%endif %package -n %libname Summary: Qt 5 3D Addon diff --git a/qt3d-opensource-src-5.6.0.tar.xz b/qt3d-opensource-src-5.6.0.tar.xz deleted file mode 100644 index c36db68..0000000 --- a/qt3d-opensource-src-5.6.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b961789daecebed030ad36568301d1fe6c1ad97e9a2726fad5bd96ad603f439d -size 19907260 diff --git a/qt3d-opensource-src-5.6.1.tar.xz b/qt3d-opensource-src-5.6.1.tar.xz new file mode 100644 index 0000000..3ca69c9 --- /dev/null +++ b/qt3d-opensource-src-5.6.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad93015165b1ab1a8b458e08503c8f4c8450c2b58024a3ac074281a1a90ea80d +size 19763900