[mingw-qt5-qt3d] Fix FTBFS against Qt 5.2

Erik van Pienbroek epienbro at fedoraproject.org
Sun Dec 1 19:09:00 UTC 2013


commit 54e3a997d8252705392ba3d85a646b7c26a3ac4f
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sun Dec 1 20:08:54 2013 +0100

    Fix FTBFS against Qt 5.2

 mingw-qt5-qt3d.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/mingw-qt5-qt3d.spec b/mingw-qt5-qt3d.spec
index 6fc3635..530d602 100644
--- a/mingw-qt5-qt3d.spec
+++ b/mingw-qt5-qt3d.spec
@@ -14,7 +14,7 @@
 
 Name:           mingw-qt5-%{qt_module}
 Version:        5.0.0
-Release:        0.6%{?pre:.%{pre}}%{?snapshot_date:.git%{snapshot_date}.%{snapshot_rev}}%{?dist}
+Release:        0.7%{?pre:.%{pre}}%{?snapshot_date:.git%{snapshot_date}.%{snapshot_rev}}%{?dist}
 Summary:        Qt5 for Windows - Qt3d component
 
 License:        GPLv3 with exceptions or LGPLv2 with exceptions
@@ -128,7 +128,9 @@ rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/*.dll
 %{mingw32_libdir}/pkgconfig/Qt53DQuick.pc
 %{mingw32_datadir}/qt5/qml/Qt3D/
 %{mingw32_datadir}/qt5/mkspecs/modules/qt_lib_3d.pri
+%{mingw32_datadir}/qt5/mkspecs/modules/qt_lib_3d_private.pri
 %{mingw32_datadir}/qt5/mkspecs/modules/qt_lib_3dquick.pri
+%{mingw32_datadir}/qt5/mkspecs/modules/qt_lib_3dquick_private.pri
 
 # Win64
 %files -n mingw64-qt5-%{qt_module}
@@ -146,10 +148,15 @@ rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/*.dll
 %{mingw64_libdir}/pkgconfig/Qt53DQuick.pc
 %{mingw64_datadir}/qt5/qml/Qt3D/
 %{mingw64_datadir}/qt5/mkspecs/modules/qt_lib_3d.pri
+%{mingw64_datadir}/qt5/mkspecs/modules/qt_lib_3d_private.pri
 %{mingw64_datadir}/qt5/mkspecs/modules/qt_lib_3dquick.pri
+%{mingw64_datadir}/qt5/mkspecs/modules/qt_lib_3dquick_private.pri
 
 
 %changelog
+* Sun Dec 01 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.0.0-0.7.git20130510.0158ce78
+- Fix FTBFS against Qt 5.2
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.0.0-0.6.git20130510.0158ce78
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list