From 34bfc2b6d1a6bf57586c224027c7edc2b3e26159bc31ce55fa96ebda4fdca4df Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 3 Oct 2016 07:36:26 +0000 Subject: [PATCH] Accepting request 429971 from KDE:Qt5 The Time Has Come to Shoot You Down... What a Sound OBS-URL: https://build.opensuse.org/request/show/429971 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qt3d?expand=0&rev=3 --- baselibs.conf | 2 + libqt5-qt3d.changes | 7 +++ libqt5-qt3d.spec | 90 ++++++++++++++++++++++++++++++-- qt3d-opensource-src-5.6.1.tar.xz | 3 -- qt3d-opensource-src-5.7.0.tar.xz | 3 ++ 5 files changed, 97 insertions(+), 8 deletions(-) delete mode 100644 qt3d-opensource-src-5.6.1.tar.xz create mode 100644 qt3d-opensource-src-5.7.0.tar.xz diff --git a/baselibs.conf b/baselibs.conf index 983894e..ac09243 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -5,3 +5,5 @@ libQt53DQuickRender5 libQt53DRender5 libQt53DQuickInput5 libQt53DLogic5 +libQt53DExtras5 +libQt53DQuickExtras5 diff --git a/libqt5-qt3d.changes b/libqt5-qt3d.changes index 9b19efb..7cf4eff 100644 --- a/libqt5-qt3d.changes +++ b/libqt5-qt3d.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Sep 24 18:39:00 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.7.0 + * For more details please see: + https://www.qt.io/qt5-7/ + ------------------------------------------------------------------- Wed Jun 8 14:15:14 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/libqt5-qt3d.spec b/libqt5-qt3d.spec index b4c1974..33bb216 100644 --- a/libqt5-qt3d.spec +++ b/libqt5-qt3d.spec @@ -21,15 +21,15 @@ %define libname libQt53DCore5 Name: libqt5-qt3d -Version: 5.6.1 +Version: 5.7.0 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.1 -%define so_version 5.6.1 +%define real_version 5.7.0 +%define so_version 5.7.0 %define tar_version qt3d-opensource-src-%{real_version} Source: %{tar_version}.tar.xz Source1: baselibs.conf @@ -146,6 +146,28 @@ Qt is a set of libraries for developing applications. This package contains base tools, like string, xml, and network handling. +%package -n libQt53DExtras5 +Summary: Qt 5 3D Addon +Group: Development/Libraries/X11 +%requires_ge libQt5Core5 + +%description -n libQt53DExtras5 +Qt is a set of libraries for developing applications. + +This package contains base tools, like string, xml, and network +handling. + +%package -n libQt53DQuickExtras5 +Summary: Qt 5 3D Addon +Group: Development/Libraries/X11 +%requires_ge libQt5Core5 + +%description -n libQt53DQuickExtras5 +Qt is a set of libraries for developing applications. + +This package contains base tools, like string, xml, and network +handling. + %package imports Summary: Qt 5 3D Library - QML imports Group: Development/Libraries/X11 @@ -234,13 +256,31 @@ Requires: libQt53DLogic5 = %{version} %description -n libQt53DLogic-devel The Qt 5 Logic 3D library - development files. +%package -n libQt53DExtras-devel +Summary: Qt 5 3D Extras - development files +Group: Development/Libraries/X11 +Requires: libQt53DExtras5 = %{version} + +%description -n libQt53DExtras-devel +The Qt 5 Logic 3D library - development files. + +%package -n libQt53DQuickExtras-devel +Summary: Qt 5 3D QuickExtras Library - development files +Group: Development/Libraries/X11 +Requires: libQt53DQuickExtras5 = %{version} + +%description -n libQt53DQuickExtras-devel +The Qt 5 Logic 3D library - development files. + %package devel Summary: Qt Development Kit Group: Development/Libraries/X11 Requires: libQt53DCore-devel = %{version} +Requires: libQt53DExtras-devel = %{version} Requires: libQt53DInput-devel = %{version} Requires: libQt53DLogic-devel = %{version} Requires: libQt53DQuick-devel = %{version} +Requires: libQt53DQuickExtras-devel = %{version} Requires: libQt53DQuickInput-devel = %{version} Requires: libQt53DQuickRender-devel = %{version} Requires: libQt53DRender-devel = %{version} @@ -296,6 +336,14 @@ the exact Qt version. %postun -n libQt53DLogic5 -p /sbin/ldconfig +%post -n libQt53DExtras5 -p /sbin/ldconfig + +%postun -n libQt53DExtras5 -p /sbin/ldconfig + +%post -n libQt53DQuickExtras5 -p /sbin/ldconfig + +%postun -n libQt53DQuickExtras5 -p /sbin/ldconfig + %build %if %qt5_snapshot #force the configure script to generate the forwarding headers (it checks whether .git directory exists) @@ -345,8 +393,8 @@ popd %doc LICENSE.* %{_libqt5_libdir}/libQt53DRender.so.* %dir %{_libqt5_libdir}/qt5/plugins/sceneparsers -%{_libqt5_libdir}/qt5/plugins/sceneparsers/libgltfsceneparser.so -%{_libqt5_libdir}/qt5/plugins/sceneparsers/libassimpsceneparser.so +%{_libqt5_libdir}/qt5/plugins/sceneparsers/libassimpsceneio.so +%{_libqt5_libdir}/qt5/plugins/sceneparsers/libgltfsceneio.so %files -n libQt53DQuickInput5 %defattr(-,root,root,755) @@ -358,6 +406,14 @@ popd %{_libqt5_libdir}/libQt53DLogic.so.* %doc LICENSE.* +%files -n libQt53DExtras5 +%doc LICENSE.* +%{_libqt5_libdir}/libQt53DExtras.so.* + +%files -n libQt53DQuickExtras5 +%doc LICENSE.* +%{_libqt5_libdir}/libQt53DQuickExtras.so.* + %files imports %defattr(-,root,root,755) %doc LICENSE.* @@ -458,6 +514,30 @@ popd %{_libqt5_includedir}/Qt3DLogic/ %exclude %{_libqt5_includedir}/Qt*/%{so_version}/ +%files -n libQt53DExtras-devel +%defattr(-,root,root,755) +%doc LICENSE.* +%{_libqt5_libdir}/libQt53DExtras.so +%{_libqt5_libdir}/libQt53DExtras.prl +%{_libqt5_libdir}/cmake/Qt53DExtras/ +%{_libqt5_libdir}/pkgconfig/Qt53DExtras.pc +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dextras.pri +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dextras_private.pri +%{_libqt5_includedir}/Qt3DExtras/ +%exclude %{_libqt5_includedir}/Qt*/%{so_version}/ + +%files -n libQt53DQuickExtras-devel +%defattr(-,root,root,755) +%doc LICENSE.* +%{_libqt5_libdir}/libQt53DQuickExtras.so +%{_libqt5_libdir}/libQt53DQuickExtras.prl +%{_libqt5_libdir}/cmake/Qt53DQuickExtras/ +%{_libqt5_libdir}/pkgconfig/Qt53DQuickExtras.pc +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquickextras.pri +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquickextras_private.pri +%{_libqt5_includedir}/Qt3DQuickExtras/ +%exclude %{_libqt5_includedir}/Qt*/%{so_version}/ + %files private-headers-devel %defattr(-,root,root,755) %doc LICENSE.* diff --git a/qt3d-opensource-src-5.6.1.tar.xz b/qt3d-opensource-src-5.6.1.tar.xz deleted file mode 100644 index 3ca69c9..0000000 --- a/qt3d-opensource-src-5.6.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad93015165b1ab1a8b458e08503c8f4c8450c2b58024a3ac074281a1a90ea80d -size 19763900 diff --git a/qt3d-opensource-src-5.7.0.tar.xz b/qt3d-opensource-src-5.7.0.tar.xz new file mode 100644 index 0000000..b8b631c --- /dev/null +++ b/qt3d-opensource-src-5.7.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8248a1779b561ea450e92345e8187bacac359df0e92ad61a1ad7652bb233e29 +size 20001696