SHA256
1
0
forked from pool/libqt5-qt3d

Accepting request 557378 from KDE:Qt5

Qt 5.10.0

OBS-URL: https://build.opensuse.org/request/show/557378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qt3d?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2017-12-23 11:12:26 +00:00 committed by Git OBS Bridge
parent 464821b2d9
commit e27b96dca2
4 changed files with 78 additions and 11 deletions

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri Dec 8 23:10:53 UTC 2017 - christophe@krop.fr
- Update the license tag (boo#967696)
-------------------------------------------------------------------
Thu Dec 7 12:18:04 UTC 2017 - fabian@ritter-vogt.de
- Update to 5.10.0 final
* New bugfix release
-------------------------------------------------------------------
Sun Dec 3 14:12:45 UTC 2017 - fabian@ritter-vogt.de
- Update to 5.10.0 RC 2
* New bugfix release
-------------------------------------------------------------------
Thu Nov 30 09:47:09 UTC 2017 - fabian@ritter-vogt.de
- Update to 5.10.0 RC 1
* New bugfix release
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Nov 25 12:46:31 UTC 2017 - fabian@ritter-vogt.de Sat Nov 25 12:46:31 UTC 2017 - fabian@ritter-vogt.de
@ -6,6 +29,31 @@ Sat Nov 25 12:46:31 UTC 2017 - fabian@ritter-vogt.de
* For more details, see: * For more details, see:
http://code.qt.io/cgit/qt/qt3d.git/tree/dist/changes-5.9.3/?h=v5.9.3 http://code.qt.io/cgit/qt/qt3d.git/tree/dist/changes-5.9.3/?h=v5.9.3
-------------------------------------------------------------------
Wed Nov 15 11:41:27 UTC 2017 - fabian@ritter-vogt.de
- Update to 5.10 Beta 4
- Contains bugfixes
-------------------------------------------------------------------
Thu Nov 2 07:22:06 UTC 2017 - fabian@ritter-vogt.de
- Update to 5.10 Beta 3
- Contains bugfixes
-------------------------------------------------------------------
Mon Oct 30 16:19:17 UTC 2017 - fabian@ritter-vogt.de
- Update to 5.10 Beta 2
- Contains bugfixes
-------------------------------------------------------------------
Mon Oct 9 16:17:17 UTC 2017 - fabian@ritter-vogt.de
- Update to 5.10 Beta 1
- For more information visit:
https://blog.qt.io/blog/2017/10/09/qt-5-10-beta-released/
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 8 13:59:46 UTC 2017 - lbeltrame@kde.org Sun Oct 8 13:59:46 UTC 2017 - lbeltrame@kde.org
@ -13,6 +61,24 @@ Sun Oct 8 13:59:46 UTC 2017 - lbeltrame@kde.org
* For more details please see: * For more details please see:
https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/ https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/
-------------------------------------------------------------------
Mon Sep 25 14:42:37 CEST 2017 - fabian@ritter-vogt.de
- Update to 5.10 Alpha 1:
* Tech Preview of Skeletal Animation system
* Animation clocks: Control playback speed of one or more animato
* Framebuffer blit frame graph node
* Proximity filter frame graph node
* Improved layer filtering frame graph node
* Shader graphs: dynamically generate fragment shaders from graph
* Sprite sheet support
* Point and line picking support
* Camera viewAll command
* Optional SIMD support
* Scene2D: Embed Qt Quick content into Qt 3D and interact with it
- For more information visit:
https://blog.qt.io/blog/2017/09/13/qt-5-10-alpha-released/
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 22 07:39:56 UTC 2017 - fabian@ritter-vogt.de Tue Aug 22 07:39:56 UTC 2017 - fabian@ritter-vogt.de
@ -96,4 +162,3 @@ Fri Oct 16 20:22:26 UTC 2015 - hrvoje.senjan@gmail.com
Sat Aug 22 19:10:16 UTC 2015 - hrvoje.senjan@gmail.com Sat Aug 22 19:10:16 UTC 2015 - hrvoje.senjan@gmail.com
- Activate package - Activate package

View File

@ -21,17 +21,17 @@
%define libname libQt53DCore5 %define libname libQt53DCore5
Name: libqt5-qt3d Name: libqt5-qt3d
Version: 5.9.3 Version: 5.10.0
Release: 0 Release: 0
Summary: Qt 5 3D Addon Summary: Qt 5 3D Addon
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-with-Qt-Company-Qt-exception-1.1
Group: Development/Libraries/X11 Group: Development/Libraries/X11
Url: https://www.qt.io Url: https://www.qt.io
%define base_name libqt5 %define base_name libqt5
%define real_version 5.9.3 %define real_version 5.10.0
%define so_version 5.9.3 %define so_version 5.10.0
%define tar_version qt3d-opensource-src-%{real_version} %define tar_version qt3d-everywhere-src-5.10.0
Source: https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz Source: https://download.qt.io/official_releases/qt/5.10/%{real_version}/submodules/%{tar_version}.tar.xz
Source1: baselibs.conf Source1: baselibs.conf
Patch0: fix-assimp-bigendian-lvalue.diff Patch0: fix-assimp-bigendian-lvalue.diff
BuildRequires: fdupes BuildRequires: fdupes
@ -57,7 +57,7 @@ Qt 3D provides functionality for near-realtime simulation
systems with support for 2D and 3D rendering in both Qt C++ and Qt Quick applications. systems with support for 2D and 3D rendering in both Qt C++ and Qt Quick applications.
%prep %prep
%setup -q -n qt3d-opensource-src-%{real_version} %setup -q -n %{tar_version}
%ifarch s390 s390x %ifarch s390 s390x
%patch0 -p1 %patch0 -p1
%endif %endif
@ -265,6 +265,8 @@ Development files for the Qt 5 QuickRenderer 3D library.
Summary: Development files for the Qt 5 Renderer 3D library Summary: Development files for the Qt 5 Renderer 3D library
Group: Development/Libraries/X11 Group: Development/Libraries/X11
Requires: libQt53DRender5 = %{version} Requires: libQt53DRender5 = %{version}
# Qt53DRenderConfig.cmake requires libscene2d.so
Requires: libQt53DQuickScene2D5 = %{version}
Provides: libQt53DRenderer-devel = %{version} Provides: libQt53DRenderer-devel = %{version}
Obsoletes: libQt53DRenderer-devel < %{version} Obsoletes: libQt53DRenderer-devel < %{version}

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12457e7227c793274329371c60b9028ab3e44db837e875e2c460367c1dbd34ab
size 28771400

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97925132f0583ccd76f5e104c849341df3abba73dd4d9b647622a23bdae6273f
size 28000420